You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2012/11/24 03:10:27 UTC

svn commit: r1413116 - in /river/jtsk/trunk/src: com/sun/jini/constants/VersionConstants.java manifest/jsk-platform.mf

Author: peter_firmstone
Date: Sat Nov 24 02:10:23 2012
New Revision: 1413116

URL: http://svn.apache.org/viewvc?rev=1413116&view=rev
Log:
Increment River version in preparation for release.

Modified:
    river/jtsk/trunk/src/com/sun/jini/constants/VersionConstants.java
    river/jtsk/trunk/src/manifest/jsk-platform.mf

Modified: river/jtsk/trunk/src/com/sun/jini/constants/VersionConstants.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/com/sun/jini/constants/VersionConstants.java?rev=1413116&r1=1413115&r2=1413116&view=diff
==============================================================================
--- river/jtsk/trunk/src/com/sun/jini/constants/VersionConstants.java (original)
+++ river/jtsk/trunk/src/com/sun/jini/constants/VersionConstants.java Sat Nov 24 02:10:23 2012
@@ -23,5 +23,5 @@ package com.sun.jini.constants;
  */
 public interface VersionConstants {
     /** Current version of the Apache River release */ 
-    String SERVER_VERSION = "2.2.0";
+    String SERVER_VERSION = "2.2.1";
 }

Modified: river/jtsk/trunk/src/manifest/jsk-platform.mf
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/src/manifest/jsk-platform.mf?rev=1413116&r1=1413115&r2=1413116&view=diff
==============================================================================
--- river/jtsk/trunk/src/manifest/jsk-platform.mf (original)
+++ river/jtsk/trunk/src/manifest/jsk-platform.mf Sat Nov 24 02:10:23 2012
@@ -1,4 +1,4 @@
 Manifest-Version: 1.0
 Class-Path: jsk-resources.jar
 Implementation-Vendor: Apache Software Foundation
-Implementation-Version: 2.2.0
+Implementation-Version: 2.2.1