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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Oct 12 11:29:20 EDT 2011


Author: nickboldt
Date: 2011-10-12 11:29:19 -0400 (Wed, 12 Oct 2011)
New Revision: 35575

Modified:
   trunk/build/parent/pom.xml
Log:
JBIDE-9140 upversion parent pom to 0.0.3 and tychoVersion to 0.13.0

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2011-10-12 15:24:10 UTC (rev 35574)
+++ trunk/build/parent/pom.xml	2011-10-12 15:29:19 UTC (rev 35575)
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.tools</groupId>
 	<artifactId>org.jboss.tools.parent.pom</artifactId>
-	<version>0.0.2-SNAPSHOT</version>
+	<version>0.0.3-SNAPSHOT</version>
 	<name>JBoss Tools Parent</name>
 	<packaging>pom</packaging>
 	<modules>
@@ -12,9 +12,9 @@
 	</modules>
 
 	<properties>
-		<!-- to build w/ latest 0.13.0-SNAPSHOT, run `mvn install -DtychoVersion=0.13.0-SNAPSHOT`, 
-			or uncomment this property: <tychoVersion>0.13.0-SNAPSHOT</tychoVersion> -->
-		<tychoVersion>0.12.0</tychoVersion>
+		<!-- to build w/ latest 0.14.0-SNAPSHOT, run `mvn install -DtychoVersion=0.14.0-SNAPSHOT`, 
+			or uncomment this property: <tychoVersion>0.14.0-SNAPSHOT</tychoVersion> -->
+		<tychoVersion>0.13.0</tychoVersion>
 		<scmBranch>trunk</scmBranch>
 		<JBT_VERSION>3.3.0</JBT_VERSION>
 		<JBDS_VERSION>5.0.0</JBDS_VERSION>
@@ -36,7 +36,7 @@
 		<jbosstools-target-site>http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo/latest/</jbosstools-target-site>
 
 		<!-- 1b. or use -Plocal.site -Dlocal.site=file:///home/$user/trunk/build/target-platform/REPO/ -->
-		<local.site>file:///home/hudson/static_build_env/jbds/target-platform_3.3.indigo/e370-wtp330.target/</local.site>
+		<local.site>file:///home/hudson/static_build_env/jbds/target-platform_3.3.indigo/e371-wtp331.target/</local.site>
 
 		<!-- 2a. URL of latest JBT nightly staging composite site (all the components 
 			in once place) -->



More information about the jbosstools-commits mailing list