Author: jvanzyl
Date: Sat Oct 21 15:22:48 2006
New Revision: 466594

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

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

Modified: maven/sandbox/maven-it/maven-it-plugins/maven-it-plugin-touch/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/maven-it/maven-it-plugins/maven-it-plugin-touch/pom.xml?view=diff&rev=466594&r1=466593&r2=466594
==============================================================================
--- maven/sandbox/maven-it/maven-it-plugins/maven-it-plugin-touch/pom.xml 
(original)
+++ maven/sandbox/maven-it/maven-it-plugins/maven-it-plugin-touch/pom.xml Sat 
Oct 21 15:22:48 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-touch</artifactId>


Reply via email to