Skip to content

Commit

Permalink
prepare for Maven 4.x (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Aug 29, 2024
1 parent 3835aa4 commit ced3089
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
<github.organization>devonfw</github.organization>
<github.repository>maven-parent</github.repository>
<github.default.branch>master</github.default.branch>
<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>
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
<maven.compiler.plugin.version>3.9.0</maven.compiler.plugin.version>
Expand Down Expand Up @@ -443,12 +441,12 @@
<repository>
<id>repository</id>
<name>release repository</name>
<url>${maven.release.repository}</url>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>repository</id>
<name>snapshot repository</name>
<url>${maven.snapshot.repository}</url>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit ced3089

Please sign in to comment.