Author: manik.surtani(a)jboss.com
Date: 2009-02-23 06:41:39 -0500 (Mon, 23 Feb 2009)
New Revision: 7747
Modified:
core/branches/3.0.X/pom.xml
core/branches/3.0.X/release.sh
core/branches/3.0.X/src/main/java/org/jboss/cache/Version.java
Log:
Updated version
Modified: core/branches/3.0.X/pom.xml
===================================================================
--- core/branches/3.0.X/pom.xml 2009-02-23 11:37:17 UTC (rev 7746)
+++ core/branches/3.0.X/pom.xml 2009-02-23 11:41:39 UTC (rev 7747)
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
- <jbosscache-core-version>3.0.3-SNAPSHOT</jbosscache-core-version>
+ <jbosscache-core-version>3.0.4-SNAPSHOT</jbosscache-core-version>
<!-- By default only run tests in the "unit" group -->
<defaultTestGroup>unit</defaultTestGroup>
<!-- By default only generate Javadocs when we install the module. -->
Modified: core/branches/3.0.X/release.sh
===================================================================
--- core/branches/3.0.X/release.sh 2009-02-23 11:37:17 UTC (rev 7746)
+++ core/branches/3.0.X/release.sh 2009-02-23 11:41:39 UTC (rev 7747)
@@ -106,9 +106,9 @@
validate
tag
setVersion
-build
-checkIntoRepository
-docs
+#build
+#checkIntoRepository
+#docs
echo 'Done! Now all you need to do is:'
echo ' 1. Update the website (
http://www.jbosscache.org)'
echo ' 2. Update wiki pages (main wiki page, docs and download)'
Modified: core/branches/3.0.X/src/main/java/org/jboss/cache/Version.java
===================================================================
--- core/branches/3.0.X/src/main/java/org/jboss/cache/Version.java 2009-02-23 11:37:17 UTC
(rev 7746)
+++ core/branches/3.0.X/src/main/java/org/jboss/cache/Version.java 2009-02-23 11:41:39 UTC
(rev 7747)
@@ -31,10 +31,10 @@
*/
@Immutable
public class Version {
- public static final String version = "3.0.3-SNAPSHOT";
+ public static final String version = "3.0.4-SNAPSHOT";
public static final String codename = "Naga";
//public static final String cvs = "$Id$";
- static final byte[] version_id = {'0', '3', '0', '3',
'S'};
+ static final byte[] version_id = {'0', '3', '0', '4',
'S'};
private static final int MAJOR_SHIFT = 11;
private static final int MINOR_SHIFT = 6;