summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/performance/performance-test/src/test/java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2012-07-22 01:50:41 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2012-07-22 01:50:41 +0000
commit71f31490fcdbc04329c6b095cc410342adce6315 (patch)
tree5c7a9a5e6b72f6d4f433865dc80c773aaa1c75bf /sca-java-2.x/trunk/testing/itest/performance/performance-test/src/test/java
parentcb5b5c491475c0b273ca4dcfa4f6fdb65c0b2a7d (diff)
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
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/performance/performance-test/src/test/java')
-rw-r--r--sca-java-2.x/trunk/testing/itest/performance/performance-test/src/test/java/org/apache/tuscany/sca/test/performance/PerformanceTestCase.java2
1 files changed, 1 insertions, 1 deletions
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();
}