You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2014/04/30 03:09:57 UTC

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

Author: olamy
Date: Wed Apr 30 01:09:57 2014
New Revision: 1591163

URL: http://svn.apache.org/r1591163
Log:
magnify names :-)

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

Modified: commons/proper/jcs/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/pom.xml?rev=1591163&r1=1591162&r2=1591163&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/pom.xml (original)
+++ commons/proper/jcs/trunk/sandbox/pom.xml Wed Apr 30 01:09:57 2014
@@ -30,6 +30,8 @@
   <artifactId>commons-jcs-sandbox</artifactId>
   <packaging>pom</packaging>
 
+  <name>Apache Commons JCS :: Sandbox</name>
+
   <modules>
     <module>yajcache</module>
   </modules>

Modified: commons/proper/jcs/trunk/sandbox/yajcache/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/sandbox/yajcache/pom.xml?rev=1591163&r1=1591162&r2=1591163&view=diff
==============================================================================
--- commons/proper/jcs/trunk/sandbox/yajcache/pom.xml (original)
+++ commons/proper/jcs/trunk/sandbox/yajcache/pom.xml Wed Apr 30 01:09:57 2014
@@ -29,6 +29,8 @@
 
   <artifactId>commons-jcs-yajcache</artifactId>
 
+  <name>Apache Commons JCS :: Sandbox :: yajcache</name>
+
   <dependencies>
     <dependency>
       <groupId>commons-collections</groupId>