[teiid-commits] teiid SVN: r4541 - in branches/7.7.x: connectors/connector-infinispan and 24 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jan 15 11:50:13 EST 2013


Author: van.halbert
Date: 2013-01-15 11:50:13 -0500 (Tue, 15 Jan 2013)
New Revision: 4541

Modified:
   branches/7.7.x/connectors/connector-file/pom.xml
   branches/7.7.x/connectors/connector-infinispan/pom.xml
   branches/7.7.x/connectors/connector-ldap/pom.xml
   branches/7.7.x/connectors/connector-salesforce/pom.xml
   branches/7.7.x/connectors/connector-ws/pom.xml
   branches/7.7.x/connectors/salesforce-api/pom.xml
   branches/7.7.x/connectors/sandbox/pom.xml
   branches/7.7.x/connectors/translator-file/pom.xml
   branches/7.7.x/connectors/translator-hive/pom.xml
   branches/7.7.x/connectors/translator-jdbc/pom.xml
   branches/7.7.x/connectors/translator-ldap/pom.xml
   branches/7.7.x/connectors/translator-loopback/pom.xml
   branches/7.7.x/connectors/translator-object/pom.xml
   branches/7.7.x/connectors/translator-olap/pom.xml
   branches/7.7.x/connectors/translator-salesforce/pom.xml
   branches/7.7.x/connectors/translator-ws/pom.xml
   branches/7.7.x/documentation/admin-guide/pom.xml
   branches/7.7.x/documentation/caching-guide/pom.xml
   branches/7.7.x/documentation/client-developers-guide/pom.xml
   branches/7.7.x/documentation/developer-guide/pom.xml
   branches/7.7.x/documentation/javadocs/pom.xml
   branches/7.7.x/documentation/quick-start-example/pom.xml
   branches/7.7.x/documentation/reference/pom.xml
   branches/7.7.x/test-integration/common/pom.xml
   branches/7.7.x/test-integration/db/pom.xml
   branches/7.7.x/test-integration/perf/pom.xml
Log:
updating pom.xml version to 7.7.5 for the 5.3.1 release

Modified: branches/7.7.x/connectors/connector-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-file/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-file/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-file</artifactId>
@@ -55,4 +55,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/connectors/connector-infinispan/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-infinispan/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>connectors</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>connector-infinispan</artifactId>

Modified: branches/7.7.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ldap/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-ldap</artifactId>
@@ -54,4 +54,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/connectors/connector-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-salesforce/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-salesforce</artifactId>
@@ -91,4 +91,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/connectors/connector-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ws/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-ws/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-ws</artifactId>

Modified: branches/7.7.x/connectors/salesforce-api/pom.xml
===================================================================
--- branches/7.7.x/connectors/salesforce-api/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>salesforce-api</artifactId>
@@ -11,4 +11,4 @@
   <description>The java API for the Salesforce.com partner web service API</description>
     <dependencies>        
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/sandbox/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid.connectors</groupId>

Modified: branches/7.7.x/connectors/translator-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-file/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-file/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-file</artifactId>

Modified: branches/7.7.x/connectors/translator-hive/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-hive/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-hive/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-hive</artifactId>

Modified: branches/7.7.x/connectors/translator-jdbc/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-jdbc/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>translator-jdbc</artifactId>

Modified: branches/7.7.x/connectors/translator-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-ldap/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>translator-ldap</artifactId>

Modified: branches/7.7.x/connectors/translator-loopback/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-loopback/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-loopback</artifactId>

Modified: branches/7.7.x/connectors/translator-object/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-object/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-object/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-object</artifactId>

Modified: branches/7.7.x/connectors/translator-olap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-olap/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-olap/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-olap</artifactId>

Modified: branches/7.7.x/connectors/translator-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-salesforce/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>connectors</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>translator-salesforce</artifactId>

Modified: branches/7.7.x/connectors/translator-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-ws/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-ws/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.7.4</version>
+        <version>7.7.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-ws</artifactId>

Modified: branches/7.7.x/documentation/admin-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/admin-guide/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/admin-guide/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>admin-guide</artifactId>

Modified: branches/7.7.x/documentation/caching-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/caching-guide/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/caching-guide/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>caching-guide</artifactId>
@@ -74,4 +74,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/client-developers-guide/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>client-developers-guide</artifactId>
@@ -74,4 +74,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/documentation/developer-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/developer-guide/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/developer-guide/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>developer-guide</artifactId>

Modified: branches/7.7.x/documentation/javadocs/pom.xml
===================================================================
--- branches/7.7.x/documentation/javadocs/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/javadocs/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>javadocs</artifactId>

Modified: branches/7.7.x/documentation/quick-start-example/pom.xml
===================================================================
--- branches/7.7.x/documentation/quick-start-example/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>quick-start-example</artifactId>

Modified: branches/7.7.x/documentation/reference/pom.xml
===================================================================
--- branches/7.7.x/documentation/reference/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/reference/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>reference</artifactId>
@@ -74,4 +74,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/test-integration/common/pom.xml
===================================================================
--- branches/7.7.x/test-integration/common/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/test-integration/common/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>test-integration-common</artifactId>
@@ -34,4 +34,4 @@
 		</dependency>
 	</dependencies>
      
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/test-integration/db/pom.xml
===================================================================
--- branches/7.7.x/test-integration/db/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/test-integration/db/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -9,7 +9,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
@@ -534,4 +534,4 @@
 	</profiles>
 
 
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/test-integration/perf/pom.xml
===================================================================
--- branches/7.7.x/test-integration/perf/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/test-integration/perf/pom.xml	2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>test-integration-perf</artifactId>
@@ -29,4 +29,4 @@
 			<artifactId>commons-logging</artifactId>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>



More information about the teiid-commits mailing list