diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-13 00:03:10 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-13 00:03:10 +0000 |
commit | 406ea6abca2e1f1620a1774875142b1179ce867d (patch) | |
tree | 67b2a84d79f37a9cdd1afb06555eb195e22ba24d /branches/sca-equinox/samples/calculator-distributed | |
parent | 70d4e6049790789d4600b5ad65262543d05210da (diff) |
Updating artifact version to avoid dependenciy issues with artifacts from trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/samples/calculator-distributed')
-rw-r--r-- | branches/sca-equinox/samples/calculator-distributed/build.xml | 30 | ||||
-rw-r--r-- | branches/sca-equinox/samples/calculator-distributed/pom.xml | 20 |
2 files changed, 25 insertions, 25 deletions
diff --git a/branches/sca-equinox/samples/calculator-distributed/build.xml b/branches/sca-equinox/samples/calculator-distributed/build.xml index cccd22f3ae..069a473e90 100644 --- a/branches/sca-equinox/samples/calculator-distributed/build.xml +++ b/branches/sca-equinox/samples/calculator-distributed/build.xml @@ -30,9 +30,9 @@ source="1.5" target="1.5"> <classpath> - <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-launcher-1.4-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-sca-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-launcher-1.4-EQUINOX-SNAPSHOT.jar"/> </classpath> </javac> <copy todir="target/classes"> @@ -52,9 +52,9 @@ <pathelement path="src/main/resources"/> <pathelement path="target/classes"/> <pathelement path="target/${test.jar}"/> - <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-launcher-1.4-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-sca-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-launcher-1.4-EQUINOX-SNAPSHOT.jar"/> </classpath> </java> </target> @@ -66,9 +66,9 @@ <pathelement path="src/main/resources"/> <pathelement path="target/classes"/> <pathelement path="target/${test.jar}"/> - <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-launcher-1.4-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-sca-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-launcher-1.4-EQUINOX-SNAPSHOT.jar"/> </classpath> </java> </target> @@ -80,9 +80,9 @@ <pathelement path="src/main/resources"/> <pathelement path="target/classes"/> <pathelement path="target/${test.jar}"/> - <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-launcher-1.4-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-sca-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-launcher-1.4-EQUINOX-SNAPSHOT.jar"/> </classpath> </java> </target> @@ -94,9 +94,9 @@ <pathelement path="src/main/resources"/> <pathelement path="target/classes"/> <pathelement path="target/${test.jar}"/> - <pathelement location="../../modules/tuscany-sca-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-api-1.4-SNAPSHOT.jar"/> - <pathelement location="../../modules/tuscany-node2-launcher-1.4-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-sca-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-api-1.4-EQUINOX-SNAPSHOT.jar"/> + <pathelement location="../../modules/tuscany-node2-launcher-1.4-EQUINOX-SNAPSHOT.jar"/> </classpath> </java> </target> diff --git a/branches/sca-equinox/samples/calculator-distributed/pom.xml b/branches/sca-equinox/samples/calculator-distributed/pom.xml index 569fb37f14..056fd9c978 100644 --- a/branches/sca-equinox/samples/calculator-distributed/pom.xml +++ b/branches/sca-equinox/samples/calculator-distributed/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>sample-calculator-distributed</artifactId> @@ -40,53 +40,53 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-api</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-launcher</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-domain-manager</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-node-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-sca</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-sca-axis2</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-http-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-resource-runtime</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -100,7 +100,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-jetty</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4-EQUINOX-SNAPSHOT</version> <scope>test</scope> </dependency> |