You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/11 20:40:52 UTC

svn commit: r1491894 - /commons/proper/commons-build-plugin/trunk/pom.xml

Author: sebb
Date: Tue Jun 11 18:40:52 2013
New Revision: 1491894

URL: http://svn.apache.org/r1491894
Log:
Update to CP30

Modified:
    commons/proper/commons-build-plugin/trunk/pom.xml

Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1491894&r1=1491893&r2=1491894&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Tue Jun 11 18:40:52 2013
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>23</version>
+        <version>30</version>
     </parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-build-plugin</artifactId>
@@ -196,7 +196,7 @@
         <commons.componentid>commons-build-plugin</commons.componentid>
         <commons.jira.id>COMMONSSITE</commons.jira.id>
         <commons.jira.pid>12310466&amp;amp;component=12312401</commons.jira.pid>
-        <commons.release.version>1.4</commons.release.version>
-        <commons.rc.version>RC2</commons.rc.version>
+        <commons.release.version>${project.version}</commons.release.version>
+        <commons.rc.version>RC1</commons.rc.version>
     </properties>
 </project>