You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by dr...@apache.org on 2013/04/03 19:34:05 UTC

svn commit: r1464118 - in /river/jtsk/branches/2.2: common.xml roll_release.sh

Author: dreedy
Date: Wed Apr  3 17:34:05 2013
New Revision: 1464118

URL: http://svn.apache.org/r1464118
Log:
Modifications preparing for next release

Modified:
    river/jtsk/branches/2.2/common.xml
    river/jtsk/branches/2.2/roll_release.sh

Modified: river/jtsk/branches/2.2/common.xml
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/common.xml?rev=1464118&r1=1464117&r2=1464118&view=diff
==============================================================================
--- river/jtsk/branches/2.2/common.xml (original)
+++ river/jtsk/branches/2.2/common.xml Wed Apr  3 17:34:05 2013
@@ -25,7 +25,7 @@
     <property file="${root}/build.properties" />
 
     <!-- Product version info -->
-    <property name="version" value="2.2.0"/>
+    <property name="version" value="2.2.1"/>
     <property name="product.name" value="apache-river-${version}"/>
     <property name="product.title" value="Apache River v${version}"/>
 

Modified: river/jtsk/branches/2.2/roll_release.sh
URL: http://svn.apache.org/viewvc/river/jtsk/branches/2.2/roll_release.sh?rev=1464118&r1=1464117&r2=1464118&view=diff
==============================================================================
--- river/jtsk/branches/2.2/roll_release.sh (original)
+++ river/jtsk/branches/2.2/roll_release.sh Wed Apr  3 17:34:05 2013
@@ -91,7 +91,7 @@ function confirm_continue {
 	[[ 'n' = $CONTINUE || 'N' = $CONTINUE ]] && echo $QUIT_MSG
 }
 
-VERSION=2.2.0
+VERSION=2.2.1
 
 echo "Rolling River Release $VERSION"