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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 29 08:20:03 EDT 2012


Author: mickael_istria
Date: 2012-05-29 08:20:03 -0400 (Tue, 29 May 2012)
New Revision: 41510

Modified:
   trunk/build/parent/pom.xml
Log:
Update TP version

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2012-05-29 11:38:47 UTC (rev 41509)
+++ trunk/build/parent/pom.xml	2012-05-29 12:20:03 UTC (rev 41510)
@@ -615,7 +615,7 @@
 								<artifact>
 									<groupId>org.jboss.tools</groupId>
 									<artifactId>org.jboss.tools.target.platform</artifactId>
-									<version>0.0.2-SNAPSHOT</version>
+									<version>3.4.0-SNAPSHOT</version>
 									<classifier>${target.platform.classifier.unified}</classifier>
 								</artifact>
 							</target>
@@ -645,7 +645,7 @@
 								<artifact>
 									<groupId>org.jboss.tools</groupId>
 									<artifactId>org.jboss.tools.target.platform</artifactId>
-									<version>0.0.2-SNAPSHOT</version>
+									<version>3.4.0-SNAPSHOT</version>
 									<classifier>${target.platform.classifier.local}</classifier>
 								</artifact>
 							</target>
@@ -914,6 +914,11 @@
 			<url>https://repository.sonatype.org/content/groups/sonatype-public-grid</url>
 		</pluginRepository>
 		<pluginRepository>
+			<id>tycho-0.15-staging</id>
+			<name>tycho-0.15-staging</name>
+			<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-255/</url>
+		</pluginRepository>
+		<pluginRepository>
 			<id>repository.sonatype.org-snapshots</id>
 			<name>repository.sonatype.org-snapshots</name>
 			<url>https://repository.sonatype.org/content/repositories/snapshots</url>



More information about the jbosstools-commits mailing list