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:
Brett Porter 2013-01-07 09:19:34 +00:00
parent 2c0950da59
commit b614525547
1 changed files with 8 additions and 3 deletions

11
pom.xml
View File

@ -1211,9 +1211,14 @@
<!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM -->
<distributionManagement>
<repository>
<id>vmbuild.staging</id>
<name>Apache Release Staging Repository on VMBuild</name>
<url>http://vmbuild.apache.org/archiva/repository/staged-archiva</url>
<id>archiva-repository.releases</id>
<name>Apache Release Staging Repository</name>
<url>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</url>
</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>
</project>