You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/12/04 07:30:29 UTC

svn commit: r723223 - /maven/mercury/trunk/pom.xml

Author: ogusakov
Date: Wed Dec  3 22:30:29 2008
New Revision: 723223

URL: http://svn.apache.org/viewvc?rev=723223&view=rev
Log:
MERCURY-46: refactoring done, will start testing by a probe release

Modified:
    maven/mercury/trunk/pom.xml

Modified: maven/mercury/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/pom.xml?rev=723223&r1=723222&r2=723223&view=diff
==============================================================================
--- maven/mercury/trunk/pom.xml (original)
+++ maven/mercury/trunk/pom.xml Wed Dec  3 22:30:29 2008
@@ -72,6 +72,16 @@
     <!-- mercury-wagon -->
     <wagon.provider.api.version>1.0-beta-4</wagon.provider.api.version>
 
+
+    <distMgmtReleasesId>apache.releases</distMgmtReleasesId>
+    <distMgmtReleasesName>Apache Releases</distMgmtReleasesName>
+    <distMgmtReleasesUrl>scp://people.apache.org/www/people.apache.org/repo/m2-release-repository</distMgmtReleasesUrl>
+
+    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
+    <distMgmtSnapshotsName>Apache Snapshots</distMgmtSnapshotsName>
+    <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
+
+
   </properties>
 
   <dependencyManagement>
@@ -611,7 +621,7 @@
   
   <ciManagement>
     <system>hudson</system>
-    <url>https://ci.sonatype.org/view/Maven%20Artifact/job/mercury/</url>
+    <url>http://grid.sonatype.org/ci/view/Mercury/job/mercury</url>
   </ciManagement>
 
   <scm>