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/19 03:29:29 UTC

svn commit: r1494412 - /commons/proper/daemon/branches/1.0.x/pom.xml

Author: sebb
Date: Wed Jun 19 01:29:29 2013
New Revision: 1494412

URL: http://svn.apache.org/r1494412
Log:
Update to CP30; add missing commons property

Modified:
    commons/proper/daemon/branches/1.0.x/pom.xml

Modified: commons/proper/daemon/branches/1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/pom.xml?rev=1494412&r1=1494411&r2=1494412&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/pom.xml (original)
+++ commons/proper/daemon/branches/1.0.x/pom.xml Wed Jun 19 01:29:29 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>28</version>
+    <version>30</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>
@@ -93,6 +93,7 @@
     <maven.compile.target>1.3</maven.compile.target>
     <commons.componentid>daemon</commons.componentid>
     <commons.release.version>1.0.15</commons.release.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>DAEMON</commons.jira.id>
     <commons.jira.pid>12310468</commons.jira.pid>
   </properties>