Skip to content

Commit 8ea23ab

Browse files
chore: upgrade Maven to version 3.9.10 with errors
Maven was successfully upgraded from version 3.9.9 to 3.9.10 in both the `pom.xml` and `.mvn/wrapper/maven-wrapper.properties` files. The changes were verified, and it was confirmed that the Maven wrapper is using the updated version. However, attempts to run tests resulted in build errors, indicating potential issues unrelated to the version update.
1 parent 8c57670 commit 8ea23ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# under the License.
1717
#
1818
# NOTE: maven version should also be changed in pom.xml
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
2020
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<maven.compiler.source>8</maven.compiler.source>
7070
<maven.compiler.target>8</maven.compiler.target>
7171
<mainClass/>
72-
<maven.version>3.9.9</maven.version> <!-- please also change version in .mvn/wrapper/maven-wrapper.properties -->
72+
<maven.version>3.9.10</maven.version> <!-- please also change version in .mvn/wrapper/maven-wrapper.properties -->
7373
<maven-libs-version>${maven.version}</maven-libs-version>
7474
<maven-plugin-api-version>${maven.version}</maven-plugin-api-version>
7575
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>

0 commit comments

Comments
 (0)