You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2013/10/23 15:52:58 UTC

svn commit: r1535032 - /commons/proper/jcs/trunk/pom.xml

Author: tv
Date: Wed Oct 23 13:52:57 2013
New Revision: 1535032

URL: http://svn.apache.org/r1535032
Log:
Re-introduced explicit groupId

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

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1535032&r1=1535031&r2=1535032&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Oct 23 13:52:57 2013
@@ -21,10 +21,12 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.commons</groupId>
+     <groupId>org.apache.commons</groupId>
      <artifactId>commons-parent</artifactId>
      <version>32</version>
   </parent>
+
+  <groupId>org.apache.commons</groupId>
   <artifactId>commons-jcs</artifactId>
   <packaging>jar</packaging>
   <version>2.0-SNAPSHOT</version>