Skip to content

Commit fe9104d

Browse files
committed
fixing distributed management
1 parent 01dcc53 commit fe9104d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
<distributionManagement>
3030
<repository>
31-
<id>wso2.releases</id>
32-
<name>WSO2 internal Repository</name>
33-
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
31+
<id>nexus-releases</id>
32+
<name>WSO2 Release Distribution Repository</name>
33+
<url>http://maven.wso2.org/nexus/service/local/staging/deploy/maven2/</url>
3434
</repository>
3535
<snapshotRepository>
3636
<id>wso2.snapshots</id>

0 commit comments

Comments
 (0)