Author: brianf
Date: Sat Feb 14 01:56:14 2009
New Revision: 744359

URL: http://svn.apache.org/viewvc?rev=744359&view=rev
Log:
new parent

Modified:
    maven/mercury/trunk/pom.xml

Modified: maven/mercury/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/mercury/trunk/pom.xml?rev=744359&r1=744358&r2=744359&view=diff
==============================================================================
--- maven/mercury/trunk/pom.xml (original)
+++ maven/mercury/trunk/pom.xml Sat Feb 14 01:56:14 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>10</version>
+    <version>11-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.mercury</groupId>
@@ -99,19 +99,6 @@
     <!-- 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>
- -->
-    
<distMgmtReleasesUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtReleasesUrl>
-
-    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
-    <distMgmtSnapshotsName>Apache Snapshots</distMgmtSnapshotsName>
-<!-- 
-    
<distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
- -->
-    
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
   </properties>
 
   <scm>
@@ -130,19 +117,6 @@
     <url>http://grid.sonatype.org/ci/view/Mercury/job/mercury</url>
   </ciManagement>
 
-  <distributionManagement>
-    <repository>
-      <id>${distMgmtReleasesId}</id>
-      <name>${distMgmtReleasesName}</name>
-      <url>${distMgmtReleasesUrl}</url>
-    </repository>
-    <snapshotRepository>
-      <id>${distMgmtSnapshotsId}</id>
-      <name>${distMgmtSnapshotsName}</name>
-      <url>${distMgmtSnapshotsUrl}</url>
-    </snapshotRepository>
-  </distributionManagement>
-
   <dependencyManagement>
     <dependencies>
       <dependency>


Reply via email to