Skip to content

Commit

Permalink
Fixing distribution managment (release URL)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Jan 26, 2024
1 parent d2d2a26 commit 4749b19
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -726,15 +726,14 @@

<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>jboss-release-repository</id>
<name>JBoss Release repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/public/</url>
<id>jboss-releases-repository</id>
<name>JBoss Releases Repository</name>
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshot Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
<name>JBoss Snapshots Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 4749b19

Please sign in to comment.