[jbosstools-commits] JBoss Tools SVN: r43805 - trunk/esb.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Sep 18 14:59:51 EDT 2012


Author: ldimaggio
Date: 2012-09-18 14:59:51 -0400 (Tue, 18 Sep 2012)
New Revision: 43805

Modified:
   trunk/esb/pom.xml
Log:
Updated ESB pom.xml to reference Alpha2:




Modified: trunk/esb/pom.xml
===================================================================
--- trunk/esb/pom.xml	2012-09-18 18:43:04 UTC (rev 43804)
+++ trunk/esb/pom.xml	2012-09-18 18:59:51 UTC (rev 43805)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>4.0.0.Alpha1-SNAPSHOT</version>
+		<version>4.0.0.Alpha2-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>
@@ -30,5 +30,19 @@
 		<module>tests</module>
 		<module>site</module>
 	</modules>
+
+	<repositories>
+		<!-- To resolve parent artifact -->
+	    <repository>
+      		<id>jboss-public-repository-group</id>
+      		<name>JBoss Public Repository Group</name>
+      		<url>http://repository.jboss.org/nexus/content/groups/public/</url>
+    	</repository>
+    	<repository>
+			<id>jboss-snapshots-repository</id>
+			<name>JBoss Snapshots Repository</name>
+			<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+		</repository>
+	</repositories>
 </project>
 	



More information about the jbosstools-commits mailing list