Skip to content

Commit

Permalink
Downgrade Maven version and correct repository URL
Browse files Browse the repository at this point in the history
Downgraded the Maven version from 3.9.7 to 3.9.6 in pom.xml and maven-wrapper.properties files. Also corrected the Maven repository URL in the pom.xml file.
  • Loading branch information
dlemmermann committed Jun 3, 2024
1 parent b4801d6 commit 8c03e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.version>3.9.7</maven.version>
<maven.version>3.9.6</maven.version>
<nexus.url>https://oss.sonatype.org</nexus.url>
<repository.url>[email protected]:${project.github.repository}.git</repository.url>
<version.antrun.plugin>3.1.0</version.antrun.plugin>
Expand Down Expand Up @@ -344,7 +344,7 @@
<repository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https:/maven.pkg.github.com/dlsc-software-consulting-gmbh/repository</url>
<url>https://maven.pkg.github.com/dlsc-software-consulting-gmbh/repository</url>
</repository>
</repositories>

Expand Down

0 comments on commit 8c03e96

Please sign in to comment.