You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/27 01:53:11 UTC

svn commit: r479482 - in /maven/core-integration-testing/trunk: core-integration-testing-support/1.1/pom.xml pom.xml

Author: jvanzyl
Date: Sun Nov 26 16:53:10 2006
New Revision: 479482

URL: http://svn.apache.org/viewvc?view=rev&rev=479482
Log:
o using the new parent which avoids site:attach-descriptor and puts the cpd-check in a profile

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

Modified: maven/core-integration-testing/trunk/core-integration-testing-support/1.1/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-testing-support/1.1/pom.xml?view=diff&rev=479482&r1=479481&r2=479482
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-testing-support/1.1/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-testing-support/1.1/pom.xml Sun Nov 26 16:53:10 2006
@@ -26,6 +26,5 @@
     <relativePath>../../pom.xml</relativePath>    
   </parent> 
   <artifactId>maven-core-it-support</artifactId>
-  <packaging>jar</packaging>
   <version>1.1</version>
 </project>

Modified: maven/core-integration-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?view=diff&rev=479482&r1=479481&r2=479482
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Sun Nov 26 16:53:10 2006
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>3</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.its</groupId>