[jboss-cvs] JBoss Profiler SVN: r553 - in branches/JBossProfiler2: src/main/org/jboss/profiler/shared and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jun 24 06:58:02 EDT 2009
Author: jesper.pedersen
Date: 2009-06-24 06:58:02 -0400 (Wed, 24 Jun 2009)
New Revision: 553
Modified:
branches/JBossProfiler2/build.xml
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
Log:
On to 2.0.0.Beta6
Modified: branches/JBossProfiler2/build.xml
===================================================================
--- branches/JBossProfiler2/build.xml 2009-06-23 18:49:54 UTC (rev 552)
+++ branches/JBossProfiler2/build.xml 2009-06-24 10:58:02 UTC (rev 553)
@@ -17,7 +17,7 @@
<property name="major" value="2"/>
<property name="minor" value="0"/>
<property name="patch" value="0"/>
- <property name="type" value="Beta5"/>
+ <property name="type" value="Beta6"/>
<property name="jboss-profiler.jar" value="jboss-profiler.jar"/>
<property name="jboss-profiler-ant.jar" value="jboss-profiler-ant.jar"/>
Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java 2009-06-23 18:49:54 UTC (rev 552)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java 2009-06-24 10:58:02 UTC (rev 553)
@@ -34,7 +34,7 @@
public static final String PRODUCT = "Profiler";
/** The version */
- public static final String VERSION = "2.0.0.Beta5";
+ public static final String VERSION = "2.0.0.Beta6";
/** Full version */
public static final String FULL_VERSION = VENDOR + " " + PRODUCT + " " + VERSION;
More information about the jboss-cvs-commits
mailing list