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 2014/10/15 19:42:57 UTC

svn commit: r1632137 - in /commons/proper/jcs/trunk: commons-jcs-sandbox/ pom.xml sandbox/

Author: ggregory
Date: Wed Oct 15 17:42:56 2014
New Revision: 1632137

URL: http://svn.apache.org/r1632137
Log:
Artifact ID commons-jcs-sandbox and folder must match per Maven guidelines.

Added:
    commons/proper/jcs/trunk/commons-jcs-sandbox/
      - copied from r1632136, commons/proper/jcs/trunk/sandbox/
Removed:
    commons/proper/jcs/trunk/sandbox/
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=1632137&r1=1632136&r2=1632137&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Oct 15 17:42:56 2014
@@ -441,7 +441,7 @@
     <profile>
       <id>sandbox</id>
       <modules>
-        <module>sandbox</module>
+        <module>commons-jcs-sandbox</module>
       </modules>
     </profile>
   </profiles>