Author: shawkins
Date: 2011-08-10 15:41:34 -0400 (Wed, 10 Aug 2011)
New Revision: 3371
Modified:
trunk/adminshell/pom.xml
trunk/api/pom.xml
trunk/build/kits/jboss-container/teiid-releasenotes.html
trunk/build/pom.xml
trunk/cache-jbosscache/pom.xml
trunk/client-jdk15/pom.xml
trunk/client/pom.xml
trunk/common-core/pom.xml
trunk/connectors/connector-file/pom.xml
trunk/connectors/connector-ldap/pom.xml
trunk/connectors/connector-salesforce/pom.xml
trunk/connectors/connector-ws/pom.xml
trunk/connectors/pom.xml
trunk/connectors/salesforce-api/pom.xml
trunk/connectors/sandbox/pom.xml
trunk/connectors/sandbox/translator-yahoo/pom.xml
trunk/connectors/translator-file/pom.xml
trunk/connectors/translator-jdbc/pom.xml
trunk/connectors/translator-ldap/pom.xml
trunk/connectors/translator-loopback/pom.xml
trunk/connectors/translator-olap/pom.xml
trunk/connectors/translator-salesforce/pom.xml
trunk/connectors/translator-ws/pom.xml
trunk/console/pom.xml
trunk/documentation/admin-guide/pom.xml
trunk/documentation/caching-guide/pom.xml
trunk/documentation/client-developers-guide/pom.xml
trunk/documentation/developer-guide/pom.xml
trunk/documentation/docbook/custom.dtd
trunk/documentation/pom.xml
trunk/documentation/quick-start-example/pom.xml
trunk/documentation/reference/pom.xml
trunk/engine/pom.xml
trunk/hibernate-dialect/pom.xml
trunk/jboss-integration/pom.xml
trunk/metadata/pom.xml
trunk/pom.xml
trunk/runtime/pom.xml
trunk/test-integration/common/pom.xml
trunk/test-integration/db/pom.xml
trunk/test-integration/pom.xml
Log:
updating trunk to 7.6
Modified: trunk/adminshell/pom.xml
===================================================================
--- trunk/adminshell/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/adminshell/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-adminshell</artifactId>
Modified: trunk/api/pom.xml
===================================================================
--- trunk/api/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/api/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-api</artifactId>
Modified: trunk/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- trunk/build/kits/jboss-container/teiid-releasenotes.html 2011-08-10 19:25:47 UTC (rev
3370)
+++ trunk/build/kits/jboss-container/teiid-releasenotes.html 2011-08-10 19:41:34 UTC (rev
3371)
@@ -10,7 +10,7 @@
<P><A
HREF="http://www.teiid.org/"><IMG
SRC="https://www.jboss.org/dms/teiid/images/teiid-banner.png"
NAME="graphics1" ALT="Teiid" ALIGN=BOTTOM WIDTH=800></A>
<H1>Teiid ${project.version} Release Notes</H1>
-<P>Teiid ${project.version} adds performance, integration, and runtime metadata
update features.
+<P>Teiid ${project.version} adds performance and integration features.
<H2>Overview</H2>
<UL>
@@ -26,24 +26,6 @@
</UL>
<H2><A NAME="Highlights"></A>Highlights</H2>
<UL>
- <LI><B>Window function support</B> - Teiid and pushdown support was
added for SQL 2003 OLAP window functions. The analytical ranking functions RANK,
DENSE_RANK, and ROW_NUMBER were also added. See the reference for more.
- <LI><B>Additional ANSI support</B> - Teiid and pushdown support was
added for SUBSTRING using FROM/FOR syntax, TRIM, EXTRACT, SIMILAR TO, and LIKE_REGEX. See
the reference for more.
- <LI><B>Subquery optimization control</B> - added the DJ hint to
indicate that a subquery should be the independent side of a dependent join.
- <LI><B>MAKEIND Hint</B> - The MAKEIND hint can be used to indicate
that the other side of the join should be made dependent.
- <LI><B>ODBC SSL</B> - added support for SSL encrypted ODBC
connections.
- <LI><B>Reauthentication Statement</B> - SET SESSION AUTHORIZATION can
now be used to perform a reauthentication via JDBC or ODBC.
- <LI><B>Pluggable Authorization</B> - an alternative PolicyDecider can
be defined in the teiid-jboss-beans.xml file to customize authorization decisions.
- <LI><B>Streaming XQuery</B> - in situations where document projection
applies if the XMLQUERY/XMLTABLE path expressions meet certain conditions, then the
incoming document will not only be projected, but the independent subtrees will be
processed without loading the entire document. This allows for nearly arbitrarily large
XML documents to be processed. See the Reference for more.
- <LI><B>Logging Procedures</B> - added SYSADMIN.isLoggable and
SYSADMIN.logMsg to aid in debugging procedure logic.
- <LI><B>ANSI OFFSET/FETCH FIRST</B> - instead of the limit clause, a
standard OFFSET and/or FETCH FIRST/NEXT clause can be used to limit results.
- <LI><B>ODBC Cursors</B> - added the capability to use
"UseDeclareFetch" with ODBC. This enables users to read results in batches,
which is especially useful when dealing with large row counts.
- <LI><B>Internal Materialized Views</B>
- <UL>
- <LI><B>Distributed Refresh</B> - When a internal materialized view
is refreshed at one node, an event is issued to all other nodes in the cluster to
asynchronously fetch the new contents.
- <LI><B>Sync at Start</B> - When a node is restarted in a cluster, at
end of start cycle Teiid will asynchronously fetch the cached internal materialized view
contents from other nodes.
- </UL>
- </LI>
- <LI><B>LDAP Pagination</B> - the ldap translator now supports
pagination for retrieving large results from directory servers like Active Directory and
OpenLDAP.
</UL>
<h2><a name="Compatibility">Compatibility
Issues</a></h2>
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/build/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid</artifactId>
Modified: trunk/cache-jbosscache/pom.xml
===================================================================
--- trunk/cache-jbosscache/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/cache-jbosscache/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-cache-jbosscache</artifactId>
Modified: trunk/client/pom.xml
===================================================================
--- trunk/client/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/client/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client</artifactId>
Modified: trunk/client-jdk15/pom.xml
===================================================================
--- trunk/client-jdk15/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/client-jdk15/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client-jdk15</artifactId>
Modified: trunk/common-core/pom.xml
===================================================================
--- trunk/common-core/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/common-core/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-common-core</artifactId>
Modified: trunk/connectors/connector-file/pom.xml
===================================================================
--- trunk/connectors/connector-file/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/connector-file/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
Modified: trunk/connectors/connector-ldap/pom.xml
===================================================================
--- trunk/connectors/connector-ldap/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/connector-ldap/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ldap</artifactId>
Modified: trunk/connectors/connector-salesforce/pom.xml
===================================================================
--- trunk/connectors/connector-salesforce/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/connector-salesforce/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-salesforce</artifactId>
Modified: trunk/connectors/connector-ws/pom.xml
===================================================================
--- trunk/connectors/connector-ws/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/connector-ws/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ws</artifactId>
Modified: trunk/connectors/pom.xml
===================================================================
--- trunk/connectors/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: trunk/connectors/salesforce-api/pom.xml
===================================================================
--- trunk/connectors/salesforce-api/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/salesforce-api/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>salesforce-api</artifactId>
Modified: trunk/connectors/sandbox/pom.xml
===================================================================
--- trunk/connectors/sandbox/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/sandbox/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid.connectors</groupId>
Modified: trunk/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- trunk/connectors/sandbox/translator-yahoo/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/sandbox/translator-yahoo/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-yahoo</artifactId>
Modified: trunk/connectors/translator-file/pom.xml
===================================================================
--- trunk/connectors/translator-file/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/translator-file/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-file</artifactId>
Modified: trunk/connectors/translator-jdbc/pom.xml
===================================================================
--- trunk/connectors/translator-jdbc/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/translator-jdbc/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-jdbc</artifactId>
Modified: trunk/connectors/translator-ldap/pom.xml
===================================================================
--- trunk/connectors/translator-ldap/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/translator-ldap/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ldap</artifactId>
Modified: trunk/connectors/translator-loopback/pom.xml
===================================================================
--- trunk/connectors/translator-loopback/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/translator-loopback/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-loopback</artifactId>
Modified: trunk/connectors/translator-olap/pom.xml
===================================================================
--- trunk/connectors/translator-olap/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/translator-olap/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-olap</artifactId>
Modified: trunk/connectors/translator-salesforce/pom.xml
===================================================================
--- trunk/connectors/translator-salesforce/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/translator-salesforce/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-salesforce</artifactId>
Modified: trunk/connectors/translator-ws/pom.xml
===================================================================
--- trunk/connectors/translator-ws/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/connectors/translator-ws/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ws</artifactId>
Modified: trunk/console/pom.xml
===================================================================
--- trunk/console/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/console/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/documentation/admin-guide/pom.xml
===================================================================
--- trunk/documentation/admin-guide/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/documentation/admin-guide/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>admin-guide</artifactId>
Modified: trunk/documentation/caching-guide/pom.xml
===================================================================
--- trunk/documentation/caching-guide/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/documentation/caching-guide/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>caching-guide</artifactId>
Modified: trunk/documentation/client-developers-guide/pom.xml
===================================================================
--- trunk/documentation/client-developers-guide/pom.xml 2011-08-10 19:25:47 UTC (rev
3370)
+++ trunk/documentation/client-developers-guide/pom.xml 2011-08-10 19:41:34 UTC (rev
3371)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-developers-guide</artifactId>
Modified: trunk/documentation/developer-guide/pom.xml
===================================================================
--- trunk/documentation/developer-guide/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/documentation/developer-guide/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: trunk/documentation/docbook/custom.dtd
===================================================================
--- trunk/documentation/docbook/custom.dtd 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/documentation/docbook/custom.dtd 2011-08-10 19:41:34 UTC (rev 3371)
@@ -1,4 +1,4 @@
-<!ENTITY versionNumber "7.5">
+<!ENTITY versionNumber "7.6">
<!ENTITY copyrightYear "2011">
<!ENTITY copyrightHolder "Red Hat, Inc.">
<!ENTITY url "http://www.jboss.org/teiid/">
Modified: trunk/documentation/pom.xml
===================================================================
--- trunk/documentation/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/documentation/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: trunk/documentation/quick-start-example/pom.xml
===================================================================
--- trunk/documentation/quick-start-example/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/documentation/quick-start-example/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quick-start-example</artifactId>
Modified: trunk/documentation/reference/pom.xml
===================================================================
--- trunk/documentation/reference/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/documentation/reference/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reference</artifactId>
Modified: trunk/engine/pom.xml
===================================================================
--- trunk/engine/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/engine/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-engine</artifactId>
Modified: trunk/hibernate-dialect/pom.xml
===================================================================
--- trunk/hibernate-dialect/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/hibernate-dialect/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-hibernate-dialect</artifactId>
Modified: trunk/jboss-integration/pom.xml
===================================================================
--- trunk/jboss-integration/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/jboss-integration/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: trunk/metadata/pom.xml
===================================================================
--- trunk/metadata/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/metadata/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-metadata</artifactId>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -5,7 +5,7 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
<description>Federated SQL and XML query engine.</description>
<properties>
<ant.version>1.7.0</ant.version>
Modified: trunk/runtime/pom.xml
===================================================================
--- trunk/runtime/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/runtime/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: trunk/test-integration/common/pom.xml
===================================================================
--- trunk/test-integration/common/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/test-integration/common/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-common</artifactId>
Modified: trunk/test-integration/db/pom.xml
===================================================================
--- trunk/test-integration/db/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/test-integration/db/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: trunk/test-integration/pom.xml
===================================================================
--- trunk/test-integration/pom.xml 2011-08-10 19:25:47 UTC (rev 3370)
+++ trunk/test-integration/pom.xml 2011-08-10 19:41:34 UTC (rev 3371)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.5.0.CR2-SNAPSHOT</version>
+ <version>7.6.0.Alpha1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>