Author: gtrasuk
Date: Thu Oct 3 14:27:26 2013
New Revision: 1528886
URL: http://svn.apache.org/r1528886
Log:
Update com.sun.jini.constants.VersionConstants to reflect the next release,
2.2.2
Modified:
river/jtsk/branches/2.2/src/com/sun/jini/constants/VersionConstants.java
Modified:
river/jtsk/branches/2.2/src/com/sun/jini/constants/VersionConstants.java
URL:
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/src/com/sun/jini/constants/VersionConstants.java?rev=1528886&r1=1528885&r2=1528886&view=diff
==============================================================================
--- river/jtsk/branches/2.2/src/com/sun/jini/constants/VersionConstants.java
(original)
+++ river/jtsk/branches/2.2/src/com/sun/jini/constants/VersionConstants.java
Thu Oct 3 14:27:26 2013
@@ -25,5 +25,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.2";
}