[jboss-svn-commits] JBL Code SVN: r37071 - in labs/jbosstm/trunk: rhq-plugin and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 6 15:26:32 EDT 2011


Author: tomjenkinson
Date: 2011-06-06 15:26:31 -0400 (Mon, 06 Jun 2011)
New Revision: 37071

Modified:
   labs/jbosstm/trunk/build-release-pkgs.xml
   labs/jbosstm/trunk/rhq-plugin/build.xml
Log:
updated the version number

Modified: labs/jbosstm/trunk/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/trunk/build-release-pkgs.xml	2011-06-06 13:44:52 UTC (rev 37070)
+++ labs/jbosstm/trunk/build-release-pkgs.xml	2011-06-06 19:26:31 UTC (rev 37071)
@@ -82,9 +82,9 @@
     <!-- where to get the source -->
     <property name="svnbase" value="https://svn.jboss.org/repos/labs/labs/jbosstm/tags"/>
     <!-- The tag as it appears under svnbase -->
-    <property name="tag" value="JBOSSTS_4_15_1_Final"/>
+    <property name="tag" value="JBOSSTS_5_0_0_M1-SNAPSHOT"/>
     <!-- The file name base for the user downloadable files. Derive it from the tag -->
-    <property name="filename" value="4.15.1.Final"/>
+    <property name="filename" value="5.0.0.M1-SNAPSHOT"/>
     <!-- the location the JBossTS web site content is copied to -->
     <property name="downloads.dir" value="/home/jhalli/IdeaProjects/jboss/filemgmt.jboss.org/downloads_htdocs/jbosstm/"/>
     <!-- the mvn repo to upload to -->

Modified: labs/jbosstm/trunk/rhq-plugin/build.xml
===================================================================
--- labs/jbosstm/trunk/rhq-plugin/build.xml	2011-06-06 13:44:52 UTC (rev 37070)
+++ labs/jbosstm/trunk/rhq-plugin/build.xml	2011-06-06 19:26:31 UTC (rev 37071)
@@ -2,7 +2,7 @@
 
 <project name="rhq-plugin" default="maven:package" basedir=".">
 
-	<property name="modulename" value="jbossts-jopr-plugin-4.15.1.M1-SNAPSHOT"/>
+	<property name="modulename" value="jbossts-jopr-plugin-5.0.0.M1-SNAPSHOT"/>
 	<property name="component-module-list" value="${modulename}"/>
 	<property name="install.jar.dir" value="../install/bin"/>
 	<property name="install.doc.dir" value="../install/docs/rhq"/>



More information about the jboss-svn-commits mailing list