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 -->
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue