mirror of https://github.com/apache/archiva.git
update for release
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1429719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c0950da59
commit
b614525547
11
pom.xml
11
pom.xml
|
@ -1211,9 +1211,14 @@
|
||||||
<!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM -->
|
<!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM -->
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>vmbuild.staging</id>
|
<id>archiva-repository.releases</id>
|
||||||
<name>Apache Release Staging Repository on VMBuild</name>
|
<name>Apache Release Staging Repository</name>
|
||||||
<url>http://vmbuild.apache.org/archiva/repository/staged-archiva</url>
|
<url>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>archiva-repository.snapshots</id>
|
||||||
|
<name>Apache Development Snapshot Repository</name>
|
||||||
|
<url>https://archiva-repository.apache.org/archiva/repository/snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue