Author: shawkins
Date: 2010-06-29 17:15:38 -0400 (Tue, 29 Jun 2010)
New Revision: 2323
Modified:
branches/7.0.x/adminshell/pom.xml
branches/7.0.x/api/pom.xml
branches/7.0.x/build/pom.xml
branches/7.0.x/cache-jbosscache/pom.xml
branches/7.0.x/client/pom.xml
branches/7.0.x/common-core/pom.xml
branches/7.0.x/connectors/connector-file/pom.xml
branches/7.0.x/connectors/connector-ldap/pom.xml
branches/7.0.x/connectors/connector-salesforce/pom.xml
branches/7.0.x/connectors/connector-ws/pom.xml
branches/7.0.x/connectors/pom.xml
branches/7.0.x/connectors/salesforce-api/pom.xml
branches/7.0.x/connectors/sandbox/pom.xml
branches/7.0.x/connectors/sandbox/translator-yahoo/pom.xml
branches/7.0.x/connectors/translator-file/pom.xml
branches/7.0.x/connectors/translator-jdbc/pom.xml
branches/7.0.x/connectors/translator-ldap/pom.xml
branches/7.0.x/connectors/translator-loopback/pom.xml
branches/7.0.x/connectors/translator-salesforce/pom.xml
branches/7.0.x/connectors/translator-ws/pom.xml
branches/7.0.x/console/pom.xml
branches/7.0.x/documentation/admin-guide/pom.xml
branches/7.0.x/documentation/client-developers-guide/pom.xml
branches/7.0.x/documentation/developer-guide/pom.xml
branches/7.0.x/documentation/pom.xml
branches/7.0.x/documentation/quick-start-example/pom.xml
branches/7.0.x/documentation/reference/pom.xml
branches/7.0.x/engine/pom.xml
branches/7.0.x/hibernate-dialect/pom.xml
branches/7.0.x/jboss-integration/pom.xml
branches/7.0.x/metadata/pom.xml
branches/7.0.x/pom.xml
branches/7.0.x/runtime/pom.xml
branches/7.0.x/test-integration/common/pom.xml
branches/7.0.x/test-integration/db/pom.xml
branches/7.0.x/test-integration/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: branches/7.0.x/adminshell/pom.xml
===================================================================
--- branches/7.0.x/adminshell/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/adminshell/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-adminshell</artifactId>
Modified: branches/7.0.x/api/pom.xml
===================================================================
--- branches/7.0.x/api/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/api/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-api</artifactId>
Modified: branches/7.0.x/build/pom.xml
===================================================================
--- branches/7.0.x/build/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/build/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>build</artifactId>
Modified: branches/7.0.x/cache-jbosscache/pom.xml
===================================================================
--- branches/7.0.x/cache-jbosscache/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/cache-jbosscache/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-cache-jbosscache</artifactId>
Modified: branches/7.0.x/client/pom.xml
===================================================================
--- branches/7.0.x/client/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/client/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client</artifactId>
Modified: branches/7.0.x/common-core/pom.xml
===================================================================
--- branches/7.0.x/common-core/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/common-core/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-common-core</artifactId>
Modified: branches/7.0.x/connectors/connector-file/pom.xml
===================================================================
--- branches/7.0.x/connectors/connector-file/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/connector-file/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
Modified: branches/7.0.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.0.x/connectors/connector-ldap/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/connector-ldap/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ldap</artifactId>
Modified: branches/7.0.x/connectors/connector-salesforce/pom.xml
===================================================================
--- branches/7.0.x/connectors/connector-salesforce/pom.xml 2010-06-29 21:15:01 UTC (rev
2322)
+++ branches/7.0.x/connectors/connector-salesforce/pom.xml 2010-06-29 21:15:38 UTC (rev
2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-salesforce</artifactId>
Modified: branches/7.0.x/connectors/connector-ws/pom.xml
===================================================================
--- branches/7.0.x/connectors/connector-ws/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/connector-ws/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ws</artifactId>
Modified: branches/7.0.x/connectors/pom.xml
===================================================================
--- branches/7.0.x/connectors/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.0.x/connectors/salesforce-api/pom.xml
===================================================================
--- branches/7.0.x/connectors/salesforce-api/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/salesforce-api/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>salesforce-api</artifactId>
Modified: branches/7.0.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.0.x/connectors/sandbox/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/sandbox/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid.connectors</groupId>
Modified: branches/7.0.x/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.0.x/connectors/sandbox/translator-yahoo/pom.xml 2010-06-29 21:15:01 UTC
(rev 2322)
+++ branches/7.0.x/connectors/sandbox/translator-yahoo/pom.xml 2010-06-29 21:15:38 UTC
(rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-yahoo</artifactId>
Modified: branches/7.0.x/connectors/translator-file/pom.xml
===================================================================
--- branches/7.0.x/connectors/translator-file/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/translator-file/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-file</artifactId>
Modified: branches/7.0.x/connectors/translator-jdbc/pom.xml
===================================================================
--- branches/7.0.x/connectors/translator-jdbc/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/translator-jdbc/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-jdbc</artifactId>
Modified: branches/7.0.x/connectors/translator-ldap/pom.xml
===================================================================
--- branches/7.0.x/connectors/translator-ldap/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/translator-ldap/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ldap</artifactId>
Modified: branches/7.0.x/connectors/translator-loopback/pom.xml
===================================================================
--- branches/7.0.x/connectors/translator-loopback/pom.xml 2010-06-29 21:15:01 UTC (rev
2322)
+++ branches/7.0.x/connectors/translator-loopback/pom.xml 2010-06-29 21:15:38 UTC (rev
2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-loopback</artifactId>
Modified: branches/7.0.x/connectors/translator-salesforce/pom.xml
===================================================================
--- branches/7.0.x/connectors/translator-salesforce/pom.xml 2010-06-29 21:15:01 UTC (rev
2322)
+++ branches/7.0.x/connectors/translator-salesforce/pom.xml 2010-06-29 21:15:38 UTC (rev
2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-salesforce</artifactId>
Modified: branches/7.0.x/connectors/translator-ws/pom.xml
===================================================================
--- branches/7.0.x/connectors/translator-ws/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/connectors/translator-ws/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ws</artifactId>
Modified: branches/7.0.x/console/pom.xml
===================================================================
--- branches/7.0.x/console/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/console/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.0.x/documentation/admin-guide/pom.xml
===================================================================
--- branches/7.0.x/documentation/admin-guide/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/documentation/admin-guide/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>admin-guide</artifactId>
Modified: branches/7.0.x/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.0.x/documentation/client-developers-guide/pom.xml 2010-06-29 21:15:01 UTC
(rev 2322)
+++ branches/7.0.x/documentation/client-developers-guide/pom.xml 2010-06-29 21:15:38 UTC
(rev 2323)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-developers-guide</artifactId>
Modified: branches/7.0.x/documentation/developer-guide/pom.xml
===================================================================
--- branches/7.0.x/documentation/developer-guide/pom.xml 2010-06-29 21:15:01 UTC (rev
2322)
+++ branches/7.0.x/documentation/developer-guide/pom.xml 2010-06-29 21:15:38 UTC (rev
2323)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.0.x/documentation/pom.xml
===================================================================
--- branches/7.0.x/documentation/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/documentation/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.0.x/documentation/quick-start-example/pom.xml
===================================================================
--- branches/7.0.x/documentation/quick-start-example/pom.xml 2010-06-29 21:15:01 UTC (rev
2322)
+++ branches/7.0.x/documentation/quick-start-example/pom.xml 2010-06-29 21:15:38 UTC (rev
2323)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quick-start-example</artifactId>
Modified: branches/7.0.x/documentation/reference/pom.xml
===================================================================
--- branches/7.0.x/documentation/reference/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/documentation/reference/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reference</artifactId>
Modified: branches/7.0.x/engine/pom.xml
===================================================================
--- branches/7.0.x/engine/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/engine/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-engine</artifactId>
Modified: branches/7.0.x/hibernate-dialect/pom.xml
===================================================================
--- branches/7.0.x/hibernate-dialect/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/hibernate-dialect/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-hibernate-dialect</artifactId>
Modified: branches/7.0.x/jboss-integration/pom.xml
===================================================================
--- branches/7.0.x/jboss-integration/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/jboss-integration/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -2,13 +2,13 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid-jboss-integration</artifactId>
<name>teiid-jboss-integration</name>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
<description>JBoss specific integration layer for teiid</description>
<dependencies>
Modified: branches/7.0.x/metadata/pom.xml
===================================================================
--- branches/7.0.x/metadata/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/metadata/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-metadata</artifactId>
Modified: branches/7.0.x/pom.xml
===================================================================
--- branches/7.0.x/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -5,15 +5,15 @@
<artifactId>teiid</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.0.0</version>
+ <version>7.0.1-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-7....
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/teiid/tags/tei...
+
<
connection>scm:svn:https://anonsvn.jboss.org/repos/teiid/trunk</con...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/teiid/trunk<...
</scm>
<licenses>
<license>
Modified: branches/7.0.x/runtime/pom.xml
===================================================================
--- branches/7.0.x/runtime/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/runtime/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.0.x/test-integration/common/pom.xml
===================================================================
--- branches/7.0.x/test-integration/common/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/test-integration/common/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-common</artifactId>
Modified: branches/7.0.x/test-integration/db/pom.xml
===================================================================
--- branches/7.0.x/test-integration/db/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/test-integration/db/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -19,7 +19,7 @@
<groupId>org.jboss.teiid.teiid-test-integration</groupId>
<description>Integration tests that require external database dependencies
</description>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
<dependencies>
Modified: branches/7.0.x/test-integration/pom.xml
===================================================================
--- branches/7.0.x/test-integration/pom.xml 2010-06-29 21:15:01 UTC (rev 2322)
+++ branches/7.0.x/test-integration/pom.xml 2010-06-29 21:15:38 UTC (rev 2323)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.0.0</version>
+ <version>7.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>