[jbosstools-commits] JBoss Tools SVN: r35860 - in trunk/as/tests: org.jboss.tools.openshift.express.client.test and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Oct 20 15:10:34 EDT 2011


Author: dgolovin
Date: 2011-10-20 15:10:33 -0400 (Thu, 20 Oct 2011)
New Revision: 35860

Modified:
   trunk/as/tests/org.jboss.ide.eclipse.as.egit.test/pom.xml
   trunk/as/tests/org.jboss.tools.openshift.express.client.test/pom.xml
Log:
fixed parent pom reference for new test plugins. Plugins artifact was used instead of tests.


Modified: trunk/as/tests/org.jboss.ide.eclipse.as.egit.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.egit.test/pom.xml	2011-10-20 18:37:24 UTC (rev 35859)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.egit.test/pom.xml	2011-10-20 19:10:33 UTC (rev 35860)
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion> 
 	<parent>
 		<groupId>org.jboss.tools.as</groupId>
-		<artifactId>plugins</artifactId>
+		<artifactId>tests</artifactId>
 		<version>2.3.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.as.tests</groupId>

Modified: trunk/as/tests/org.jboss.tools.openshift.express.client.test/pom.xml
===================================================================
--- trunk/as/tests/org.jboss.tools.openshift.express.client.test/pom.xml	2011-10-20 18:37:24 UTC (rev 35859)
+++ trunk/as/tests/org.jboss.tools.openshift.express.client.test/pom.xml	2011-10-20 19:10:33 UTC (rev 35860)
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion> 
 	<parent>
 		<groupId>org.jboss.tools.as</groupId>
-		<artifactId>plugins</artifactId>
+		<artifactId>tests</artifactId>
 		<version>2.3.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.as.plugins</groupId>



More information about the jbosstools-commits mailing list