[jboss-cvs] JBoss Profiler SVN: r510 - 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
Sun Nov 30 10:09:33 EST 2008
Author: jesper.pedersen
Date: 2008-11-30 10:09:33 -0500 (Sun, 30 Nov 2008)
New Revision: 510
Modified:
branches/JBossProfiler2/build.xml
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
Log:
Onwards to Beta4
Modified: branches/JBossProfiler2/build.xml
===================================================================
--- branches/JBossProfiler2/build.xml 2008-11-30 15:08:42 UTC (rev 509)
+++ branches/JBossProfiler2/build.xml 2008-11-30 15:09:33 UTC (rev 510)
@@ -14,7 +14,7 @@
<property name="name" value="jboss-profiler"/>
<property name="major" value="2"/>
<property name="minor" value="0"/>
- <property name="type" value="Beta3.SP1"/>
+ <property name="type" value="Beta4"/>
<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 2008-11-30 15:08:42 UTC (rev 509)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java 2008-11-30 15:09:33 UTC (rev 510)
@@ -34,7 +34,7 @@
public static final String PRODUCT = "Profiler";
/** The version */
- public static final String VERSION = "2.0.Beta3.SP1";
+ public static final String VERSION = "2.0.Beta4";
/** Full version */
public static final String FULL_VERSION = VENDOR + " " + PRODUCT + " " + VERSION;
More information about the jboss-cvs-commits
mailing list