You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/14 20:51:01 UTC

svn commit: r637231 - /maven/core-integration-testing/trunk/pom.xml

Author: brianf
Date: Fri Mar 14 12:50:59 2008
New Revision: 637231

URL: http://svn.apache.org/viewvc?rev=637231&view=rev
Log:
use the new parent, and inherit the proper distMgt section

Modified:
    maven/core-integration-testing/trunk/pom.xml

Modified: maven/core-integration-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?rev=637231&r1=637230&r2=637231&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Fri Mar 14 12:50:59 2008
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>6</version>
+    <version>8</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.its</groupId>
@@ -51,16 +51,6 @@
     <module>core-integration-testing-support</module>  
     <module>maven-integration-test-helper</module>  
   </modules>  
-  <distributionManagement>
-    <repository>
-      <id>apache.releases</id>
-      <url>${repositoryUrl}</url>
-    </repository>
-    <snapshotRepository>
-      <id>apache.snapshots</id>
-      <url>${repositoryUrl}</url>
-    </snapshotRepository>    
-  </distributionManagement>
   <!-- TODO this needs to be improved, right now it doesn't deploy to releases repo -->
   <properties>
     <repositoryUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</repositoryUrl>