You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/02/04 23:56:48 UTC

svn commit: r503504 - /maven/sandbox/plugins/maven-bundle-plugin/pom.xml

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>