From 71f31490fcdbc04329c6b095cc410342adce6315 Mon Sep 17 00:00:00 2001 From: lresende Date: Sun, 22 Jul 2012 01:50:41 +0000 Subject: Moving trunk to 2.5-SNAPSHOT now that 2.0 is ready git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68 --- .../itest/performance/performance-contribution1/pom.xml | 8 ++++---- .../trunk/testing/itest/performance/performance-test/pom.xml | 10 +++++----- .../tuscany/sca/test/performance/PerformanceTestCase.java | 2 +- sca-java-2.x/trunk/testing/itest/performance/pom.xml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'sca-java-2.x/trunk/testing/itest/performance') diff --git a/sca-java-2.x/trunk/testing/itest/performance/performance-contribution1/pom.xml b/sca-java-2.x/trunk/testing/itest/performance/performance-contribution1/pom.xml index e382e2168d..654fcea433 100644 --- a/sca-java-2.x/trunk/testing/itest/performance/performance-contribution1/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/performance/performance-contribution1/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 2.0-SNAPSHOT + 2.5-SNAPSHOT itest-performance-contribution1 Apache Tuscany SCA iTest Performance Contribution1 @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-base-runtime-pom pom - 2.0-SNAPSHOT + 2.5-SNAPSHOT org.apache.tuscany.sca tuscany-binding-ws-runtime-axis2 - 2.0-SNAPSHOT + 2.5-SNAPSHOT org.apache.tuscany.sca tuscany-host-jetty - 2.0-SNAPSHOT + 2.5-SNAPSHOT diff --git a/sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml b/sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml index 73990136d5..91f09ca45d 100644 --- a/sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/performance/performance-test/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 2.0-SNAPSHOT + 2.5-SNAPSHOT itest-performance-test Apache Tuscany SCA iTest Performance Test @@ -32,25 +32,25 @@ org.apache.tuscany.sca tuscany-base-runtime-pom pom - 2.0-SNAPSHOT + 2.5-SNAPSHOT org.apache.tuscany.sca tuscany-binding-ws-runtime-axis2 - 2.0-SNAPSHOT + 2.5-SNAPSHOT org.apache.tuscany.sca tuscany-host-jetty - 2.0-SNAPSHOT + 2.5-SNAPSHOT org.apache.tuscany.sca tuscany-policy-logging - 2.0-SNAPSHOT + 2.5-SNAPSHOT diff --git a/sca-java-2.x/trunk/testing/itest/performance/performance-test/src/test/java/org/apache/tuscany/sca/test/performance/PerformanceTestCase.java b/sca-java-2.x/trunk/testing/itest/performance/performance-test/src/test/java/org/apache/tuscany/sca/test/performance/PerformanceTestCase.java index d05ed1fd74..cff64f11c7 100644 --- a/sca-java-2.x/trunk/testing/itest/performance/performance-test/src/test/java/org/apache/tuscany/sca/test/performance/PerformanceTestCase.java +++ b/sca-java-2.x/trunk/testing/itest/performance/performance-test/src/test/java/org/apache/tuscany/sca/test/performance/PerformanceTestCase.java @@ -292,7 +292,7 @@ public class PerformanceTestCase { public void installContribution() { try { - node.installContribution("performance", "../performance-contribution1/target/itest-performance-contribution1-2.0-SNAPSHOT.jar", null, null); + node.installContribution("performance", "../performance-contribution1/target/itest-performance-contribution1-2.5-SNAPSHOT.jar", null, null); } catch (Exception ex){ ex.printStackTrace(); } diff --git a/sca-java-2.x/trunk/testing/itest/performance/pom.xml b/sca-java-2.x/trunk/testing/itest/performance/pom.xml index 11bae8971e..4306f0fc32 100644 --- a/sca-java-2.x/trunk/testing/itest/performance/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/performance/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 2.0-SNAPSHOT + 2.5-SNAPSHOT ../pom.xml itest-performance -- cgit v1.2.3