[jboss-cvs] JBoss Profiler SVN: r502 - 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
Mon Nov 24 10:59:33 EST 2008
Author: jesper.pedersen
Date: 2008-11-24 10:59:32 -0500 (Mon, 24 Nov 2008)
New Revision: 502
Modified:
branches/JBossProfiler2/build.xml
branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
Log:
We need a Beta3.SP1 release
Modified: branches/JBossProfiler2/build.xml
===================================================================
--- branches/JBossProfiler2/build.xml 2008-11-24 14:30:05 UTC (rev 501)
+++ branches/JBossProfiler2/build.xml 2008-11-24 15:59:32 UTC (rev 502)
@@ -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"/>
+ <property name="type" value="Beta3.SP1"/>
<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-24 14:30:05 UTC (rev 501)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java 2008-11-24 15:59:32 UTC (rev 502)
@@ -34,7 +34,7 @@
public static final String PRODUCT = "Profiler";
/** The version */
- public static final String VERSION = "2.0.Beta3";
+ public static final String VERSION = "2.0.Beta3.SP1";
/** Full version */
public static final String FULL_VERSION = VENDOR + " " + PRODUCT + " " + VERSION;
More information about the jboss-cvs-commits
mailing list