Author: jvanzyl
Date: Sat Oct 21 15:22:24 2006
New Revision: 466586

URL: http://svn.apache.org/viewvc?view=rev&rev=466586
Log:
o using different groupId then regular plugins

Modified:
    
maven/sandbox/maven-it/maven-it-plugins/maven-it-plugin-context-passing/pom.xml

Modified: 
maven/sandbox/maven-it/maven-it-plugins/maven-it-plugin-context-passing/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/maven-it/maven-it-plugins/maven-it-plugin-context-passing/pom.xml?view=diff&rev=466586&r1=466585&r2=466586
==============================================================================
--- 
maven/sandbox/maven-it/maven-it-plugins/maven-it-plugin-context-passing/pom.xml 
(original)
+++ 
maven/sandbox/maven-it/maven-it-plugins/maven-it-plugin-context-passing/pom.xml 
Sat Oct 21 15:22:24 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-plugins</artifactId>
-    <groupId>org.apache.maven.plugins</groupId>
-    <version>3</version>
+    <artifactId>maven-it-plugins</artifactId>
+    <groupId>org.apache.maven.it.plugins</groupId>
+    <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-it-plugin-context-passing</artifactId>


Reply via email to