Author: sebb
Date: Fri May 21 15:09:32 2010
New Revision: 947037

URL: http://svn.apache.org/viewvc?rev=947037&view=rev
Log:
Make groupId explicit, rather than inheriting from parent.

Modified:
    commons/proper/compress/trunk/pom.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=947037&r1=947036&r2=947037&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Fri May 21 15:09:32 2010
@@ -25,6 +25,7 @@
     <version>15</version>
   </parent>
 
+  <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
   <version>1.1-SNAPSHOT</version>
   <name>Commons Compress</name>


Reply via email to