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 2012/07/20 03:57:36 UTC

svn commit: r1363618 - /commons/proper/logging/trunk/build.xml

Author: sebb
Date: Fri Jul 20 01:57:36 2012
New Revision: 1363618

URL: http://svn.apache.org/viewvc?rev=1363618&view=rev
Log:
Fix version

Modified:
    commons/proper/logging/trunk/build.xml

Modified: commons/proper/logging/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/build.xml?rev=1363618&r1=1363617&r2=1363618&view=diff
==============================================================================
--- commons/proper/logging/trunk/build.xml (original)
+++ commons/proper/logging/trunk/build.xml Fri Jul 20 01:57:36 2012
@@ -94,7 +94,7 @@
   <property name="component.title"         value="Logging Wrapper Library"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.1.1-SNAPSHOT"/>
+  <property name="component.version"       value="1.1.2-SNAPSHOT"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="${basedir}/target"/>