[jbosstools-commits] JBoss Tools SVN: r41860 - in branches/jbosstools-3.3.x: as and 27 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jun 11 11:08:41 EDT 2012


Author: nickboldt
Date: 2012-06-11 11:08:40 -0400 (Mon, 11 Jun 2012)
New Revision: 41860

Modified:
   branches/jbosstools-3.3.x/archives/pom.xml
   branches/jbosstools-3.3.x/as/pom.xml
   branches/jbosstools-3.3.x/birt/pom.xml
   branches/jbosstools-3.3.x/build/parent/pom.xml
   branches/jbosstools-3.3.x/build/pom.xml
   branches/jbosstools-3.3.x/cdi/pom.xml
   branches/jbosstools-3.3.x/central/pom.xml
   branches/jbosstools-3.3.x/common/pom.xml
   branches/jbosstools-3.3.x/deltacloud/pom.xml
   branches/jbosstools-3.3.x/examples/pom.xml
   branches/jbosstools-3.3.x/forge/pom.xml
   branches/jbosstools-3.3.x/freemarker/pom.xml
   branches/jbosstools-3.3.x/gwt/pom.xml
   branches/jbosstools-3.3.x/hibernatetools/pom.xml
   branches/jbosstools-3.3.x/jmx/pom.xml
   branches/jbosstools-3.3.x/jsf/pom.xml
   branches/jbosstools-3.3.x/jst/pom.xml
   branches/jbosstools-3.3.x/maven/pom.xml
   branches/jbosstools-3.3.x/modeshape/pom.xml
   branches/jbosstools-3.3.x/openshift/pom.xml
   branches/jbosstools-3.3.x/portlet/pom.xml
   branches/jbosstools-3.3.x/runtime/pom.xml
   branches/jbosstools-3.3.x/seam/pom.xml
   branches/jbosstools-3.3.x/struts/pom.xml
   branches/jbosstools-3.3.x/tests/pom.xml
   branches/jbosstools-3.3.x/usage/pom.xml
   branches/jbosstools-3.3.x/vpe/pom.xml
   branches/jbosstools-3.3.x/ws/pom.xml
   branches/jbosstools-3.3.x/xulrunner/pom.xml
Log:
switch parent pom to 3.3.0.Final in prep for release builds

Modified: branches/jbosstools-3.3.x/archives/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/archives/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/archives/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/as/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/as/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/as/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/birt/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/birt/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/birt/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/build/parent/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/build/parent/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.tools</groupId>
 	<artifactId>parent</artifactId>
-	<version>3.3.0.CR1-SNAPSHOT</version>
+	<version>3.3.0.Final-SNAPSHOT</version>
 	<name>JBoss Tools Parent</name>
 	<packaging>pom</packaging>
 	<modules>

Modified: branches/jbosstools-3.3.x/build/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/build/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/build/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/cdi/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/cdi/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/cdi/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/central/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/central/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/central/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/common/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/common/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/common/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/deltacloud/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/deltacloud/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/deltacloud/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/examples/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/examples/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/examples/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/forge/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/forge/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/forge/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/freemarker/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/freemarker/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/freemarker/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/gwt/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/gwt/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/gwt/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/hibernatetools/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/hibernatetools/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/hibernatetools/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/jmx/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/jmx/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/jsf/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jsf/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/jsf/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/jst/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jst/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/jst/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<packaging>pom</packaging>

Modified: branches/jbosstools-3.3.x/maven/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/maven/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/maven/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/modeshape/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/modeshape/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/modeshape/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/openshift/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/openshift/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/openshift/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/portlet/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/portlet/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/runtime/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/runtime/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/runtime/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/seam/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/seam/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/seam/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/struts/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/struts/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/struts/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/tests/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/tests/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/tests/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/usage/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/usage/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/usage/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/vpe/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/vpe/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/vpe/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/ws/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/ws/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/ws/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>

Modified: branches/jbosstools-3.3.x/xulrunner/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/xulrunner/pom.xml	2012-06-11 14:51:50 UTC (rev 41859)
+++ branches/jbosstools-3.3.x/xulrunner/pom.xml	2012-06-11 15:08:40 UTC (rev 41860)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>parent</artifactId>
-		<version>3.3.0.CR1-SNAPSHOT</version>
+		<version>3.3.0.Final-SNAPSHOT</version>
 		<relativePath>../build/parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.tools</groupId>



More information about the jbosstools-commits mailing list