[teiid-commits] teiid SVN: r3267 - in branches/7.1.1.CP3: api and 35 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Jun 23 15:02:16 EDT 2011


Author: mdrillin
Date: 2011-06-23 15:02:15 -0400 (Thu, 23 Jun 2011)
New Revision: 3267

Modified:
   branches/7.1.1.CP3/adminshell/pom.xml
   branches/7.1.1.CP3/api/pom.xml
   branches/7.1.1.CP3/build/pom.xml
   branches/7.1.1.CP3/cache-jbosscache/pom.xml
   branches/7.1.1.CP3/client-jdk15/pom.xml
   branches/7.1.1.CP3/client/pom.xml
   branches/7.1.1.CP3/common-core/pom.xml
   branches/7.1.1.CP3/connectors/connector-file/pom.xml
   branches/7.1.1.CP3/connectors/connector-ldap/pom.xml
   branches/7.1.1.CP3/connectors/connector-salesforce/pom.xml
   branches/7.1.1.CP3/connectors/connector-ws/pom.xml
   branches/7.1.1.CP3/connectors/pom.xml
   branches/7.1.1.CP3/connectors/salesforce-api/pom.xml
   branches/7.1.1.CP3/connectors/sandbox/pom.xml
   branches/7.1.1.CP3/connectors/sandbox/translator-yahoo/pom.xml
   branches/7.1.1.CP3/connectors/translator-file/pom.xml
   branches/7.1.1.CP3/connectors/translator-jdbc/pom.xml
   branches/7.1.1.CP3/connectors/translator-ldap/pom.xml
   branches/7.1.1.CP3/connectors/translator-loopback/pom.xml
   branches/7.1.1.CP3/connectors/translator-salesforce/pom.xml
   branches/7.1.1.CP3/connectors/translator-ws/pom.xml
   branches/7.1.1.CP3/console/pom.xml
   branches/7.1.1.CP3/documentation/admin-guide/pom.xml
   branches/7.1.1.CP3/documentation/caching-guide/pom.xml
   branches/7.1.1.CP3/documentation/client-developers-guide/pom.xml
   branches/7.1.1.CP3/documentation/developer-guide/pom.xml
   branches/7.1.1.CP3/documentation/pom.xml
   branches/7.1.1.CP3/documentation/quick-start-example/pom.xml
   branches/7.1.1.CP3/documentation/reference/pom.xml
   branches/7.1.1.CP3/engine/pom.xml
   branches/7.1.1.CP3/hibernate-dialect/pom.xml
   branches/7.1.1.CP3/jboss-integration/pom.xml
   branches/7.1.1.CP3/metadata/pom.xml
   branches/7.1.1.CP3/runtime/pom.xml
   branches/7.1.1.CP3/test-integration/common/pom.xml
   branches/7.1.1.CP3/test-integration/db/pom.xml
   branches/7.1.1.CP3/test-integration/pom.xml
Log:
changed pom.xml files for CP3 branch naming

Modified: branches/7.1.1.CP3/adminshell/pom.xml
===================================================================
--- branches/7.1.1.CP3/adminshell/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/adminshell/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-adminshell</artifactId>

Modified: branches/7.1.1.CP3/api/pom.xml
===================================================================
--- branches/7.1.1.CP3/api/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/api/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-api</artifactId>

Modified: branches/7.1.1.CP3/build/pom.xml
===================================================================
--- branches/7.1.1.CP3/build/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/build/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid</artifactId>

Modified: branches/7.1.1.CP3/cache-jbosscache/pom.xml
===================================================================
--- branches/7.1.1.CP3/cache-jbosscache/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/cache-jbosscache/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-cache-jbosscache</artifactId>

Modified: branches/7.1.1.CP3/client/pom.xml
===================================================================
--- branches/7.1.1.CP3/client/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/client/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-client</artifactId>

Modified: branches/7.1.1.CP3/client-jdk15/pom.xml
===================================================================
--- branches/7.1.1.CP3/client-jdk15/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/client-jdk15/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-client-jdk15</artifactId>

Modified: branches/7.1.1.CP3/common-core/pom.xml
===================================================================
--- branches/7.1.1.CP3/common-core/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/common-core/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-common-core</artifactId>

Modified: branches/7.1.1.CP3/connectors/connector-file/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/connector-file/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/connector-file/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.1.GA</version>
+        <version>7.1.1.CP3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-file</artifactId>

Modified: branches/7.1.1.CP3/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/connector-ldap/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/connector-ldap/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.1.GA</version>
+        <version>7.1.1.CP3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-ldap</artifactId>

Modified: branches/7.1.1.CP3/connectors/connector-salesforce/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/connector-salesforce/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/connector-salesforce/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.1.GA</version>
+        <version>7.1.1.CP3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-salesforce</artifactId>

Modified: branches/7.1.1.CP3/connectors/connector-ws/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/connector-ws/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/connector-ws/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.1.GA</version>
+        <version>7.1.1.CP3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-ws</artifactId>

Modified: branches/7.1.1.CP3/connectors/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: branches/7.1.1.CP3/connectors/salesforce-api/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/salesforce-api/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/salesforce-api/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>salesforce-api</artifactId>

Modified: branches/7.1.1.CP3/connectors/sandbox/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/sandbox/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/sandbox/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid.connectors</groupId>

Modified: branches/7.1.1.CP3/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/sandbox/translator-yahoo/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/sandbox/translator-yahoo/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>sandbox</artifactId>
         <groupId>org.jboss.teiid.connectors</groupId>
-        <version>7.1.1.GA</version>
+        <version>7.1.1.CP3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-yahoo</artifactId>

Modified: branches/7.1.1.CP3/connectors/translator-file/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/translator-file/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/translator-file/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.1.GA</version>
+        <version>7.1.1.CP3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-file</artifactId>

Modified: branches/7.1.1.CP3/connectors/translator-jdbc/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/translator-jdbc/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/translator-jdbc/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>translator-jdbc</artifactId>

Modified: branches/7.1.1.CP3/connectors/translator-ldap/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/translator-ldap/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/translator-ldap/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>translator-ldap</artifactId>

Modified: branches/7.1.1.CP3/connectors/translator-loopback/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/translator-loopback/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/translator-loopback/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.1.GA</version>
+        <version>7.1.1.CP3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-loopback</artifactId>

Modified: branches/7.1.1.CP3/connectors/translator-salesforce/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/translator-salesforce/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/translator-salesforce/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>connectors</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>translator-salesforce</artifactId>

Modified: branches/7.1.1.CP3/connectors/translator-ws/pom.xml
===================================================================
--- branches/7.1.1.CP3/connectors/translator-ws/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/connectors/translator-ws/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.1.GA</version>
+        <version>7.1.1.CP3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-ws</artifactId>

Modified: branches/7.1.1.CP3/console/pom.xml
===================================================================
--- branches/7.1.1.CP3/console/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/console/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: branches/7.1.1.CP3/documentation/admin-guide/pom.xml
===================================================================
--- branches/7.1.1.CP3/documentation/admin-guide/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/documentation/admin-guide/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>admin-guide</artifactId>

Modified: branches/7.1.1.CP3/documentation/caching-guide/pom.xml
===================================================================
--- branches/7.1.1.CP3/documentation/caching-guide/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/documentation/caching-guide/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>caching-guide</artifactId>

Modified: branches/7.1.1.CP3/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.1.1.CP3/documentation/client-developers-guide/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/documentation/client-developers-guide/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>client-developers-guide</artifactId>

Modified: branches/7.1.1.CP3/documentation/developer-guide/pom.xml
===================================================================
--- branches/7.1.1.CP3/documentation/developer-guide/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/documentation/developer-guide/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>developer-guide</artifactId>

Modified: branches/7.1.1.CP3/documentation/pom.xml
===================================================================
--- branches/7.1.1.CP3/documentation/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/documentation/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>  </parent>
+    <version>7.1.1.CP3</version>  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>
   <artifactId>documentation</artifactId>

Modified: branches/7.1.1.CP3/documentation/quick-start-example/pom.xml
===================================================================
--- branches/7.1.1.CP3/documentation/quick-start-example/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/documentation/quick-start-example/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>quick-start-example</artifactId>

Modified: branches/7.1.1.CP3/documentation/reference/pom.xml
===================================================================
--- branches/7.1.1.CP3/documentation/reference/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/documentation/reference/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>reference</artifactId>

Modified: branches/7.1.1.CP3/engine/pom.xml
===================================================================
--- branches/7.1.1.CP3/engine/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/engine/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-engine</artifactId>

Modified: branches/7.1.1.CP3/hibernate-dialect/pom.xml
===================================================================
--- branches/7.1.1.CP3/hibernate-dialect/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/hibernate-dialect/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-hibernate-dialect</artifactId>

Modified: branches/7.1.1.CP3/jboss-integration/pom.xml
===================================================================
--- branches/7.1.1.CP3/jboss-integration/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/jboss-integration/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: branches/7.1.1.CP3/metadata/pom.xml
===================================================================
--- branches/7.1.1.CP3/metadata/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/metadata/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-metadata</artifactId>

Modified: branches/7.1.1.CP3/runtime/pom.xml
===================================================================
--- branches/7.1.1.CP3/runtime/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/runtime/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.1.GA</version>
+    <version>7.1.1.CP3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: branches/7.1.1.CP3/test-integration/common/pom.xml
===================================================================
--- branches/7.1.1.CP3/test-integration/common/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/test-integration/common/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>test-integration-common</artifactId>

Modified: branches/7.1.1.CP3/test-integration/db/pom.xml
===================================================================
--- branches/7.1.1.CP3/test-integration/db/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/test-integration/db/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -9,7 +9,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: branches/7.1.1.CP3/test-integration/pom.xml
===================================================================
--- branches/7.1.1.CP3/test-integration/pom.xml	2011-06-23 18:27:08 UTC (rev 3266)
+++ branches/7.1.1.CP3/test-integration/pom.xml	2011-06-23 19:02:15 UTC (rev 3267)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.1.GA</version>
+		<version>7.1.1.CP3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-test-integration</artifactId>



More information about the teiid-commits mailing list