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/domain-node-hazelcast/src/test | |
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/domain-node-hazelcast/src/test')
2 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/domain-node-hazelcast/src/test/java/org/apache/tuscany/sca/impl/Node2TestCase.java b/sca-java-2.x/trunk/testing/itest/domain-node-hazelcast/src/test/java/org/apache/tuscany/sca/impl/Node2TestCase.java index 45dbec605a..e1730c4d25 100644 --- a/sca-java-2.x/trunk/testing/itest/domain-node-hazelcast/src/test/java/org/apache/tuscany/sca/impl/Node2TestCase.java +++ b/sca-java-2.x/trunk/testing/itest/domain-node-hazelcast/src/test/java/org/apache/tuscany/sca/impl/Node2TestCase.java @@ -56,7 +56,7 @@ public class Node2TestCase { @Test
public void remoteInstall() throws NoSuchServiceException, NoSuchDomainException, ContributionReadException, ActivationException, ValidationException {
Node node = TuscanyRuntime.newInstance().createNode("ImportTestCase");
- node.installContribution("https://repository.apache.org/content/groups/snapshots/org/apache/tuscany/sca/samples/helloworld/2.0-SNAPSHOT/helloworld-2.0-SNAPSHOT.jar");
+ node.installContribution("https://repository.apache.org/content/groups/snapshots/org/apache/tuscany/sca/samples/helloworld/2.5-SNAPSHOT/helloworld-2.5-SNAPSHOT.jar");
Assert.assertEquals(1, node.getInstalledContributionURIs().size());
Assert.assertEquals("helloworld", node.getInstalledContributionURIs().get(0));
@@ -69,7 +69,7 @@ public class Node2TestCase { TuscanyRuntime runtime = TuscanyRuntime.newInstance();
try {
Node nodeA = runtime.createNode("uri:DistributedInstall");
- nodeA.installContribution("https://repository.apache.org/content/groups/snapshots/org/apache/tuscany/sca/samples/helloworld/2.0-SNAPSHOT/helloworld-2.0-SNAPSHOT.jar");
+ nodeA.installContribution("https://repository.apache.org/content/groups/snapshots/org/apache/tuscany/sca/samples/helloworld/2.5-SNAPSHOT/helloworld-2.5-SNAPSHOT.jar");
nodeA.installContribution("src/test/resources/export.jar");
Assert.assertEquals(2, nodeA.getInstalledContributionURIs().size());
diff --git a/sca-java-2.x/trunk/testing/itest/domain-node-hazelcast/src/test/resources/test-domains/exploded/sample-helloworld/META-INF/maven/org.apache.tuscany.sca/sample-helloworld/pom.xml b/sca-java-2.x/trunk/testing/itest/domain-node-hazelcast/src/test/resources/test-domains/exploded/sample-helloworld/META-INF/maven/org.apache.tuscany.sca/sample-helloworld/pom.xml index e480d4f534..6d11bd23d3 100644 --- a/sca-java-2.x/trunk/testing/itest/domain-node-hazelcast/src/test/resources/test-domains/exploded/sample-helloworld/META-INF/maven/org.apache.tuscany.sca/sample-helloworld/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/domain-node-hazelcast/src/test/resources/test-domains/exploded/sample-helloworld/META-INF/maven/org.apache.tuscany.sca/sample-helloworld/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -51,7 +51,7 @@ <plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</plugin>
</plugins>
</build>
|