Skip to content

Commit

Permalink
chore(build): Update Apache Maven to 3.9.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Jun 23, 2024
1 parent 9a13f1e commit 693226b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
--fail-fast
-DinstallAtEnd=true
-DdeployAtEnd=true
-DrootDirectory=${maven.multiModuleProjectDirectory}
5 changes: 3 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# under the License.
wrapperVersion=3.3.2
distributionType=source
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
distributionSha256Sum=7ebee30817faef009c7352a876616457c718bccc3be57fc3a0182155ce69d360
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionSha256Sum=8351955a9acf2f83c136c4eee0f6db894ab6265fdbe0a94b32a380307dbaa3e1
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
wrapperSha256Sum=3d8f20ce6103913be8b52aef6d994e0c54705fb527324ceb9b835b338739c7a8
alwaysUnpack=true
3 changes: 3 additions & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=21.0.3-tem
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<pmd-plugin.version>3.23.0</pmd-plugin.version>
<sonar-plugin.version>4.0.0.4121</sonar-plugin.version>
<forbiddenapis.version>3.7</forbiddenapis.version>
<checks.location>${maven.multiModuleProjectDirectory}/checks</checks.location>
<checks.location>${rootDirectory}/checks</checks.location>
<checkstyle.config.location>${checks.location}/checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>${checks.location}/checkstyle-suppressions.xml</checkstyle.suppressions.location>
<checkstyle.header.file>${checks.location}/checkstyle-header.txt</checkstyle.header.file>
Expand Down Expand Up @@ -248,7 +248,7 @@
<outputDirectory>${project.build.outputDirectory}/META-INF</outputDirectory>
<resources>
<resource>
<directory>${maven.multiModuleProjectDirectory}</directory>
<directory>${rootDirectory}</directory>
<includes>
<include>LICENSE</include>
</includes>
Expand Down

0 comments on commit 693226b

Please sign in to comment.