[jbosstools-commits] JBoss Tools SVN: r39584 - branches/jbosstools-3.3.0.Beta1/runtime-soa.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 16 14:34:47 EDT 2012


Author: nickboldt
Date: 2012-03-16 14:34:45 -0400 (Fri, 16 Mar 2012)
New Revision: 39584

Modified:
   branches/jbosstools-3.3.0.Beta1/runtime-soa/pom.xml
Log:
revert runtime-soa root pom to use parent pom from 0.0.3 (Beta1 branch) JBIDE-10968

Modified: branches/jbosstools-3.3.0.Beta1/runtime-soa/pom.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta1/runtime-soa/pom.xml	2012-03-16 18:31:11 UTC (rev 39583)
+++ branches/jbosstools-3.3.0.Beta1/runtime-soa/pom.xml	2012-03-16 18:34:45 UTC (rev 39584)
@@ -4,8 +4,8 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.jboss.tools</groupId>
-		<artifactId>parent</artifactId>
-		<version>0.0.4-SNAPSHOT</version>
+		<artifactId>org.jboss.tools.parent.pom</artifactId>
+		<version>0.0.3-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>
@@ -18,19 +18,5 @@
 		<module>features</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