teiid SVN: r3874 - in branches/7.7.x: adminshell and 38 other directories.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2012-02-13 13:01:04 -0500 (Mon, 13 Feb 2012)
New Revision: 3874
Modified:
branches/7.7.x/adminshell/pom.xml
branches/7.7.x/api/pom.xml
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-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-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/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/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml 2012-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/adminshell/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/api/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-api</artifactId>
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2012-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/build/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/cache-jbosscache/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/client/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/client-jdk15/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/common-core/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
Modified: branches/7.7.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ldap/pom.xml 2012-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-loopback</artifactId>
Modified: branches/7.7.x/connectors/translator-olap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-olap/pom.xml 2012-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/console/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml 2012-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/documentation/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/documentation/reference/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/engine/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/hibernate-dialect/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/jboss-integration/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/metadata/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -5,16 +5,16 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</version>
<description>Federated SQL and XML query engine.</description>
<properties>
<ant.version>1.7.0</ant.version>
<site.url>http://www.jboss.org/teiid</site.url>
</properties>
<scm>
- <connection>scm:svn:https://anonsvn.jboss.org/repos/teiid/tags/teiid-parent-7.7.0.CR1</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/teiid/tags/teiid-parent-7.7.0.CR1</developerConnection>
- <url>http://anonsvn.jboss.org/repos/teiid/tags/teiid-parent-7.7.0.CR1</url>
+ <connection>scm:svn:https://anonsvn.jboss.org/repos/teiid/branches/7.7.x</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/teiid/branches/7.7.x</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/teiid/trunk</url>
</scm>
<licenses>
<license>
Modified: branches/7.7.x/runtime/pom.xml
===================================================================
--- branches/7.7.x/runtime/pom.xml 2012-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/runtime/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/test-integration/common/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</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-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/test-integration/db/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/test-integration/pom.xml
===================================================================
--- branches/7.7.x/test-integration/pom.xml 2012-02-13 18:00:39 UTC (rev 3873)
+++ branches/7.7.x/test-integration/pom.xml 2012-02-13 18:01:04 UTC (rev 3874)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>
13 years, 11 months
teiid SVN: r3873 - tags.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2012-02-13 13:00:39 -0500 (Mon, 13 Feb 2012)
New Revision: 3873
Added:
tags/teiid-parent-7.7.0.CR1/
Log:
[maven-release-plugin] copy for tag teiid-parent-7.7.0.CR1
13 years, 11 months
teiid SVN: r3872 - in branches/7.7.x: adminshell and 38 other directories.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2012-02-13 13:00:25 -0500 (Mon, 13 Feb 2012)
New Revision: 3872
Modified:
branches/7.7.x/adminshell/pom.xml
branches/7.7.x/api/pom.xml
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-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-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/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/pom.xml
Log:
[maven-release-plugin] prepare release teiid-parent-7.7.0.CR1
Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/adminshell/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/api/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-api</artifactId>
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/build/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/cache-jbosscache/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/client/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/client-jdk15/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/common-core/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
Modified: branches/7.7.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ldap/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-loopback</artifactId>
Modified: branches/7.7.x/connectors/translator-olap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-olap/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/console/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/documentation/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/documentation/reference/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/engine/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/hibernate-dialect/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/jboss-integration/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/metadata/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -5,16 +5,16 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</version>
<description>Federated SQL and XML query engine.</description>
<properties>
<ant.version>1.7.0</ant.version>
<site.url>http://www.jboss.org/teiid</site.url>
</properties>
<scm>
- <connection>scm:svn:https://anonsvn.jboss.org/repos/teiid/branches/7.7.x</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/teiid/branches/7.7.x</developerConnection>
- <url>http://anonsvn.jboss.org/repos/teiid/trunk</url>
+ <connection>scm:svn:https://anonsvn.jboss.org/repos/teiid/tags/teiid-parent-7.7.0.CR1</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/teiid/tags/teiid-parent-7.7.0.CR1</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/teiid/tags/teiid-parent-7.7.0.CR1</url>
</scm>
<licenses>
<license>
Modified: branches/7.7.x/runtime/pom.xml
===================================================================
--- branches/7.7.x/runtime/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/runtime/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/test-integration/common/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</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-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/test-integration/db/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/test-integration/pom.xml
===================================================================
--- branches/7.7.x/test-integration/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
+++ branches/7.7.x/test-integration/pom.xml 2012-02-13 18:00:25 UTC (rev 3872)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.0.CR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>
13 years, 11 months
teiid SVN: r3871 - in branches/7.7.x: documentation and 5 other directories.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2012-02-13 12:03:55 -0500 (Mon, 13 Feb 2012)
New Revision: 3871
Modified:
branches/7.7.x/build/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/pom.xml
branches/7.7.x/documentation/quick-start-example/pom.xml
branches/7.7.x/documentation/reference/pom.xml
branches/7.7.x/test-integration/perf/pom.xml
Log:
one more correction
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
+++ branches/7.7.x/build/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid</artifactId>
Modified: branches/7.7.x/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/client-developers-guide/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 16:21:24 UTC (rev 3870)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
+++ branches/7.7.x/documentation/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 16:21:24 UTC (rev 3870)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 16:21:24 UTC (rev 3870)
+++ branches/7.7.x/documentation/reference/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reference</artifactId>
Modified: branches/7.7.x/test-integration/perf/pom.xml
===================================================================
--- branches/7.7.x/test-integration/perf/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
+++ branches/7.7.x/test-integration/perf/pom.xml 2012-02-13 17:03:55 UTC (rev 3871)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-perf</artifactId>
13 years, 11 months
teiid SVN: r3870 - in branches/7.7.x: documentation and 6 other directories.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2012-02-13 11:21:24 -0500 (Mon, 13 Feb 2012)
New Revision: 3870
Modified:
branches/7.7.x/build/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/pom.xml
branches/7.7.x/documentation/quick-start-example/pom.xml
branches/7.7.x/documentation/reference/pom.xml
branches/7.7.x/test-integration/perf/pom.xml
Log:
switching to snapshot version
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
+++ branches/7.7.x/build/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</version>
+ <version>7.7.0.CR1-SNAPSHOT>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid</artifactId>
Modified: branches/7.7.x/documentation/caching-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/caching-guide/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 16:17:00 UTC (rev 3869)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</version>
+ <version>7.7.0.CR1-SNAPSHOT>
</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-02-13 16:17:00 UTC (rev 3869)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</version>
+ <version>7.7.0.CR1-SNAPSHOT>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
+++ branches/7.7.x/documentation/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</version>
+ <version>7.7.0.CR1-SNAPSHOT>
</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-02-13 16:17:00 UTC (rev 3869)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</version>
+ <version>7.7.0.CR1-SNAPSHOT>
</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-02-13 16:17:00 UTC (rev 3869)
+++ branches/7.7.x/documentation/reference/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</version>
+ <version>7.7.0.CR1-SNAPSHOT>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reference</artifactId>
Modified: branches/7.7.x/test-integration/perf/pom.xml
===================================================================
--- branches/7.7.x/test-integration/perf/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
+++ branches/7.7.x/test-integration/perf/pom.xml 2012-02-13 16:21:24 UTC (rev 3870)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</version>
+ <version>7.7.0.CR1-SNAPSHOT>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-perf</artifactId>
13 years, 11 months
teiid SVN: r3869 - in branches/7.7.x: adminshell and 41 other directories.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2012-02-13 11:17:00 -0500 (Mon, 13 Feb 2012)
New Revision: 3869
Modified:
branches/7.7.x/adminshell/pom.xml
branches/7.7.x/api/pom.xml
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-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/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-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/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:
switching to snapshot version
Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml 2012-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/adminshell/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/api/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-api</artifactId>
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2012-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/build/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/cache-jbosscache/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/client/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/client-jdk15/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/common-core/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
Modified: branches/7.7.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ldap/pom.xml 2012-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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 2012-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,27 +3,27 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-coherence</artifactId>
<groupId>org.jboss.teiid.connectors.sandbox</groupId>
<name>Coherence Connector</name>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<packaging>rar</packaging>
<description>This connector reads data from a Coherence cache</description>
<dependencies>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-api</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-common-core</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: branches/7.7.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/pom.xml 2012-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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 2012-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,12 +3,12 @@
<!-- parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent-->
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-coherence</artifactId>
<groupId>org.jboss.teiid.connectors.sandbox</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<name>Coherence Translator</name>
<description>This is the tranlator for a Coherence connector</description>
@@ -17,7 +17,7 @@
<dependency>
<artifactId>connector-coherence</artifactId>
<groupId>org.jboss.teiid.connectors.sandbox</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>compile</scope>
<classifier>lib</classifier>
</dependency>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-api</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -57,7 +57,7 @@
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-metadata</artifactId>
<type>test-jar</type>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
@@ -65,38 +65,38 @@
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-api</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-common-core</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
-->
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-engine</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-metadata</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-runtime</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-client</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Modified: branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2012-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-loopback</artifactId>
Modified: branches/7.7.x/connectors/translator-olap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-olap/pom.xml 2012-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/console/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml 2012-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/documentation/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/documentation/reference/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/engine/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/hibernate-dialect/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/jboss-integration/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/metadata/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -5,7 +5,7 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/runtime/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/test-integration/common/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/test-integration/db/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/test-integration/perf/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT-SNAPSHOT</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-02-13 15:48:22 UTC (rev 3868)
+++ branches/7.7.x/test-integration/pom.xml 2012-02-13 16:17:00 UTC (rev 3869)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.0.CR1</version>
+ <version>7.7.0.CR1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>
13 years, 11 months
teiid SVN: r3868 - branches/7.7.x/api/src/main/java/org/teiid/metadata.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2012-02-13 10:48:22 -0500 (Mon, 13 Feb 2012)
New Revision: 3868
Modified:
branches/7.7.x/api/src/main/java/org/teiid/metadata/MetadataFactory.java
Log:
TEIID-1936 adding a set method for the metadatastore
Modified: branches/7.7.x/api/src/main/java/org/teiid/metadata/MetadataFactory.java
===================================================================
--- branches/7.7.x/api/src/main/java/org/teiid/metadata/MetadataFactory.java 2012-02-13 15:46:55 UTC (rev 3867)
+++ branches/7.7.x/api/src/main/java/org/teiid/metadata/MetadataFactory.java 2012-02-13 15:48:22 UTC (rev 3868)
@@ -293,5 +293,17 @@
setUUID(function);
this.schema.addFunction(function);
return function;
- }
+ }
+
+ /**
+ * Set to false to disable correcting column and other names to be valid Teiid names.
+ * @param autoCorrectColumnNames
+ */
+ public void setAutoCorrectColumnNames(boolean autoCorrectColumnNames) {
+ this.autoCorrectColumnNames = autoCorrectColumnNames;
+ }
+
+ public void setMetadataStore(MetadataStore metadataStore) {
+ this.store = metadataStore;
+ }
}
13 years, 11 months
teiid SVN: r3867 - in branches/7.7.x/engine/src/main: resources/org/teiid/query and 1 other directory.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2012-02-13 10:46:55 -0500 (Mon, 13 Feb 2012)
New Revision: 3867
Modified:
branches/7.7.x/engine/src/main/java/org/teiid/dqp/internal/datamgr/ConnectorManager.java
branches/7.7.x/engine/src/main/resources/org/teiid/query/i18n.properties
Log:
TEIID-1874 adding validation for translator metadata
Modified: branches/7.7.x/engine/src/main/java/org/teiid/dqp/internal/datamgr/ConnectorManager.java
===================================================================
--- branches/7.7.x/engine/src/main/java/org/teiid/dqp/internal/datamgr/ConnectorManager.java 2012-02-13 15:18:20 UTC (rev 3866)
+++ branches/7.7.x/engine/src/main/java/org/teiid/dqp/internal/datamgr/ConnectorManager.java 2012-02-13 15:46:55 UTC (rev 3867)
@@ -49,10 +49,15 @@
import org.teiid.metadata.FunctionMethod;
import org.teiid.metadata.MetadataFactory;
import org.teiid.metadata.MetadataStore;
+import org.teiid.metadata.Schema;
+import org.teiid.metadata.Table;
import org.teiid.query.QueryPlugin;
+import org.teiid.query.function.metadata.FunctionMetadataValidator;
import org.teiid.query.optimizer.capabilities.BasicSourceCapabilities;
import org.teiid.query.optimizer.capabilities.SourceCapabilities;
import org.teiid.query.optimizer.capabilities.SourceCapabilities.Scope;
+import org.teiid.query.report.ActivityReport;
+import org.teiid.query.report.ReportItem;
import org.teiid.query.sql.lang.Command;
import org.teiid.resource.spi.WrappedConnection;
import org.teiid.translator.ExecutionContext;
@@ -129,10 +134,32 @@
} finally {
executionFactory.closeConnection(connection, connectionFactory);
}
+ validateMetadata(factory.getMetadataStore(), modelName);
return factory.getMetadataStore();
}
- public List<FunctionMethod> getPushDownFunctions(){
+ private void validateMetadata(MetadataStore metadataStore, String schemaName) throws TranslatorException {
+ if (metadataStore.getSchemas().size() != 1) {
+ throw new TranslatorException(QueryPlugin.Util.getString("invalid_schema", schemaName)); //$NON-NLS-1$
+ }
+ Map.Entry<String, Schema> schemaEntry = metadataStore.getSchemas().entrySet().iterator().next();
+ if (!schemaName.equalsIgnoreCase(schemaEntry.getKey())) {
+ throw new TranslatorException(QueryPlugin.Util.getString("invalid_schema", schemaName)); //$NON-NLS-1$
+ }
+ Schema s = schemaEntry.getValue();
+ for (Table t : s.getTables().values()) {
+ if (t.getColumns() == null || t.getColumns().size() == 0) {
+ throw new TranslatorException(QueryPlugin.Util.getString("invalid_table", t.getFullName())); //$NON-NLS-1$
+ }
+ }
+ ActivityReport<ReportItem> report = new ActivityReport<ReportItem>("Translator metadata load " + schemaName); //$NON-NLS-1$
+ FunctionMetadataValidator.validateFunctionMethods(s.getFunctions().values(),report);
+ if(report.hasItems()) {
+ throw new TranslatorException(QueryPlugin.Util.getString("ERR.015.001.0005", report)); //$NON-NLS-1$
+ }
+ }
+
+ public List<FunctionMethod> getPushDownFunctions(){
return getExecutionFactory().getPushDownFunctions();
}
Modified: branches/7.7.x/engine/src/main/resources/org/teiid/query/i18n.properties
===================================================================
--- branches/7.7.x/engine/src/main/resources/org/teiid/query/i18n.properties 2012-02-13 15:18:20 UTC (rev 3866)
+++ branches/7.7.x/engine/src/main/resources/org/teiid/query/i18n.properties 2012-02-13 15:46:55 UTC (rev 3867)
@@ -947,4 +947,7 @@
RuleAssignOutputElements.couldnt_push_expression=Expression(s) {0} cannot be pushed to source.
RuleAssignOutputElements.cannot_introduce_expressions=Cannot introduce new expressions {1} in duplicate removal.
-DependentCriteriaProcessor.dep_join_backoff=Not performing dependent join using source {0}, since the number of distinct rows for expression {1} exceeds {2}. You should ensure that your source statistics, including column distinct value counts, accurately reflect the source or use a MAKE_DEP hint to force the join.
\ No newline at end of file
+DependentCriteriaProcessor.dep_join_backoff=Not performing dependent join using source {0}, since the number of distinct rows for expression {1} exceeds {2}. You should ensure that your source statistics, including column distinct value counts, accurately reflect the source or use a MAKE_DEP hint to force the join.
+
+invalid_schema=Invalid schema from translator metadata expected {0}, but the returned MetadataStore contained no such schema or more than 1 schema.
+invalid_table=Invalid table {0}. A table must have 1 or more columns.
\ No newline at end of file
13 years, 11 months
teiid SVN: r3866 - in branches/7.7.x: test-integration/perf/src/test/java/org/teiid/query/eval and 1 other directory.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2012-02-13 10:18:20 -0500 (Mon, 13 Feb 2012)
New Revision: 3866
Removed:
branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/DataObjectInputStream.java
branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/DataObjectOutputStream.java
Modified:
branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/BufferFrontedFileStoreCache.java
branches/7.7.x/test-integration/perf/src/test/java/org/teiid/query/eval/TestEnginePerformance.java
Log:
TEIID-1932 adding tests for serialization and removing custom objectoutput
Modified: branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/BufferFrontedFileStoreCache.java
===================================================================
--- branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/BufferFrontedFileStoreCache.java 2012-02-10 22:32:36 UTC (rev 3865)
+++ branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/BufferFrontedFileStoreCache.java 2012-02-13 15:18:20 UTC (rev 3866)
@@ -26,7 +26,9 @@
import java.io.IOException;
import java.io.InputStream;
import java.io.ObjectInput;
+import java.io.ObjectInputStream;
import java.io.ObjectOutput;
+import java.io.ObjectOutputStream;
import java.lang.ref.WeakReference;
import java.nio.ByteBuffer;
import java.util.ArrayList;
@@ -591,7 +593,7 @@
hasPermit = true;
blockManager = getBlockManager(s.getId(), entry.getId(), EMPTY_ADDRESS);
BlockOutputStream bos = new BlockOutputStream(blockManager, memoryBlocks);
- ObjectOutput dos = new DataObjectOutputStream(bos);
+ ObjectOutput dos = new ObjectOutputStream(bos);
dos.writeLong(s.getId());
dos.writeLong(entry.getId());
dos.writeInt(entry.getSizeEstimate());
@@ -719,7 +721,7 @@
if (lock != null) {
is = readIntoMemory(info, is, lock, memoryBlocks);
}
- ObjectInput dis = new DataObjectInputStream(is);
+ ObjectInput dis = new ObjectInputStream(is);
dis.readFully(HEADER_SKIP_BUFFER);
int sizeEstimate = dis.readInt();
CacheEntry ce = new CacheEntry(new CacheKey(oid, 1, 1), sizeEstimate, serializer.deserialize(dis), ref, true);
Deleted: branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/DataObjectInputStream.java
===================================================================
--- branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/DataObjectInputStream.java 2012-02-10 22:32:36 UTC (rev 3865)
+++ branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/DataObjectInputStream.java 2012-02-13 15:18:20 UTC (rev 3866)
@@ -1,105 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package org.teiid.common.buffer.impl;
-
-import java.io.DataInputStream;
-import java.io.EOFException;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.ObjectInput;
-import java.io.ObjectInputStream;
-import java.io.ObjectStreamClass;
-import java.io.StreamCorruptedException;
-
-public class DataObjectInputStream extends DataInputStream implements ObjectInput {
-
- ObjectInput ois;
- ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
-
- public DataObjectInputStream(InputStream in) {
- super(in);
- }
-
- @Override
- public Object readObject() throws ClassNotFoundException, IOException {
- if (ois == null) {
- ois = new ObjectInputStream(this) {
-
- @Override
- protected void readStreamHeader() throws IOException,
- StreamCorruptedException {
- int version = readByte() & 0xFF;
- if (version != STREAM_VERSION) {
- throw new StreamCorruptedException("Unsupported version: " + version); //$NON-NLS-1$
- }
- }
-
- @Override
- protected ObjectStreamClass readClassDescriptor()
- throws IOException, ClassNotFoundException {
- int type = read();
- if (type < 0) {
- throw new EOFException();
- }
- switch (type) {
- case DataObjectOutputStream.TYPE_FAT_DESCRIPTOR:
- return super.readClassDescriptor();
- case DataObjectOutputStream.TYPE_THIN_DESCRIPTOR:
- String className = readUTF();
- Class<?> clazz = loadClass(className);
- return ObjectStreamClass.lookup(clazz);
- default:
- className = DataObjectOutputStream.typeMapping.get((byte)type);
- if (className == null) {
- throw new StreamCorruptedException("Unknown class type " + type); //$NON-NLS-1$
- }
- clazz = loadClass(className);
- return ObjectStreamClass.lookup(clazz);
- }
- }
-
- @Override
- protected Class<?> resolveClass(ObjectStreamClass desc) throws IOException, ClassNotFoundException {
- String className = desc.getName();
- try {
- return loadClass(className);
- } catch (ClassNotFoundException ex) {
- return super.resolveClass(desc);
- }
- }
-
- protected Class<?> loadClass(String className) throws ClassNotFoundException {
- Class<?> clazz;
- if (classLoader != null) {
- clazz = classLoader.loadClass(className);
- } else {
- clazz = Class.forName(className);
- }
- return clazz;
- }
- };
- }
- return ois.readObject();
- }
-
-}
Deleted: branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/DataObjectOutputStream.java
===================================================================
--- branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/DataObjectOutputStream.java 2012-02-10 22:32:36 UTC (rev 3865)
+++ branches/7.7.x/engine/src/main/java/org/teiid/common/buffer/impl/DataObjectOutputStream.java 2012-02-13 15:18:20 UTC (rev 3866)
@@ -1,99 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package org.teiid.common.buffer.impl;
-
-import java.io.DataOutputStream;
-import java.io.IOException;
-import java.io.ObjectOutput;
-import java.io.ObjectOutputStream;
-import java.io.ObjectStreamClass;
-import java.io.OutputStream;
-import java.util.concurrent.ConcurrentHashMap;
-import java.util.concurrent.atomic.AtomicInteger;
-
-/**
- * Extends the logic of Netty's CompactObjectOutputStream to use byte identifiers
- * for some classes and to write/flush objects directly into the output.
- *
- * We can do this since buffer serialized data is ephemeral and good only for
- * a single process.
- */
-public class DataObjectOutputStream extends DataOutputStream implements ObjectOutput {
-
- private static final int MAX_BYTE_IDS = 254;
- static AtomicInteger counter = new AtomicInteger(2);
- static final ConcurrentHashMap<String, Byte> knownClasses = new ConcurrentHashMap<String, Byte>();
- static final ConcurrentHashMap<Byte, String> typeMapping = new ConcurrentHashMap<Byte, String>();
-
- static final int TYPE_FAT_DESCRIPTOR = 0;
- static final int TYPE_THIN_DESCRIPTOR = 1;
-
- ObjectOutputStream oos;
-
- public DataObjectOutputStream(OutputStream out) {
- super(out);
- }
-
- @Override
- public void writeObject(Object obj) throws IOException {
- if (oos == null) {
- oos = new ObjectOutputStream(this) {
- @Override
- protected void writeStreamHeader() throws IOException {
- writeByte(STREAM_VERSION);
- }
-
- @Override
- protected void writeClassDescriptor(ObjectStreamClass desc) throws IOException {
- Class<?> clazz = desc.forClass();
- if (clazz.isPrimitive() || clazz.isArray()) {
- write(TYPE_FAT_DESCRIPTOR);
- super.writeClassDescriptor(desc);
- } else {
- String name = desc.getName();
- Byte b = knownClasses.get(name);
- if (b == null && counter.get() < MAX_BYTE_IDS) {
- synchronized (DataObjectOutputStream.class) {
- b = knownClasses.get(name);
- if (b == null && counter.get() < 254) {
- b = (byte)counter.getAndIncrement();
- knownClasses.put(name, b);
- typeMapping.put(b, name);
- }
- }
- }
- if (b != null) {
- write(b);
- } else {
- write(TYPE_THIN_DESCRIPTOR);
- writeUTF(name);
- }
- }
- }
- };
- }
- oos.writeObject(obj);
- oos.flush();
- }
-
-}
Modified: branches/7.7.x/test-integration/perf/src/test/java/org/teiid/query/eval/TestEnginePerformance.java
===================================================================
--- branches/7.7.x/test-integration/perf/src/test/java/org/teiid/query/eval/TestEnginePerformance.java 2012-02-10 22:32:36 UTC (rev 3865)
+++ branches/7.7.x/test-integration/perf/src/test/java/org/teiid/query/eval/TestEnginePerformance.java 2012-02-13 15:18:20 UTC (rev 3866)
@@ -25,7 +25,13 @@
import static org.junit.Assert.*;
import static org.teiid.query.processor.TestProcessor.*;
+import java.io.ByteArrayInputStream;
import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.ObjectInputStream;
+import java.io.ObjectOutputStream;
+import java.sql.Date;
+import java.sql.Time;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
@@ -41,6 +47,7 @@
import org.junit.BeforeClass;
import org.junit.Test;
import org.teiid.api.exception.query.QueryParserException;
+import org.teiid.client.BatchSerializer;
import org.teiid.common.buffer.BlockedException;
import org.teiid.common.buffer.BufferManager;
import org.teiid.common.buffer.TupleBatch;
@@ -51,6 +58,7 @@
import org.teiid.core.TeiidException;
import org.teiid.core.TeiidProcessingException;
import org.teiid.core.types.DataTypeManager;
+import org.teiid.core.util.AccessibleByteArrayOutputStream;
import org.teiid.core.util.UnitTestUtil;
import org.teiid.query.metadata.QueryMetadataInterface;
import org.teiid.query.optimizer.capabilities.CapabilitiesFinder;
@@ -371,7 +379,71 @@
@Test public void runLike_16() throws Exception {
helpTestLike(50000, 16);
}
+
+ @Test public void runBatchSerialization_String() throws Exception {
+ String[] types = new String[] {DataTypeManager.DefaultDataTypes.STRING};
+ int size = 1024;
+
+ final List<List<?>> batch = new ArrayList<List<?>>();
+ for (int i = 0; i < size; i++) {
+ batch.add(Arrays.asList(String.valueOf(i)));
+ }
+ helpTestBatchSerialization(types, batch, 50000, 2);
+ }
+
+ @Test public void runBatchSerialization_Time() throws Exception {
+ final String[] types = new String[] {DataTypeManager.DefaultDataTypes.TIME};
+ int size = 1024;
+
+ final List<List<?>> batch = new ArrayList<List<?>>();
+ for (int i = 0; i < size; i++) {
+ batch.add(Arrays.asList(new Time(i)));
+ }
+ helpTestBatchSerialization(types, batch, 50000, 2);
+ }
+
+ @Test public void runBatchSerialization_Date() throws Exception {
+ final String[] types = new String[] {DataTypeManager.DefaultDataTypes.DATE};
+ int size = 1024;
+
+ final List<List<?>> batch = new ArrayList<List<?>>();
+ for (int i = 0; i < size; i++) {
+ batch.add(Arrays.asList(new Date(i)));
+ }
+ helpTestBatchSerialization(types, batch, 50000, 2);
+ }
+
+ private void helpTestBatchSerialization(final String[] types,
+ final List<List<?>> batch, int iterations, int threadCount)
+ throws InterruptedException, Exception {
+ runTask(iterations, threadCount, new Task() {
+
+ @Override
+ public Void call() throws Exception {
+ writeReadBatch(types, batch);
+ return null;
+ }
+ });
+ }
+ private List<List<Object>> writeReadBatch(String[] types, List<List<?>> batch)
+ throws IOException, ClassNotFoundException {
+ AccessibleByteArrayOutputStream baos = new AccessibleByteArrayOutputStream(5000);
+ ObjectOutputStream out = new ObjectOutputStream(baos);
+ BatchSerializer.writeBatch(out, types, batch);
+ out.flush();
+
+ byte[] bytes = baos.getBuffer();
+
+ ByteArrayInputStream bytesIn = new ByteArrayInputStream(bytes, 0, baos.getCount());
+ ObjectInputStream in = new ObjectInputStream(bytesIn);
+ List<List<Object>> newBatch = BatchSerializer.readBatch(in, types);
+ out.close();
+ in.close();
+ assertEquals(batch.size(), newBatch.size());
+ return newBatch;
+ }
+
private void helpTestLike(int iterations, int threads) throws QueryParserException,
InterruptedException, Exception {
final Expression ex = QueryParser.getQueryParser().parseExpression("'abcdefg' like 'a%g'");
13 years, 11 months