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/03/17 12:33:03 UTC

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

Author: sebb
Date: Sun Mar 17 11:33:03 2013
New Revision: 1457427

URL: http://svn.apache.org/r1457427
Log:
trunk (or active branch) versions should only ever be -SNAPSHOT versions
Update to next snapshot

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=1457427&r1=1457426&r2=1457427&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/pom.xml (original)
+++ commons/proper/daemon/branches/1.0.x/pom.xml Sun Mar 17 11:33:03 2013
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>
   <artifactId>commons-daemon</artifactId>
-  <version>1.0.14</version>
+  <version>1.0.15-SNAPSHOT</version>
   <name>Commons Daemon</name>
   <!-- Daemon started in Commons in 2002 with an import of code from Tomcat,
        which is why the NOTICE file has an earlier date than the inceptionYear -->