[jboss-cvs] JBoss Profiler SVN: r540 - 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 May 31 12:03:47 EDT 2009


Author: jesper.pedersen
Date: 2009-05-31 12:03:47 -0400 (Sun, 31 May 2009)
New Revision: 540

Modified:
   branches/JBossProfiler2/build.xml
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
Log:
On to 2.0.0.Beta5

Modified: branches/JBossProfiler2/build.xml
===================================================================
--- branches/JBossProfiler2/build.xml	2009-05-31 15:55:43 UTC (rev 539)
+++ branches/JBossProfiler2/build.xml	2009-05-31 16:03:47 UTC (rev 540)
@@ -17,7 +17,7 @@
     <property name="major" value="2"/>
     <property name="minor" value="0"/>
     <property name="patch" value="0"/>
-    <property name="type" value="Beta4"/>
+    <property name="type" value="Beta5"/>
 
     <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-05-31 15:55:43 UTC (rev 539)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java	2009-05-31 16:03:47 UTC (rev 540)
@@ -34,7 +34,7 @@
   public static final String PRODUCT = "Profiler"; 
 
   /** The version */
-  public static final String VERSION = "2.0.Beta4";
+  public static final String VERSION = "2.0.0.Beta5";
 
   /** Full version */
   public static final String FULL_VERSION = VENDOR + " " + PRODUCT + " " + VERSION;




More information about the jboss-cvs-commits mailing list