teiid SVN: r4544 - branches/7.7.x/engine/src/main/java/org/teiid/query/processor/relational.
by teiid-commits@lists.jboss.org
Author: shawkins
Date: 2013-01-15 11:56:56 -0500 (Tue, 15 Jan 2013)
New Revision: 4544
Modified:
branches/7.7.x/engine/src/main/java/org/teiid/query/processor/relational/RelationalPlan.java
Log:
TEIID-2349 cloning the multi-source update flag
Modified: branches/7.7.x/engine/src/main/java/org/teiid/query/processor/relational/RelationalPlan.java
===================================================================
--- branches/7.7.x/engine/src/main/java/org/teiid/query/processor/relational/RelationalPlan.java 2013-01-15 16:51:46 UTC (rev 4543)
+++ branches/7.7.x/engine/src/main/java/org/teiid/query/processor/relational/RelationalPlan.java 2013-01-15 16:56:56 UTC (rev 4544)
@@ -229,6 +229,7 @@
}
plan.setWith(newWith);
}
+ plan.multisourceUpdate = this.multisourceUpdate;
return plan;
}
11 years, 11 months
teiid SVN: r4543 - in branches/7.7.x/connectors/sandbox: connector-template and 2 other directories.
by teiid-commits@lists.jboss.org
Author: van.halbert
Date: 2013-01-15 11:51:46 -0500 (Tue, 15 Jan 2013)
New Revision: 4543
Modified:
branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml
branches/7.7.x/connectors/sandbox/connector-template/pom.xml
branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml
branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
Log:
updating pom.xml version to 7.7.5 for the 5.3.1 release
Modified: branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2013-01-15 16:50:55 UTC (rev 4542)
+++ branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2013-01-15 16:51:46 UTC (rev 4543)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-coherence</artifactId>
Modified: branches/7.7.x/connectors/sandbox/connector-template/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2013-01-15 16:50:55 UTC (rev 4542)
+++ branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2013-01-15 16:51:46 UTC (rev 4543)
@@ -6,7 +6,7 @@
<name>${connector-name}</name>
<description>${connector-name}</description>
<packaging>rar</packaging>
- <version>7.7.4</version>
+ <version>7.7.5</version>
<properties>
<teiid.version>${teiid-version}</teiid.version>
</properties>
Modified: branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2013-01-15 16:50:55 UTC (rev 4542)
+++ branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2013-01-15 16:51:46 UTC (rev 4543)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-coherence</artifactId>
<groupId>org.jboss.teiid.connectors.sandbox</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
<name>Coherence Translator</name>
<description>This is the tranlator for a Coherence connector</description>
Modified: branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2013-01-15 16:50:55 UTC (rev 4542)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2013-01-15 16:51:46 UTC (rev 4543)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-yahoo</artifactId>
11 years, 11 months
teiid SVN: r4542 - branches/7.7.x.
by teiid-commits@lists.jboss.org
Author: van.halbert
Date: 2013-01-15 11:50:55 -0500 (Tue, 15 Jan 2013)
New Revision: 4542
Modified:
branches/7.7.x/pom.xml
Log:
updating pom.xml version to 7.7.5 for the 5.3.1 release
Modified: branches/7.7.x/pom.xml
===================================================================
--- branches/7.7.x/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
+++ branches/7.7.x/pom.xml 2013-01-15 16:50:55 UTC (rev 4542)
@@ -5,7 +5,7 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.4</version>
+ <version>7.7.5</version>
<description>Federated SQL and XML query engine.</description>
<properties>
<ant.version>1.7.0</ant.version>
11 years, 11 months
teiid SVN: r4541 - in branches/7.7.x: connectors/connector-infinispan and 24 other directories.
by teiid-commits@lists.jboss.org
Author: van.halbert
Date: 2013-01-15 11:50:13 -0500 (Tue, 15 Jan 2013)
New Revision: 4541
Modified:
branches/7.7.x/connectors/connector-file/pom.xml
branches/7.7.x/connectors/connector-infinispan/pom.xml
branches/7.7.x/connectors/connector-ldap/pom.xml
branches/7.7.x/connectors/connector-salesforce/pom.xml
branches/7.7.x/connectors/connector-ws/pom.xml
branches/7.7.x/connectors/salesforce-api/pom.xml
branches/7.7.x/connectors/sandbox/pom.xml
branches/7.7.x/connectors/translator-file/pom.xml
branches/7.7.x/connectors/translator-hive/pom.xml
branches/7.7.x/connectors/translator-jdbc/pom.xml
branches/7.7.x/connectors/translator-ldap/pom.xml
branches/7.7.x/connectors/translator-loopback/pom.xml
branches/7.7.x/connectors/translator-object/pom.xml
branches/7.7.x/connectors/translator-olap/pom.xml
branches/7.7.x/connectors/translator-salesforce/pom.xml
branches/7.7.x/connectors/translator-ws/pom.xml
branches/7.7.x/documentation/admin-guide/pom.xml
branches/7.7.x/documentation/caching-guide/pom.xml
branches/7.7.x/documentation/client-developers-guide/pom.xml
branches/7.7.x/documentation/developer-guide/pom.xml
branches/7.7.x/documentation/javadocs/pom.xml
branches/7.7.x/documentation/quick-start-example/pom.xml
branches/7.7.x/documentation/reference/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
Log:
updating pom.xml version to 7.7.5 for the 5.3.1 release
Modified: branches/7.7.x/connectors/connector-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-file/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
@@ -55,4 +55,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/7.7.x/connectors/connector-infinispan/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-infinispan/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -4,7 +4,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-infinispan</artifactId>
Modified: branches/7.7.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ldap/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ldap</artifactId>
@@ -54,4 +54,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/7.7.x/connectors/connector-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-salesforce/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-salesforce</artifactId>
@@ -91,4 +91,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/7.7.x/connectors/connector-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ws/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ws</artifactId>
Modified: branches/7.7.x/connectors/salesforce-api/pom.xml
===================================================================
--- branches/7.7.x/connectors/salesforce-api/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>salesforce-api</artifactId>
@@ -11,4 +11,4 @@
<description>The java API for the Salesforce.com partner web service API</description>
<dependencies>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/7.7.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid.connectors</groupId>
Modified: branches/7.7.x/connectors/translator-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-file/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</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 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</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 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</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 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</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 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-loopback</artifactId>
Modified: branches/7.7.x/connectors/translator-object/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-object/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-object/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-object</artifactId>
Modified: branches/7.7.x/connectors/translator-olap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-olap/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</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 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</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 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ws</artifactId>
Modified: branches/7.7.x/documentation/admin-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/admin-guide/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.4</version>
+ <version>7.7.5</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 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>caching-guide</artifactId>
@@ -74,4 +74,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/7.7.x/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/client-developers-guide/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-developers-guide</artifactId>
@@ -74,4 +74,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/7.7.x/documentation/developer-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/developer-guide/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.7.x/documentation/javadocs/pom.xml
===================================================================
--- branches/7.7.x/documentation/javadocs/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/javadocs/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>javadocs</artifactId>
Modified: branches/7.7.x/documentation/quick-start-example/pom.xml
===================================================================
--- branches/7.7.x/documentation/quick-start-example/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.4</version>
+ <version>7.7.5</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 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/documentation/reference/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reference</artifactId>
@@ -74,4 +74,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/7.7.x/test-integration/common/pom.xml
===================================================================
--- branches/7.7.x/test-integration/common/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/test-integration/common/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-common</artifactId>
@@ -34,4 +34,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/7.7.x/test-integration/db/pom.xml
===================================================================
--- branches/7.7.x/test-integration/db/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/test-integration/db/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -534,4 +534,4 @@
</profiles>
-</project>
\ No newline at end of file
+</project>
Modified: branches/7.7.x/test-integration/perf/pom.xml
===================================================================
--- branches/7.7.x/test-integration/perf/pom.xml 2013-01-15 16:46:15 UTC (rev 4540)
+++ branches/7.7.x/test-integration/perf/pom.xml 2013-01-15 16:50:13 UTC (rev 4541)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
+ <version>7.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-perf</artifactId>
@@ -29,4 +29,4 @@
<artifactId>commons-logging</artifactId>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
11 years, 11 months