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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 19 11:13:50 EDT 2011


Author: tomjenkinson
Date: 2011-04-19 11:13:50 -0400 (Tue, 19 Apr 2011)
New Revision: 36953

Modified:
   labs/jbosstm/trunk/build-release-pkgs.xml
Log:
JBTM-836 reverted the change to the release packages

Modified: labs/jbosstm/trunk/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/trunk/build-release-pkgs.xml	2011-04-19 15:05:18 UTC (rev 36952)
+++ labs/jbosstm/trunk/build-release-pkgs.xml	2011-04-19 15:13:50 UTC (rev 36953)
@@ -80,11 +80,11 @@
     <!-- a working directory for the process. Can contain output from previous releases if you like to keep them archived locally. -->
     <property name="workdir" location="/tmp/packaged_builds"/>
     <!-- where to get the source -->
-    <property name="svnbase" value="https://svn.jboss.org/repos/labs/labs/jbosstm"/>
+    <property name="svnbase" value="https://svn.jboss.org/repos/labs/labs/jbosstm/tags"/>
     <!-- The tag as it appears under svnbase -->
-    <property name="tag" value="trunk"/>
+    <property name="tag" value="JBOSSTS_4_14_0_Final"/>
     <!-- The file name base for the user downloadable files. Derive it from the tag -->
-    <property name="filename" value="4.15.0.Final.SNAPSHOT"/>
+    <property name="filename" value="4.14.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