Author: carlos
Date: Sun Feb 4 14:56:47 2007
New Revision: 503504
URL: http://svn.apache.org/viewvc?view=rev&rev=503504
Log:
Use o.a.m.plugins groupId to avoid clashing
Modified:
maven/sandbox/plugins/maven-bundle-plugin/pom.xml
Modified: maven/sandbox/plugins/maven-bundle-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-bundle-plugin/pom.xml?view=diff&rev=503504&r1=503503&r2=503504
==============================================================================
--- maven/sandbox/plugins/maven-bundle-plugin/pom.xml (original)
+++ maven/sandbox/plugins/maven-bundle-plugin/pom.xml Sun Feb 4 14:56:47 2007
@@ -27,7 +27,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.felix</groupId>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<repositories>