Skip to content

Commit

Permalink
Merge pull request #42615 from manofthepeace/mvn-3.9.9
Browse files Browse the repository at this point in the history
Update to maven 3.9.9
  • Loading branch information
gsmet committed Aug 25, 2024
2 parents 6e1b154 + 6020131 commit 2105d46
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# under the License.
wrapperVersion=3.3.2
distributionType=bin
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionSha256Sum=8351955a9acf2f83c136c4eee0f6db894ab6265fdbe0a94b32a380307dbaa3e1
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
distributionSha256Sum=4ec3f26fb1a692473aea0235c300bd20f0f9fe741947c82c1234cefd76ac3a3c
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=17.0.12-tem
mvnd=1.0.1
mvnd=1.0.2
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<supported-maven-versions>[3.8.6,)</supported-maven-versions>

<!-- These 2 properties are used by CreateProjectMojo to add the Maven Wrapper -->
<proposed-maven-version>3.9.8</proposed-maven-version>
<proposed-maven-version>3.9.9</proposed-maven-version>
<maven-wrapper.version>3.3.2</maven-wrapper.version>
<gradle-wrapper.version>8.9</gradle-wrapper.version>
<quarkus-gradle-plugin.version>${project.version}</quarkus-gradle-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion devtools/config-doc-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>Quarkus - Config doc Maven plugin</name>
<packaging>maven-plugin</packaging>
<properties>
<maven-core.version>3.9.8</maven-core.version>
<maven-core.version>3.9.9</maven-core.version>
</properties>
<build>
<pluginManagement>
Expand Down
7 changes: 3 additions & 4 deletions independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,15 @@
<eclipse-minimal-json.version>0.9.5</eclipse-minimal-json.version>
<jboss-logging.version>3.6.0.Final</jboss-logging.version>
<junit.jupiter.version>5.11.0</junit.jupiter.version>
<maven-core.version>3.9.8</maven-core.version><!-- Keep in sync with sisu.version -->
<maven-core.version>3.9.9</maven-core.version><!-- Keep in sync with sisu.version -->
<sisu.version>0.9.0.M3</sisu.version><!-- Keep in sync with maven-core.version -->
<maven-plugin-annotations.version>3.13.0</maven-plugin-annotations.version>
<maven-plugin-annotations.version>3.13.1</maven-plugin-annotations.version>
<maven-resolver.version>1.9.22</maven-resolver.version>
<maven-shared-utils.version>3.4.2</maven-shared-utils.version> <!-- Keep in sync with maven-core.version (force this version on maven-invoker) -->
<maven-wagon.version>3.5.3</maven-wagon.version>
<httpcore.version>4.4.16</httpcore.version><!-- Keep in sync with maven-wagon.version (wagon-http 3.4.3 brings in 4.4.13 and 4.4.14) -->
<httpcore.version>4.4.16</httpcore.version><!-- Keep in sync with maven-wagon.version (wagon-http 3.5.3 brings in httpclient 4.5.14 which brings httpcore 4.4.16) -->
<httpclient.version>4.5.14</httpclient.version>
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>
<jackson-bom.version>2.15.2</jackson-bom.version>
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
<jakarta.enterprise.cdi-api.version>4.1.0</jakarta.enterprise.cdi-api.version>
<jakarta.inject-api.version>2.0.1</jakarta.inject-api.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- Keeping 3.0.0.M3 because 3.2.1 requires class changes -->
<enforcer-api.version>3.0.0-M3</enforcer-api.version>
<maven-invoker-plugin.version>3.8.0</maven-invoker-plugin.version>
<maven-core.version>3.9.8</maven-core.version>
<maven-core.version>3.9.9</maven-core.version>

<!--
Supported Maven versions, interpreted as a version range (Also defined in build-parent)
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/extension-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- Not sure exactly why but the Maven plugins need to be compiled with Java 11 -->
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<maven-core.version>3.9.8</maven-core.version>
<maven-core.version>3.9.9</maven-core.version>
<jackson-bom.version>2.17.2</jackson-bom.version>
<smallrye-beanbag.version>1.5.2</smallrye-beanbag.version>
<junit.jupiter.version>5.11.0</junit.jupiter.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<jandex.version>3.2.2</jandex.version>
<bytebuddy.version>1.14.11</bytebuddy.version>
<junit5.version>5.10.3</junit5.version>
<maven.version>3.9.8</maven.version>
<maven.version>3.9.9</maven.version>
<assertj.version>3.26.3</assertj.version>
<jboss-logging.version>3.6.0.Final</jboss-logging.version>
<jboss-logmanager.version>3.0.6.Final</jboss-logmanager.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
"supported-maven-versions": "[3.6.2,)",
"minimum-java-version": "11",
"recommended-java-version": "17",
"proposed-maven-version": "3.9.8",
"proposed-maven-version": "3.9.9",
"maven-wrapper-version": "3.3.2",
"gradle-wrapper-version": "8.9"
}
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- These properties are used by CreateProjectMojo to add the Maven Wrapper -->
<proposed-maven-version>3.9.8</proposed-maven-version>
<proposed-maven-version>3.9.9</proposed-maven-version>
<maven-wrapper.version>3.3.2</maven-wrapper.version>
<gradle-wrapper.version>8.9</gradle-wrapper.version>

Expand Down

0 comments on commit 2105d46

Please sign in to comment.