Skip to content

Commit

Permalink
prepare for Maven 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Aug 29, 2024
1 parent b910467 commit 3835aa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<github.organization>devonfw</github.organization>
<github.repository>maven-parent</github.repository>
<github.default.branch>master</github.default.branch>
<maven.repository>https://s01.oss.sonatype.org</maven.repository>
<maven.release.repository>${maven.repository}/service/local/staging/deploy/maven2/</maven.release.repository>
<maven.snapshot.repository>${maven.repository}/content/repositories/snapshots/</maven.snapshot.repository>
<maven.archetype.version>3.2.1</maven.archetype.version>
Expand Down Expand Up @@ -416,7 +415,7 @@
<repository>
<id>ossrh</id>
<name>OSSRH Snapshots</name>
<url>${maven.snapshot.repository}</url>
<url>https://s01.oss.sonatype.org</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down

0 comments on commit 3835aa4

Please sign in to comment.