You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/09/11 20:30:54 UTC

svn commit: r1383514 - /commons/proper/csv/trunk/pom.xml

Author: ggregory
Date: Tue Sep 11 18:30:53 2012
New Revision: 1383514

URL: http://svn.apache.org/viewvc?rev=1383514&view=rev
Log:
Define groupId org.apache.commons

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

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1383514&r1=1383513&r2=1383514&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Tue Sep 11 18:30:53 2012
@@ -6,7 +6,7 @@
     <artifactId>commons-parent</artifactId>
     <version>26</version>
   </parent>
-
+  <groupId>org.apache.commons</groupId>
   <artifactId>commons-csv</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Commons CSV</name>