[jbosstools-commits] JBoss Tools SVN: r35823 - trunk/build/parent.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Oct 19 18:55:16 EDT 2011


Author: nickboldt
Date: 2011-10-19 18:55:16 -0400 (Wed, 19 Oct 2011)
New Revision: 35823

Modified:
   trunk/build/parent/pom.xml
Log:
bump to Beta1 in trunk

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2011-10-19 21:27:00 UTC (rev 35822)
+++ trunk/build/parent/pom.xml	2011-10-19 22:55:16 UTC (rev 35823)
@@ -18,7 +18,7 @@
 		<scmBranch>trunk</scmBranch>
 		<JBT_VERSION>3.3.0</JBT_VERSION>
 		<JBDS_VERSION>5.0.0</JBDS_VERSION>
-		<BUILD_ALIAS>M4</BUILD_ALIAS>
+		<BUILD_ALIAS>Beta1</BUILD_ALIAS>
 		<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
 		<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
 		<systemProperties></systemProperties>
@@ -41,11 +41,11 @@
 		<!-- 2a. URL of latest JBT nightly staging composite site (all the components 
 			in once place) -->
 		<!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use _composite_/3.3.indigo -->
-		<jbosstools-nightly-staging-composite>http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/</jbosstools-nightly-staging-composite>
+		<jbosstools-nightly-staging-composite>http://download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo/</jbosstools-nightly-staging-composite>
 
 		<!-- 2b. or use -Plocal.composite -Dlocal.composite=file:///path/to/mirror/of/composite/staging/site/ -->
 		<!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use _composite_/3.3.indigo -->
-		<local.composite>file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/trunk/</local.composite>
+		<local.composite>file:///home/hudson/static_build_env/jbds/builds/staging/_composite_/3.3.indigo/</local.composite>
 
 		<!-- 3a. URL of latest JBT requirements composite mirror -->
 		<jboss-requirements-composite-mirror>http://download.jboss.org/jbosstools/updates/indigo/SR1/</jboss-requirements-composite-mirror>



More information about the jbosstools-commits mailing list