Skip to content

Commit

Permalink
updaten maven version enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jul 5, 2024
1 parent 8ab1054 commit e35e2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
build-maven:
runs-on: ubuntu-latest
steps:
# Checkout source code, set up Java, etc. Then...
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -216,7 +216,7 @@
<version>${java.version}</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.9.0</version>
<version>[3.8,)</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit e35e2dc

Please sign in to comment.