[teiid-commits] teiid SVN: r3748 - in branches/7.4.x: adminshell and 38 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Dec 15 17:25:27 EST 2011


Author: jolee
Date: 2011-12-15 17:25:27 -0500 (Thu, 15 Dec 2011)
New Revision: 3748

Modified:
   branches/7.4.x/adminshell/pom.xml
   branches/7.4.x/api/pom.xml
   branches/7.4.x/build/kits/jboss-container/teiid-releasenotes.html
   branches/7.4.x/build/pom.xml
   branches/7.4.x/cache-jbosscache/pom.xml
   branches/7.4.x/client-jdk15/pom.xml
   branches/7.4.x/client/pom.xml
   branches/7.4.x/common-core/pom.xml
   branches/7.4.x/connectors/connector-file/pom.xml
   branches/7.4.x/connectors/connector-ldap/pom.xml
   branches/7.4.x/connectors/connector-salesforce/pom.xml
   branches/7.4.x/connectors/connector-ws/pom.xml
   branches/7.4.x/connectors/pom.xml
   branches/7.4.x/connectors/salesforce-api/pom.xml
   branches/7.4.x/connectors/sandbox/pom.xml
   branches/7.4.x/connectors/sandbox/translator-yahoo/pom.xml
   branches/7.4.x/connectors/translator-file/pom.xml
   branches/7.4.x/connectors/translator-jdbc/pom.xml
   branches/7.4.x/connectors/translator-ldap/pom.xml
   branches/7.4.x/connectors/translator-loopback/pom.xml
   branches/7.4.x/connectors/translator-olap/pom.xml
   branches/7.4.x/connectors/translator-salesforce/pom.xml
   branches/7.4.x/connectors/translator-ws/pom.xml
   branches/7.4.x/console/pom.xml
   branches/7.4.x/documentation/admin-guide/pom.xml
   branches/7.4.x/documentation/caching-guide/pom.xml
   branches/7.4.x/documentation/client-developers-guide/pom.xml
   branches/7.4.x/documentation/developer-guide/pom.xml
   branches/7.4.x/documentation/pom.xml
   branches/7.4.x/documentation/quick-start-example/pom.xml
   branches/7.4.x/documentation/reference/pom.xml
   branches/7.4.x/engine/pom.xml
   branches/7.4.x/hibernate-dialect/pom.xml
   branches/7.4.x/jboss-integration/pom.xml
   branches/7.4.x/metadata/pom.xml
   branches/7.4.x/pom.xml
   branches/7.4.x/runtime/pom.xml
   branches/7.4.x/test-integration/common/pom.xml
   branches/7.4.x/test-integration/db/pom.xml
   branches/7.4.x/test-integration/pom.xml
Log:
SOA-3665 update version of teiid to 7.4.2 for inclusion in EDS 5.2 roll up patch

Modified: branches/7.4.x/adminshell/pom.xml
===================================================================
--- branches/7.4.x/adminshell/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/adminshell/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-adminshell</artifactId>

Modified: branches/7.4.x/api/pom.xml
===================================================================
--- branches/7.4.x/api/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/api/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-api</artifactId>

Modified: branches/7.4.x/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/7.4.x/build/kits/jboss-container/teiid-releasenotes.html	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/build/kits/jboss-container/teiid-releasenotes.html	2011-12-15 22:25:27 UTC (rev 3748)
@@ -253,7 +253,17 @@
         
 <h2>        Bug
 </h2>
+<h4>From ${project.version}</h4>
 <ul>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-1863'>TEIID-1863</a>] - Default Salesforce URL in teiid-connector-salesforce.rar needs update to SF v22</li> 
+<li>[<a href='https://issues.jboss.org/browse/TEIID-1852'>TEIID-1852</a>] - Misc. Salesforce Translator Issues</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-1828'>TEIID-1828</a>] - Dependent critiera in query plan but missing in actual query and additional information is provided</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-1803'>TEIID-1803</a>] - VDB deployment in EDS can be extremely slow based upon indexing needs</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-1849'>TEIID-1849</a>] - enabledCipherSuites property gives error on startup of server</li>
+</ul>
+
+<h4>From 7.4.1</h4>
+<ul>
 <li>[<a href='https://issues.jboss.org/browse/TEIID-99'>TEIID-99</a>] -         Stored procedures should work in multisource connector binding scenarios
 </li>
 <li>[<a href='https://issues.jboss.org/browse/TEIID-1163'>TEIID-1163</a>] -         Provide LOB support in ODBC

Modified: branches/7.4.x/build/pom.xml
===================================================================
--- branches/7.4.x/build/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/build/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid</artifactId>

Modified: branches/7.4.x/cache-jbosscache/pom.xml
===================================================================
--- branches/7.4.x/cache-jbosscache/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/cache-jbosscache/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-cache-jbosscache</artifactId>

Modified: branches/7.4.x/client/pom.xml
===================================================================
--- branches/7.4.x/client/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/client/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-client</artifactId>

Modified: branches/7.4.x/client-jdk15/pom.xml
===================================================================
--- branches/7.4.x/client-jdk15/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/client-jdk15/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-client-jdk15</artifactId>

Modified: branches/7.4.x/common-core/pom.xml
===================================================================
--- branches/7.4.x/common-core/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/common-core/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-common-core</artifactId>

Modified: branches/7.4.x/connectors/connector-file/pom.xml
===================================================================
--- branches/7.4.x/connectors/connector-file/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/connector-file/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.1</version>
+        <version>7.4.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-file</artifactId>

Modified: branches/7.4.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.4.x/connectors/connector-ldap/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/connector-ldap/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.1</version>
+        <version>7.4.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-ldap</artifactId>

Modified: branches/7.4.x/connectors/connector-salesforce/pom.xml
===================================================================
--- branches/7.4.x/connectors/connector-salesforce/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/connector-salesforce/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.1</version>
+        <version>7.4.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-salesforce</artifactId>

Modified: branches/7.4.x/connectors/connector-ws/pom.xml
===================================================================
--- branches/7.4.x/connectors/connector-ws/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/connector-ws/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.1</version>
+        <version>7.4.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-ws</artifactId>

Modified: branches/7.4.x/connectors/pom.xml
===================================================================
--- branches/7.4.x/connectors/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: branches/7.4.x/connectors/salesforce-api/pom.xml
===================================================================
--- branches/7.4.x/connectors/salesforce-api/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/salesforce-api/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>salesforce-api</artifactId>

Modified: branches/7.4.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.4.x/connectors/sandbox/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/sandbox/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid.connectors</groupId>

Modified: branches/7.4.x/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.4.x/connectors/sandbox/translator-yahoo/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/sandbox/translator-yahoo/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>sandbox</artifactId>
         <groupId>org.jboss.teiid.connectors</groupId>
-        <version>7.4.1</version>
+        <version>7.4.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-yahoo</artifactId>

Modified: branches/7.4.x/connectors/translator-file/pom.xml
===================================================================
--- branches/7.4.x/connectors/translator-file/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/translator-file/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.1</version>
+        <version>7.4.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-file</artifactId>

Modified: branches/7.4.x/connectors/translator-jdbc/pom.xml
===================================================================
--- branches/7.4.x/connectors/translator-jdbc/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/translator-jdbc/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>translator-jdbc</artifactId>

Modified: branches/7.4.x/connectors/translator-ldap/pom.xml
===================================================================
--- branches/7.4.x/connectors/translator-ldap/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/translator-ldap/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>translator-ldap</artifactId>

Modified: branches/7.4.x/connectors/translator-loopback/pom.xml
===================================================================
--- branches/7.4.x/connectors/translator-loopback/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/translator-loopback/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.1</version>
+        <version>7.4.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-loopback</artifactId>

Modified: branches/7.4.x/connectors/translator-olap/pom.xml
===================================================================
--- branches/7.4.x/connectors/translator-olap/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/translator-olap/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.1</version>
+        <version>7.4.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-olap</artifactId>

Modified: branches/7.4.x/connectors/translator-salesforce/pom.xml
===================================================================
--- branches/7.4.x/connectors/translator-salesforce/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/translator-salesforce/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>connectors</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>translator-salesforce</artifactId>

Modified: branches/7.4.x/connectors/translator-ws/pom.xml
===================================================================
--- branches/7.4.x/connectors/translator-ws/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/connectors/translator-ws/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.1</version>
+        <version>7.4.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-ws</artifactId>

Modified: branches/7.4.x/console/pom.xml
===================================================================
--- branches/7.4.x/console/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/console/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: branches/7.4.x/documentation/admin-guide/pom.xml
===================================================================
--- branches/7.4.x/documentation/admin-guide/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/documentation/admin-guide/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>admin-guide</artifactId>

Modified: branches/7.4.x/documentation/caching-guide/pom.xml
===================================================================
--- branches/7.4.x/documentation/caching-guide/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/documentation/caching-guide/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>caching-guide</artifactId>

Modified: branches/7.4.x/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.4.x/documentation/client-developers-guide/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/documentation/client-developers-guide/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>client-developers-guide</artifactId>

Modified: branches/7.4.x/documentation/developer-guide/pom.xml
===================================================================
--- branches/7.4.x/documentation/developer-guide/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/documentation/developer-guide/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>developer-guide</artifactId>

Modified: branches/7.4.x/documentation/pom.xml
===================================================================
--- branches/7.4.x/documentation/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/documentation/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: branches/7.4.x/documentation/quick-start-example/pom.xml
===================================================================
--- branches/7.4.x/documentation/quick-start-example/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/documentation/quick-start-example/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>quick-start-example</artifactId>

Modified: branches/7.4.x/documentation/reference/pom.xml
===================================================================
--- branches/7.4.x/documentation/reference/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/documentation/reference/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>reference</artifactId>

Modified: branches/7.4.x/engine/pom.xml
===================================================================
--- branches/7.4.x/engine/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/engine/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-engine</artifactId>

Modified: branches/7.4.x/hibernate-dialect/pom.xml
===================================================================
--- branches/7.4.x/hibernate-dialect/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/hibernate-dialect/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-hibernate-dialect</artifactId>

Modified: branches/7.4.x/jboss-integration/pom.xml
===================================================================
--- branches/7.4.x/jboss-integration/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/jboss-integration/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: branches/7.4.x/metadata/pom.xml
===================================================================
--- branches/7.4.x/metadata/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/metadata/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-metadata</artifactId>

Modified: branches/7.4.x/pom.xml
===================================================================
--- branches/7.4.x/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -5,7 +5,7 @@
 	<artifactId>teiid-parent</artifactId>
 	<packaging>pom</packaging>
 	<name>Teiid</name>
-	<version>7.4.1</version>
+	<version>7.4.2</version>
 	<description>Federated SQL and XML query engine.</description>
 	<properties>
 		<ant.version>1.7.0</ant.version>

Modified: branches/7.4.x/runtime/pom.xml
===================================================================
--- branches/7.4.x/runtime/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/runtime/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.1</version>
+    <version>7.4.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: branches/7.4.x/test-integration/common/pom.xml
===================================================================
--- branches/7.4.x/test-integration/common/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/test-integration/common/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>test-integration-common</artifactId>

Modified: branches/7.4.x/test-integration/db/pom.xml
===================================================================
--- branches/7.4.x/test-integration/db/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/test-integration/db/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -9,7 +9,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: branches/7.4.x/test-integration/pom.xml
===================================================================
--- branches/7.4.x/test-integration/pom.xml	2011-12-15 22:22:44 UTC (rev 3747)
+++ branches/7.4.x/test-integration/pom.xml	2011-12-15 22:25:27 UTC (rev 3748)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.1</version>
+		<version>7.4.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-test-integration</artifactId>



More information about the teiid-commits mailing list