Author: kenney
Date: Mon Jul 10 07:44:21 2006
New Revision: 420547

URL: http://svn.apache.org/viewvc?rev=420547&view=rev
Log:
Updated parent definition to maven-plugins 2-SNAPSHOT
so this plugin can be deployed using the new distributionManagement
repository definitions.

Modified:
    
maven/components/branches/maven-2.0.x/integration-tests/maven-core-it-plugin/pom.xml

Modified: 
maven/components/branches/maven-2.0.x/integration-tests/maven-core-it-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/integration-tests/maven-core-it-plugin/pom.xml?rev=420547&r1=420546&r2=420547&view=diff
==============================================================================
--- 
maven/components/branches/maven-2.0.x/integration-tests/maven-core-it-plugin/pom.xml
 (original)
+++ 
maven/components/branches/maven-2.0.x/integration-tests/maven-core-it-plugin/pom.xml
 Mon Jul 10 07:44:21 2006
@@ -19,9 +19,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <parent>
-    <artifactId>maven-plugin-parent</artifactId>
+    <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0.1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-core-it-plugin</artifactId>


Reply via email to