[jbosstools-commits] JBoss Tools SVN: r41934 - branches/jbosstools-3.3.x/build/results.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 13 10:51:18 EDT 2012


Author: nickboldt
Date: 2012-06-13 10:51:18 -0400 (Wed, 13 Jun 2012)
New Revision: 41934

Modified:
   branches/jbosstools-3.3.x/build/results/pom.xml
Log:
set correct version of parent pom; copy-paste error (JBIDE-6958)

Modified: branches/jbosstools-3.3.x/build/results/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/build/results/pom.xml	2012-06-13 13:30:42 UTC (rev 41933)
+++ branches/jbosstools-3.3.x/build/results/pom.xml	2012-06-13 14:51:18 UTC (rev 41934)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.4.0.M1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>



More information about the jbosstools-commits mailing list