diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2012-07-22 01:50:41 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2012-07-22 01:50:41 +0000 |
commit | 71f31490fcdbc04329c6b095cc410342adce6315 (patch) | |
tree | 5c7a9a5e6b72f6d4f433865dc80c773aaa1c75bf /sca-java-2.x/trunk/testing/itest/performance | |
parent | cb5b5c491475c0b273ca4dcfa4f6fdb65c0b2a7d (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')
4 files changed, 11 insertions, 11 deletions
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 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</parent>
<artifactId>itest-performance-contribution1</artifactId>
<name>Apache Tuscany SCA iTest Performance Contribution1</name>
@@ -32,19 +32,19 @@ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
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 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</parent>
<artifactId>itest-performance-test</artifactId>
<name>Apache Tuscany SCA iTest Performance Test</name>
@@ -32,25 +32,25 @@ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-logging</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
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 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-performance</artifactId>
|