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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Aug 16 11:15:37 EDT 2012


Author: jolee
Date: 2012-08-16 11:15:36 -0400 (Thu, 16 Aug 2012)
New Revision: 4331

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:
BZ836574: update of pom version numbers and release notes

Modified: branches/7.4.x/adminshell/pom.xml
===================================================================
--- branches/7.4.x/adminshell/pom.xml	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/adminshell/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/api/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/build/kits/jboss-container/teiid-releasenotes.html	2012-08-16 15:15:36 UTC (rev 4331)
@@ -255,6 +255,21 @@
 </h2>
 <h4>From ${project.version}</h4>
 <ul>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2069'>TEIID-2069</a>] - Optimze add LIMIT clause to SELECT within a Virtual Procedure using Oracle</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2074'>TEIID-2074</a>] - NPE with multi-column dependent join</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2087'>TEIID-2087</a>] - Order by clause causes org.teiid.core.TeiidException</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2093'>TEIID-2093</a>] - MAKEDEP causes AssertionError (backport for 7.4.x)</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2089'>TEIID-2089</a>] - Issue with enhanced merge join and additional logging enhancements (slimmed for backport)</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2107'>TEIID-2107</a>] - fix for left outer join with index issue</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2112'>TEIID-2112</a>] - backport:  using the local timezone for saxon calendarvalues, consistent handling of local timezone on xsd:date, xsd:datetime, and xsd:time values that have no timezone specified.</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2120'>TEIID-2120</a>] - fix for batchiterator early termination</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2146'>TEIID-2146</a>] - Dependent join independent dup removal issue</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-1956'>TEIID-1956</a>] - (updated) an additional fix for having the same element repeated in equi-join criteria</li>
+</ul>
+
+
+<h4>From 7.4.4</h4>
+<ul>
 <li>[<a href='https://issues.jboss.org/browse/TEIID-832'>TEIID-832</a>] - (modified to only support TEIID-2005 changes) added support for calling oracle stored procedures returning cursor/resultsets</li>
 <li>[<a href='https://issues.jboss.org/browse/TEIID-1533'>TEIID-1533</a>] - additional controls for dependent joins</li>
 <li>[<a href='https://issues.jboss.org/browse/TEIID-1868'>TEIID-1868</a>] - Internal Materialized View - Load/Refresh and Assertion Failed</li>

Modified: branches/7.4.x/build/pom.xml
===================================================================
--- branches/7.4.x/build/pom.xml	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/build/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/cache-jbosscache/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/client/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/client-jdk15/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/common-core/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/connector-file/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.4</version>
+        <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/connector-ldap/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.4</version>
+        <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/connector-salesforce/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.4</version>
+        <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/connector-ws/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.4</version>
+        <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/salesforce-api/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/sandbox/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/sandbox/translator-yahoo/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>sandbox</artifactId>
         <groupId>org.jboss.teiid.connectors</groupId>
-        <version>7.4.4</version>
+        <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/translator-file/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.4</version>
+        <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/translator-jdbc/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/translator-ldap/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/translator-loopback/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.4</version>
+        <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/translator-olap/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.4</version>
+        <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/translator-salesforce/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>connectors</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/connectors/translator-ws/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.4.4</version>
+        <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/console/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/documentation/admin-guide/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/documentation/caching-guide/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/documentation/client-developers-guide/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/documentation/developer-guide/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/documentation/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/documentation/quick-start-example/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/documentation/reference/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/engine/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/hibernate-dialect/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/jboss-integration/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/metadata/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-metadata</artifactId>

Modified: branches/7.4.x/pom.xml
===================================================================
--- branches/7.4.x/pom.xml	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -5,7 +5,7 @@
 	<artifactId>teiid-parent</artifactId>
 	<packaging>pom</packaging>
 	<name>Teiid</name>
-	<version>7.4.4</version>
+	<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/runtime/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.4.4</version>
+    <version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/test-integration/common/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</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	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/test-integration/db/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -9,7 +9,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: branches/7.4.x/test-integration/pom.xml
===================================================================
--- branches/7.4.x/test-integration/pom.xml	2012-08-16 15:15:12 UTC (rev 4330)
+++ branches/7.4.x/test-integration/pom.xml	2012-08-16 15:15:36 UTC (rev 4331)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.4.4</version>
+		<version>7.4.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-test-integration</artifactId>



More information about the teiid-commits mailing list