[teiid/teiid] fc8644: TEIID-1064 removing unneeded classes
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: fc864495189bd2718bd68f9b6fd723129c1f4279
https://github.com/teiid/teiid/commit/fc864495189bd2718bd68f9b6fd723129c1...
Author: shawkins <shawkins(a)redhat.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)
Changed paths:
R connectors/google-api/src/main/java/org/teiid/resource/adapter/google/auth/OAuth2AuthenticatorGoogle.java
R connectors/google-api/src/main/java/org/teiid/resource/adapter/google/common/RectangleIdentifier.java
M connectors/google-api/src/main/java/org/teiid/resource/adapter/google/gdata/GDataClientLoginAPI.java
R connectors/google-api/src/main/java/org/teiid/resource/adapter/google/metadata/WorksheetsElement.java
R connectors/google-api/src/test/java/org/teiid/resource/adapter/google/unit/MetadataOverridesTest.java
Log Message:
-----------
TEIID-1064 removing unneeded classes
12 years, 2 months
[teiid/teiid] 98456d: TEIID-2281 adding support for string import of nva...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 98456d89aa6c04028dbf971bddc322b3e3a3978b
https://github.com/teiid/teiid/commit/98456d89aa6c04028dbf971bddc322b3e3a...
Author: shawkins <shawkins(a)redhat.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)
Changed paths:
M connectors/translator-hive/src/main/java/org/teiid/translator/hive/HiveMetadataProcessor.java
M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/JDBCExecutionFactory.java
M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/JDBCMetdataProcessor.java
M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/SQLConversionVisitor.java
M connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/oracle/OracleExecutionFactory.java
M engine/src/main/java/org/teiid/query/processor/relational/AccessNode.java
Log Message:
-----------
TEIID-2281 adding support for string import of nvarchar2 and varchar2.
also refining the hive metadata load and reporting the accessnode
projection in the query plan
12 years, 2 months
teiid SVN: r4527 - in branches/7.7.x: adminshell and 43 other directories.
by teiid-commits@lists.jboss.org
Author: jolee
Date: 2012-11-01 16:35:09 -0400 (Thu, 01 Nov 2012)
New Revision: 4527
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/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:
BZ857488: update of releasenotes and version numbers to 7.7.3
Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/adminshell/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/api/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2012-11-01 20:35:09 UTC (rev 4527)
@@ -242,6 +242,22 @@
</h2>
<h4>From ${project.version}</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
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2220'>TEIID-2220</a>] - Invalid aggregate pushing
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2240'>TEIID-2240</a>] - Upgraded RHQ plugin code to support RHQ 4.2 (JON 3.0) and RHQ 4.4 (JON 3.1)
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2246'>TEIID-2246</a>] - Incorrect results with TIMESTAMPDIFF
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2245'>TEIID-2245</a>] - Limit pushdown of nulls first/last
+</li>
+</ul>
+
+<h4>From 7.1.2</h4>
+<ul>
<li>[<a href='https://issues.jboss.org/browse/TEIID-2197'>TEIID-2197</a>] - fix for ordering with an in predicate
</li>
<li>[<a href='https://issues.jboss.org/browse/TEIID-2190'>TEIID-2190</a>] - Key usage can remove predicates
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/build/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/cache-jbosscache/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/client/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/client-jdk15/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/common-core/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-infinispan</artifactId>
@@ -70,7 +70,7 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
- <outputDirectory>target/connector-infinispan-7.7.2/connector-infinispan.rar</outputDirectory>
+ <outputDirectory>target/connector-infinispan-7.7.3/connector-infinispan.rar</outputDirectory>
</configuration>
<executions>
<execution>
Modified: branches/7.7.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ldap/pom.xml 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>salesforce-api</artifactId>
Modified: branches/7.7.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/pom.xml 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid.connectors</groupId>
Modified: branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/translator-object/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/console/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/documentation/javadocs/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/documentation/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/documentation/reference/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/engine/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/hibernate-dialect/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/jboss-integration/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/metadata/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-metadata</artifactId>
Modified: branches/7.7.x/pom.xml
===================================================================
--- branches/7.7.x/pom.xml 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -5,7 +5,7 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/runtime/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/test-integration/common/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/test-integration/db/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/test-integration/perf/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</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 2012-11-01 20:34:44 UTC (rev 4526)
+++ branches/7.7.x/test-integration/pom.xml 2012-11-01 20:35:09 UTC (rev 4527)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.2</version>
+ <version>7.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>
12 years, 2 months