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/05/05 11:45:57 UTC

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

Author: tv
Date: Sun May  5 09:45:57 2013
New Revision: 1479272

URL: http://svn.apache.org/r1479272
Log:
Use commons-parent 28 to allow publishing of site again

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=1479272&r1=1479271&r2=1479272&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Sun May  5 09:45:57 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
      <artifactId>commons-parent</artifactId>
-     <version>27</version>
+     <version>28</version>
   </parent>
   <groupId>org.apache.jcs</groupId>
   <artifactId>jcs</artifactId>
@@ -711,6 +711,8 @@
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>JCS</commons.jira.id>
+    <commons.site.path>commons-jcs</commons.site.path>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
     <!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>