[teiid/teiid] e1a08b: TEIID-2422 using calendar based timestampdiff by d...
by shawkins
Branch: refs/heads/8.3.x
Home: https://github.com/teiid/teiid
Commit: e1a08b79949c50b9a464d2952b138fd46ab5d5ce
https://github.com/teiid/teiid/commit/e1a08b79949c50b9a464d2952b138fd46ab...
Author: shawkins <shawkins(a)redhat.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html
M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/h2/H2ExecutionFactory.java
M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/mm/MetaMatrixExecutionFactory.java
M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/mysql/MySQL5ExecutionFactory.java
M engine/src/main/java/org/teiid/query/QueryPlugin.java
M engine/src/main/java/org/teiid/query/function/FunctionMethods.java
M engine/src/main/resources/org/teiid/query/i18n.properties
M engine/src/test/java/org/teiid/query/function/TestFunction.java
M engine/src/test/java/org/teiid/query/function/TestFunctionMethods.java
Log Message:
-----------
TEIID-2422 using calendar based timestampdiff by default
11 years, 9 months
teiid SVN: r4556 - in branches/7.7.x: adminshell and 46 other directories.
by teiid-commits@lists.jboss.org
Author: jolee
Date: 2013-03-06 15:36:00 -0500 (Wed, 06 Mar 2013)
New Revision: 4556
Modified:
branches/7.7.x/adminshell/pom.xml
branches/7.7.x/api/pom.xml
branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html
branches/7.7.x/build/pom.xml
branches/7.7.x/cache-jbosscache/pom.xml
branches/7.7.x/client-jdk15/pom.xml
branches/7.7.x/client/pom.xml
branches/7.7.x/common-core/pom.xml
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/pom.xml
branches/7.7.x/connectors/salesforce-api/pom.xml
branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml
branches/7.7.x/connectors/sandbox/connector-template/pom.xml
branches/7.7.x/connectors/sandbox/pom.xml
branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml
branches/7.7.x/connectors/sandbox/translator-yahoo/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/console/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/pom.xml
branches/7.7.x/documentation/quick-start-example/pom.xml
branches/7.7.x/documentation/reference/pom.xml
branches/7.7.x/engine/pom.xml
branches/7.7.x/hibernate-dialect/pom.xml
branches/7.7.x/jboss-integration/pom.xml
branches/7.7.x/metadata/pom.xml
branches/7.7.x/pom.xml
branches/7.7.x/runtime/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
branches/7.7.x/test-integration/pom.xml
Log:
BZ907640: update of poms and release-notes
Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/adminshell/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-adminshell</artifactId>
Modified: branches/7.7.x/api/pom.xml
===================================================================
--- branches/7.7.x/api/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/api/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-api</artifactId>
Modified: branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2013-03-06 20:36:00 UTC (rev 4556)
@@ -242,6 +242,30 @@
</h2>
<h4>From ${project.version}</h4>
<ul>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2205'>TEIID-2205</a>] - fix for procedure/block/local connection txn issues
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2349'>TEIID-2349</a>] - cloning the multi-source update flag
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2352'>TEIID-2352</a>] - START USER COMMAND and END USER COMMAND are not shown with loglevel=DEBUG
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2360'>TEIID-2360</a>] - Memory buffer sizes over 1GB are not correctly handled
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2363'>TEIID-2363</a>] - proactive buffering not occurring for the inner side of an outer join on "MERGE JOIN (SORT/ALREADY_SORTED)"
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2366'>TEIID-2366</a>] - If where clause contains both equal and greater then conditions then query may return no results
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2374'>TEIID-2374</a>] - OracleExecutionFactory should indicate support of common table expressions for 9.2 or later
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2383'>TEIID-2383</a>] - InputStreamReader throws MalformedInputException when handling multi-byte characters
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2392'>TEIID-2392</a>] - Pushdown common table query invalid
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2410'>TEIID-2410</a>] - issues with output buffer blocking
+</li>
+</ul>
+
+<h4>From 7.7.5</h4>
+<ul>
<li>[<a href='https://issues.jboss.org/browse/TEIID-669'>TEIID-669</a>] - Support "pass though" SQL commands to sources - fix
</li>
<li>[<a href='https://issues.jboss.org/browse/TEIID-2172'>TEIID-2172</a>] - Load balancing configuration can result in premature session termination/updating the logic to not prematurely terminiate
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/build/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid</artifactId>
Modified: branches/7.7.x/cache-jbosscache/pom.xml
===================================================================
--- branches/7.7.x/cache-jbosscache/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/cache-jbosscache/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-cache-jbosscache</artifactId>
Modified: branches/7.7.x/client/pom.xml
===================================================================
--- branches/7.7.x/client/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/client/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client</artifactId>
Modified: branches/7.7.x/client-jdk15/pom.xml
===================================================================
--- branches/7.7.x/client-jdk15/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/client-jdk15/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client-jdk15</artifactId>
Modified: branches/7.7.x/common-core/pom.xml
===================================================================
--- branches/7.7.x/common-core/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/common-core/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-common-core</artifactId>
Modified: branches/7.7.x/connectors/connector-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-file/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
Modified: branches/7.7.x/connectors/connector-infinispan/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-infinispan/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -4,7 +4,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ldap</artifactId>
Modified: branches/7.7.x/connectors/connector-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-salesforce/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-salesforce</artifactId>
Modified: branches/7.7.x/connectors/connector-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ws/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ws</artifactId>
Modified: branches/7.7.x/connectors/pom.xml
===================================================================
--- branches/7.7.x/connectors/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/connectors/salesforce-api/pom.xml
===================================================================
--- branches/7.7.x/connectors/salesforce-api/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>salesforce-api</artifactId>
Modified: branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-coherence</artifactId>
Modified: branches/7.7.x/connectors/sandbox/connector-template/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -6,7 +6,7 @@
<name>${connector-name}</name>
<description>${connector-name}</description>
<packaging>rar</packaging>
- <version>7.7.5</version>
+ <version>7.7.6</version>
<properties>
<teiid.version>${teiid-version}</teiid.version>
</properties>
Modified: branches/7.7.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid.connectors</groupId>
Modified: branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-coherence</artifactId>
<groupId>org.jboss.teiid.connectors.sandbox</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
<name>Coherence Translator</name>
<description>This is the tranlator for a Coherence connector</description>
Modified: branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-yahoo</artifactId>
Modified: branches/7.7.x/connectors/translator-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-file/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/translator-object/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ws</artifactId>
Modified: branches/7.7.x/console/pom.xml
===================================================================
--- branches/7.7.x/console/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/console/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/documentation/admin-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/admin-guide/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>caching-guide</artifactId>
Modified: branches/7.7.x/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/client-developers-guide/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-developers-guide</artifactId>
Modified: branches/7.7.x/documentation/developer-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/developer-guide/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/documentation/javadocs/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>javadocs</artifactId>
Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/documentation/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/documentation/quick-start-example/pom.xml
===================================================================
--- branches/7.7.x/documentation/quick-start-example/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.5</version>
+ <version>7.7.6</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-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/documentation/reference/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reference</artifactId>
Modified: branches/7.7.x/engine/pom.xml
===================================================================
--- branches/7.7.x/engine/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/engine/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-engine</artifactId>
Modified: branches/7.7.x/hibernate-dialect/pom.xml
===================================================================
--- branches/7.7.x/hibernate-dialect/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/hibernate-dialect/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-hibernate-dialect</artifactId>
Modified: branches/7.7.x/jboss-integration/pom.xml
===================================================================
--- branches/7.7.x/jboss-integration/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/jboss-integration/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/metadata/pom.xml
===================================================================
--- branches/7.7.x/metadata/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/metadata/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-metadata</artifactId>
Modified: branches/7.7.x/pom.xml
===================================================================
--- branches/7.7.x/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -5,7 +5,7 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.5</version>
+ <version>7.7.6</version>
<description>Federated SQL and XML query engine.</description>
<properties>
<ant.version>1.7.0</ant.version>
Modified: branches/7.7.x/runtime/pom.xml
===================================================================
--- branches/7.7.x/runtime/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/runtime/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/test-integration/common/pom.xml
===================================================================
--- branches/7.7.x/test-integration/common/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/test-integration/common/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-common</artifactId>
Modified: branches/7.7.x/test-integration/db/pom.xml
===================================================================
--- branches/7.7.x/test-integration/db/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/test-integration/db/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/test-integration/perf/pom.xml
===================================================================
--- branches/7.7.x/test-integration/perf/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/test-integration/perf/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-perf</artifactId>
Modified: branches/7.7.x/test-integration/pom.xml
===================================================================
--- branches/7.7.x/test-integration/pom.xml 2013-02-27 20:22:37 UTC (rev 4555)
+++ branches/7.7.x/test-integration/pom.xml 2013-03-06 20:36:00 UTC (rev 4556)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.5</version>
+ <version>7.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>
11 years, 9 months
[teiid/teiid] 3e07f2: moving to 8.4
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 3e07f29a15b80ed6e3f323f0300c2353409e76af
https://github.com/teiid/teiid/commit/3e07f29a15b80ed6e3f323f0300c2353409...
Author: shawkins <shawkins(a)redhat.com>
Date: 2013-03-05 (Tue, 05 Mar 2013)
Changed paths:
M admin/pom.xml
M adminshell/pom.xml
M api/pom.xml
M build/pom.xml
M client-jdk15/pom.xml
M client/pom.xml
M common-core/pom.xml
M connectors/connector-file/pom.xml
M connectors/connector-google/pom.xml
M connectors/connector-infinispan/pom.xml
M connectors/connector-ldap/pom.xml
M connectors/connector-salesforce/pom.xml
M connectors/connector-ws/pom.xml
M connectors/google-api/pom.xml
M connectors/pom.xml
M connectors/salesforce-api/pom.xml
M connectors/sandbox/pom.xml
M connectors/sandbox/translator-yahoo/pom.xml
M connectors/translator-file/pom.xml
M connectors/translator-google/pom.xml
M connectors/translator-hive/pom.xml
M connectors/translator-jdbc/pom.xml
M connectors/translator-jpa/pom.xml
M connectors/translator-ldap/pom.xml
M connectors/translator-loopback/pom.xml
M connectors/translator-object/pom.xml
M connectors/translator-odata/pom.xml
M connectors/translator-olap/pom.xml
M connectors/translator-salesforce/pom.xml
M connectors/translator-ws/pom.xml
M engine/pom.xml
M hibernate-dialect/pom.xml
M jboss-integration/pom.xml
M metadata/pom.xml
M odata/pom.xml
M pom.xml
M runtime/pom.xml
M test-integration/common/pom.xml
M test-integration/db/pom.xml
M test-integration/perf/pom.xml
M test-integration/pom.xml
Log Message:
-----------
moving to 8.4
11 years, 9 months