You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2013/01/13 11:42:37 UTC

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

Author: mturk
Date: Sun Jan 13 10:42:37 2013
New Revision: 1432582

URL: http://svn.apache.org/viewvc?rev=1432582&view=rev
Log:
Use correct version

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=1432582&r1=1432581&r2=1432582&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/pom.xml (original)
+++ commons/proper/daemon/branches/1.0.x/pom.xml Sun Jan 13 10:42:37 2013
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>
   <artifactId>commons-daemon</artifactId>
-  <version>1.0.12-SNAPSHOT</version>
+  <version>1.0.12</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 -->