Skip to content

Commit

Permalink
Preparing for upcoming maven 4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Aug 21, 2024
1 parent 1bebe09 commit 9b8aa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-beta-3/apache-maven-4.0.0-beta-3-bin.zip
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<jpa.version>3.1.0</jpa.version>
<jakarta.annotation.version>3.0.0</jakarta.annotation.version>

<mvn.version>3.9.9</mvn.version>
<mvn.version>4.0.0-beta-3</mvn.version>
<guava.version>33.3.0-jre</guava.version>
<codegen.version>0.6.8</codegen.version>
<mysema.lang.version>0.2.4</mysema.lang.version>
Expand Down

0 comments on commit 9b8aa61

Please sign in to comment.