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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Sep 17 16:31:03 EDT 2012


Author: nickboldt
Date: 2012-09-17 16:31:03 -0400 (Mon, 17 Sep 2012)
New Revision: 43770

Modified:
   trunk/build/pom-soa-tooling.xml
Log:
bump parent version and make runtime-soa depend on examples

Modified: trunk/build/pom-soa-tooling.xml
===================================================================
--- trunk/build/pom-soa-tooling.xml	2012-09-17 20:30:57 UTC (rev 43769)
+++ trunk/build/pom-soa-tooling.xml	2012-09-17 20:31:03 UTC (rev 43770)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>4.0.0.Alpha2-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>
@@ -163,6 +163,7 @@
 				<module>../esb</module>
 				<module>../flow</module>
 				<module>../jbpm</module>
+				<module>../examples</module>
 				<!-- also needs drools but that's only available as binary upstream so be sure to build it first and resolve from composite staging site -->
 				<module>../runtime-soa</module>
 			</modules>



More information about the jbosstools-commits mailing list