Skip to content

Commit

Permalink
Merge pull request #22 from JayaShakthi97/fix-release
Browse files Browse the repository at this point in the history
Fix release configuration issues
  • Loading branch information
JayaShakthi97 authored Oct 8, 2024
2 parents 1a14213 + c556ece commit be60fa3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,19 @@
</plugins>
</build>

<distributionManagement>
<repository>
<id>nexus-releases</id>
<name>WSO2 Release Distribution Repository</name>
<url>https://maven.wso2.org/nexus/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>wso2.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://maven.wso2.org/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

<repositories>
<repository>
<id>wso2-nexus</id>
Expand Down

0 comments on commit be60fa3

Please sign in to comment.