[jboss-cvs] JBoss Profiler SVN: r448 - 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
Sat May 17 11:19:06 EDT 2008


Author: jesper.pedersen
Date: 2008-05-17 11:19:06 -0400 (Sat, 17 May 2008)
New Revision: 448

Modified:
   branches/JBossProfiler2/build.xml
   branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java
Log:
Beta2 identifer

Modified: branches/JBossProfiler2/build.xml
===================================================================
--- branches/JBossProfiler2/build.xml	2008-05-14 16:55:40 UTC (rev 447)
+++ branches/JBossProfiler2/build.xml	2008-05-17 15:19:06 UTC (rev 448)
@@ -14,7 +14,7 @@
     <property name="name" value="jboss-profiler"/>
     <property name="major" value="2"/>
     <property name="minor" value="0"/>
-    <property name="type" value="Beta1"/>
+    <property name="type" value="Beta2"/>
 
     <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-05-14 16:55:40 UTC (rev 447)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/shared/Version.java	2008-05-17 15:19:06 UTC (rev 448)
@@ -34,7 +34,7 @@
   public static final String PRODUCT = "Profiler"; 
 
   /** The version */
-  public static final String VERSION = "2.0.Beta1";
+  public static final String VERSION = "2.0.Beta2";
 
   /** Full version */
   public static final String FULL_VERSION = VENDOR + " " + PRODUCT + " " + VERSION;




More information about the jboss-cvs-commits mailing list