Author: jvanzyl
Date: Sat Oct 21 15:22:36 2006
New Revision: 466590

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

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

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


Reply via email to