[teiid-commits] teiid SVN: r3816 - in branches/7.7.x: adminshell and 40 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Jan 23 15:36:40 EST 2012


Author: shawkins
Date: 2012-01-23 15:36:36 -0500 (Mon, 23 Jan 2012)
New Revision: 3816

Modified:
   branches/7.7.x/adminshell/pom.xml
   branches/7.7.x/api/pom.xml
   branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html
   branches/7.7.x/build/pom.xml
   branches/7.7.x/cache-jbosscache/pom.xml
   branches/7.7.x/client-jdk15/pom.xml
   branches/7.7.x/client/pom.xml
   branches/7.7.x/common-core/pom.xml
   branches/7.7.x/connectors/connector-file/pom.xml
   branches/7.7.x/connectors/connector-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/docbook/custom.dtd
   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:
updating to 7.7

Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml	2012-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/adminshell/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/api/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-api</artifactId>

Modified: branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html	2012-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html	2012-01-23 20:36:36 UTC (rev 3816)
@@ -26,26 +26,6 @@
 </UL>
 <H2><A NAME="Highlights"></A>Highlights</H2>
 <UL>
-  <LI><B>Procedure language features</B> - Added support for compound/block statements, BEGIN [[NOT] ATOMIC], loop/block labels, and the leave statement.  See the reference for more.
-  <LI><B>File Enhancements</B> - the file translator can now optionally (via the ExceptionIfFileNotFound property) throw an exception if the path refers to a file that doesn't exist.  The file resource adapter can be configured to map file names and can prevent parent path .. references.  See the Admin Guide or the file-ds.xml template for more.
-  <LI><B>TEXTTABLE Enhancements</B> - TEXTTABLE can now parse fixed width files that do not use a row delimiter and can optionally produce fixed values that haven't been trimmed.
-  <LI><B>Temp table transactions</B> - Internal materialized views and temp table usage from a session and within procedures can take advantage of greater transaction support.
-  <LI><B>Buffering Improvements</B>
-    <ul>
-      <li>Added the ability to inline memory based or small lobs.
-      <li>Added tracking of the memory held by soft references and general batch overhead.  This ensures more efficient cache/memory utilization when dealing with 10s of millions or more of batches/pages.
-      <li>Also switched to a concurrent LFRU algorithm that significantly reduces writes and read misses with temporary tables.
-      <li>Added a memory buffer to better handle file storage as fixed blocks.  The memory buffer may optionally be configured as off-heap for better large memory performance - see the Admin Guide for more.  
-      <li>Serialization was improved for both internal batches and client/server batches.
-    </ul>     
-  <LI><B>GSSAPI</B> - both the Teiid JDBC client/server and the ODBC pg backend can now support GSSAPI for single sign-on. 
-  <LI><B>Server-side Query Timeouts</B> - default query timeouts can be configured at both the VDB (via the query-timeout VDB property) and entire server (via the teiid-jboss-beans.xml queryTimeout property).
-  <LI><B>Native Queries</B> - added the ability to specify native query SQL for JDBC physical tables and stored procedures via extension metadata.  See the Reference for more.
-  <LI><B>View removal hint</B> - the NO_UNNEST hint now also applies to FROM clause views and subqueries.  It will instruct the planner to not perform view flattening.
-  <LI><B>Non-blocking statement execution</B> - Teiid JDBC extensions TeiidStatement and TeiidPreparedStatement can be used to submit queries against embedded connections with a callback to process results in a non-blocking manner.
-  <LI><B>NON_STRICT limit hint</B> - the NON_STRICT hint can be used with unordered limits to tell the optimizer to not inhibit push operations even if the results will not be consistent with the logical application of the limit.
-  <LI><B>Source Hints</B> - user and transformation queries can specify a meta source hint, e.g. SELECT /*+ sh my-oracle:'leading' */ * FROM TBL. The hint information will be passed to the translator. The Oracle translator will by default treat the source hint as an Oracle hint.  See the Reference and Developers Guide for more.
-  <LI><B>Hive Translator</B> - Hive translator has been added as a technology preview.
   <LI><B>Excel JDBC Translator</B> - for use with Excel using the JDBC-ODBC bridge.    
 </UL>
 
@@ -244,203 +224,6 @@
 <h2><a name="Details">Detailed Release Notes</a></h2>
         Detailed Release Notes - Teiid - Version ${project.version}
 
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1686'>TEIID-1686</a>] -         Assertion failure when using a plan result buffer
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1727'>TEIID-1727</a>] -         Undeploying a vdb inappropriately updates all vdbs
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1728'>TEIID-1728</a>] -         Materialized View cache TTL (in a transformation) does not expire/invalidate the cache automatically
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1729'>TEIID-1729</a>] -         EDS XML as source - results returned on 1st query only, subsequent query returns 0 rows - Streaming logic problem 
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1730'>TEIID-1730</a>] -         File resource adapter ra.xml is not valid
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1731'>TEIID-1731</a>] -         Incorrect results with low memory streaming dup removal
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1732'>TEIID-1732</a>] -         Native PG Connector does not pass back errors to client
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1736'>TEIID-1736</a>] -         Window function capabilities incorrect
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1737'>TEIID-1737</a>] -         Error: Temporary table does not exist when using WITH clause and SQL Server
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1739'>TEIID-1739</a>] -         VDB deployment fails if metadata index file has been removed due to NPE during Index.initialize
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1742'>TEIID-1742</a>] -         Page ids are not sufficiently unique
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1745'>TEIID-1745</a>] -         Forward only results that exceed the output buffer can hold active plans
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1746'>TEIID-1746</a>] -         Documentation for ENV &amp; COMMANDPAYLOAD is missing some details
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1747'>TEIID-1747</a>] -         hasROLE(rolename) function always returns false
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1751'>TEIID-1751</a>] -         Scalar function reference issues
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1753'>TEIID-1753</a>] -         FileStore compaction issues
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1758'>TEIID-1758</a>] -         ODBC protocol should implement DEALLOCATE command
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1760'>TEIID-1760</a>] -         The &quot;access&quot; translator shows up in the admin-console, but I don&#39;t find it mentioned in the docs.   Looking at the 7.5 docs
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1764'>TEIID-1764</a>] -         Hibernate Month Date Extraction
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1765'>TEIID-1765</a>] -         Incorrect comparison method in CancellationTimer
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1768'>TEIID-1768</a>] -         Temp table becomes unusable by other threads
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1769'>TEIID-1769</a>] -         Unhandled exceptions during close can hang the client
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1773'>TEIID-1773</a>] -         Ingres as source - Query with LOCATE causing stackoverflow error
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1776'>TEIID-1776</a>] -         Ingres as source - Source Error Codes 2118, 2501, and 263071 being returned
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1778'>TEIID-1778</a>] -         Cross source join reduced to cross join returns the wrong data
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1780'>TEIID-1780</a>] -         Stored procedure cannot be called using &quot;Procedural Relational Command&quot;
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1784'>TEIID-1784</a>] -         reserve batch accounting error
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1787'>TEIID-1787</a>] -         Prepared batch failure
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1789'>TEIID-1789</a>] -         Serial type failure
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1790'>TEIID-1790</a>] -         Error parsing substring with non-simple expression
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1791'>TEIID-1791</a>] -         Only the first 1000 items in the IN criteria are being pushed down in the query
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1792'>TEIID-1792</a>] -         Inefficient plan using cartesian join
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1793'>TEIID-1793</a>] -         Receive &quot; User &lt;user at teiid-security&gt; is not entitled to action &lt;READ&gt; for 1 or more of the groups/elements/procedures.&quot; error on unqualified SQL if data roles are active
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1795'>TEIID-1795</a>] -         Long Running Queries Are Calculated Incorrectly
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1803'>TEIID-1803</a>] -         VDB deployment in EDS can be extremely slow based upon indexing needs
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1812'>TEIID-1812</a>] -         Client Recieving java.lang.IndexOutOfBoundsException when performing query
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1816'>TEIID-1816</a>] -         Documentation changes for SSL configuration
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1818'>TEIID-1818</a>] -         XMLQuery/XMLTable prepared context type
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1820'>TEIID-1820</a>] -         like_regex only matches full string patterns
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1821'>TEIID-1821</a>] -         subqueries used in xmltable coulmn defaults are not resolved
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1823'>TEIID-1823</a>] -         XMLTable passing scalar subquery fails to evaluate
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1825'>TEIID-1825</a>] -         EnhancementTimer class using the wrong logger class, results in errors accessing the Teiid through JDBC
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1830'>TEIID-1830</a>] -         Perl client using DBD:Pg hangs with resultset &gt; 512 rows
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1832'>TEIID-1832</a>] -         Change to source model connection through AdminApi using assignToModel() does not reflect in jdbc queries to that source model
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1836'>TEIID-1836</a>] -         NPE running query of Web service (WSDL imported into Relational Model)
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1840'>TEIID-1840</a>] -         The Jdbc Socket Host Name Property cannot be changed in admin console
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1843'>TEIID-1843</a>] -         StackOverflow using a changing expression as a boolean condition
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1844'>TEIID-1844</a>] -         Missing paren invalidates code example in EDS documentation
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1845'>TEIID-1845</a>] -         Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1846'>TEIID-1846</a>] -         Update or delete against a instead of trigger with an access pattern fails
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1849'>TEIID-1849</a>] -         enabledCipherSuites property gives error on startup of server
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1851'>TEIID-1851</a>] -         run.bat in simpleclient for teiid 7.5 incorrect path
-</li>
-</ul>
-                
-<h2>        Enhancement
-</h2>
-<ul>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1610'>TEIID-1610</a>] -         Support kerberos authentication forwarding for remote clients
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1673'>TEIID-1673</a>] -         Co-ordinate Materialization Table loads accross the cluster
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1701'>TEIID-1701</a>] -         Misc procedure enhancements
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1702'>TEIID-1702</a>] -         Allow the file translator to abstract selecting a single file
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1703'>TEIID-1703</a>] -         Allow for the parsing of fixed width files that don&#39;t use delimiters.
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1797'>TEIID-1797</a>] -         When a message (i.e., WARN) is logged and its associated with a translator/connector, it would be nice to know to which one it applied
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1805'>TEIID-1805</a>] -         Allow no_unnest to apply to views/subquery from clauses
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1806'>TEIID-1806</a>] -         Make unordered limit handling consistent
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1824'>TEIID-1824</a>] -         SQL/XML performance enhancement
-</li>
-</ul>
-        
-<h2>        Feature Request
-</h2>
-<ul>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-139'>TEIID-139</a>] -         Enhancement: Language support for transactions
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-942'>TEIID-942</a>] -         Make ad hoc temp tables transactional
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-964'>TEIID-964</a>] -         Must pushdown functions in select clause
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1518'>TEIID-1518</a>] -         Add a correlated subquery evaluation cache
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1573'>TEIID-1573</a>] -         Set Query Timeout on the Server 
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1629'>TEIID-1629</a>] -         provide maven snapshot jars
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1687'>TEIID-1687</a>] -         GSSAPI support for postgres emulation layer
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1726'>TEIID-1726</a>] -         Requesting ability to add/use Oracle hints in EDS
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1735'>TEIID-1735</a>] -         RF: Add the ability to use DISTINCT in windowed aggregates in EDS
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1772'>TEIID-1772</a>] -         Teiid ports need to have the ability to restrict cipher suites
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1800'>TEIID-1800</a>] -         Async Event Processing: Standardize JDBC Callback API
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1802'>TEIID-1802</a>] -         Async Event Processing:  Translator callback indicating data is available
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1810'>TEIID-1810</a>] -         Add Hive Translator that support HDFS
-</li>
-</ul>
-            
-<h2>        Quality Risk
-</h2>
-<ul>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-832'>TEIID-832</a>] -         Support calling oracle stored functions returning result sets as stored procedures
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1738'>TEIID-1738</a>] -         Temp table permissions can be confusing
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1750'>TEIID-1750</a>] -         Memory handling improvements
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1771'>TEIID-1771</a>] -         7.3 or older clients see the wrong column metadata
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1788'>TEIID-1788</a>] -         Misc improvements
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1813'>TEIID-1813</a>] -         EDS performance tests shows a performance degradation against SOA-P 5.1.0.GA in case of selecting from XML datasource 
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1828'>TEIID-1828</a>] -         Dependent critiera in query plan but missing in actual query and additional information is provided
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1829'>TEIID-1829</a>] -         Clarify source warnings
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1833'>TEIID-1833</a>] -         Add documentation for the delegating translator
-</li>
-</ul>
-                
-<h2>        Task
-</h2>
-<ul>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1716'>TEIID-1716</a>] -         Fix minor ODBC documentation
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1749'>TEIID-1749</a>] -         Update the LDAP configuration documentation
-</li>
-<li>[<a href='https://issues.jboss.org/browse/TEIID-1798'>TEIID-1798</a>] -         Document to show how the CXF configuration file can be configured for Web-Service source
-</li>
-</ul>
-            
 <h2><a name="Documentation">Documentation and Help</a></h2>
 
 The <a href="http://www.jboss.org/teiid/">Teiid community project</a> is hosted on jboss.org.

Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml	2012-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/build/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/cache-jbosscache/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/client/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/client-jdk15/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/common-core/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/connector-file/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/connector-ws/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/sandbox/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>sandbox</artifactId>
         <groupId>org.jboss.teiid.connectors</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/translator-file/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/translator-hive/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/translator-olap/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>connectors</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/connectors/translator-ws/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.6.1-SNAPSHOT</version>
+        <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/console/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/documentation/admin-guide/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/documentation/caching-guide/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/documentation/developer-guide/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>developer-guide</artifactId>

Modified: branches/7.7.x/documentation/docbook/custom.dtd
===================================================================
--- branches/7.7.x/documentation/docbook/custom.dtd	2012-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/documentation/docbook/custom.dtd	2012-01-23 20:36:36 UTC (rev 3816)
@@ -1,5 +1,5 @@
-<!ENTITY versionNumber "7.6">
-<!ENTITY copyrightYear "2011">
+<!ENTITY versionNumber "7.7">
+<!ENTITY copyrightYear "2012">
 <!ENTITY copyrightHolder "Red Hat, Inc.">
 <!ENTITY url "http://www.jboss.org/teiid/">
 <!ENTITY docUrl "&url;/docs.html">

Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml	2012-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/documentation/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/documentation/reference/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/engine/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/hibernate-dialect/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/jboss-integration/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/metadata/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -5,7 +5,7 @@
 	<artifactId>teiid-parent</artifactId>
 	<packaging>pom</packaging>
 	<name>Teiid</name>
-	<version>7.6.1-SNAPSHOT</version>
+	<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/runtime/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.6.1-SNAPSHOT</version>
+    <version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/test-integration/common/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/test-integration/db/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -9,7 +9,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-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-01-23 19:59:01 UTC (rev 3815)
+++ branches/7.7.x/test-integration/pom.xml	2012-01-23 20:36:36 UTC (rev 3816)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.6.1-SNAPSHOT</version>
+		<version>7.7.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-test-integration</artifactId>



More information about the teiid-commits mailing list