[jboss-svn-commits] JBL Code SVN: r36973 - labs/jbosstm/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 21 09:53:43 EDT 2011


Author: jhalliday
Date: 2011-04-21 09:53:43 -0400 (Thu, 21 Apr 2011)
New Revision: 36973

Modified:
   labs/jbosstm/trunk/build-release-pkgs.xml
Log:
Minor build update


Modified: labs/jbosstm/trunk/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/trunk/build-release-pkgs.xml	2011-04-21 13:35:38 UTC (rev 36972)
+++ labs/jbosstm/trunk/build-release-pkgs.xml	2011-04-21 13:53:43 UTC (rev 36973)
@@ -72,7 +72,7 @@
 <!--
     <property name="svnbase" value="https://svn.jboss.org/repos/labs/labs/jbosstm"/>
     <property name="tag" value="trunk"/>
-    <property name="filename" value="4.12.0.SNAPSHOT"/>
+    <property name="filename" value="5.0.0.SNAPSHOT"/>
     <property name="mvn.repositoryId" value="jboss-snapshots-repository"/>
     <property name="mvn.repo.url" value="https://repository.jboss.org/nexus/content/repositories/snapshots/"/>
 -->
@@ -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_14_0_Final"/>
+    <property name="tag" value="JBOSSTS_4_15_0_Final"/>
     <!-- The file name base for the user downloadable files. Derive it from the tag -->
-    <property name="filename" value="4.14.0.Final"/>
+    <property name="filename" value="4.15.0.Final"/>
     <!-- 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 -->



More information about the jboss-svn-commits mailing list