summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/tutorials
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-11-13 00:03:10 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-11-13 00:03:10 +0000
commit406ea6abca2e1f1620a1774875142b1179ce867d (patch)
tree67b2a84d79f37a9cdd1afb06555eb195e22ba24d /branches/sca-equinox/tutorials
parent70d4e6049790789d4600b5ad65262543d05210da (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/tutorials')
-rw-r--r--branches/sca-equinox/tutorials/pom.xml2
-rw-r--r--branches/sca-equinox/tutorials/store/assets/pom.xml8
-rw-r--r--branches/sca-equinox/tutorials/store/catalog-ejb/pom.xml2
-rw-r--r--branches/sca-equinox/tutorials/store/catalog-mediation/pom.xml8
-rw-r--r--branches/sca-equinox/tutorials/store/catalog-webapp/pom.xml12
-rw-r--r--branches/sca-equinox/tutorials/store/domain/pom.xml30
-rw-r--r--branches/sca-equinox/tutorials/store/pom.xml2
-rw-r--r--branches/sca-equinox/tutorials/store/store-client/pom.xml20
-rw-r--r--branches/sca-equinox/tutorials/store/store-db/pom.xml6
-rw-r--r--branches/sca-equinox/tutorials/store/store-eu/pom.xml6
-rw-r--r--branches/sca-equinox/tutorials/store/store-market/build.xml2
-rw-r--r--branches/sca-equinox/tutorials/store/store-market/pom.xml6
-rw-r--r--branches/sca-equinox/tutorials/store/store-mashup/pom.xml6
-rw-r--r--branches/sca-equinox/tutorials/store/store-merger/pom.xml6
-rw-r--r--branches/sca-equinox/tutorials/store/store-supplier/pom.xml6
-rw-r--r--branches/sca-equinox/tutorials/store/store-test/pom.xml38
-rw-r--r--branches/sca-equinox/tutorials/store/store/pom.xml6
-rw-r--r--branches/sca-equinox/tutorials/store/web-services/pom.xml6
18 files changed, 86 insertions, 86 deletions
diff --git a/branches/sca-equinox/tutorials/pom.xml b/branches/sca-equinox/tutorials/pom.xml
index 7491bc88cf..7978c90e79 100644
--- a/branches/sca-equinox/tutorials/pom.xml
+++ b/branches/sca-equinox/tutorials/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>tuscany-tutorials</artifactId>
diff --git a/branches/sca-equinox/tutorials/store/assets/pom.xml b/branches/sca-equinox/tutorials/store/assets/pom.xml
index 4902105703..420a07ed6f 100644
--- a/branches/sca-equinox/tutorials/store/assets/pom.xml
+++ b/branches/sca-equinox/tutorials/store/assets/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-assets</artifactId>
@@ -39,13 +39,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-data-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
<dependency>
@@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/catalog-ejb/pom.xml b/branches/sca-equinox/tutorials/store/catalog-ejb/pom.xml
index a71c71a708..45bc053843 100644
--- a/branches/sca-equinox/tutorials/store/catalog-ejb/pom.xml
+++ b/branches/sca-equinox/tutorials/store/catalog-ejb/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/branches/sca-equinox/tutorials/store/catalog-mediation/pom.xml b/branches/sca-equinox/tutorials/store/catalog-mediation/pom.xml
index 504908a9ab..2de6fc56cf 100644
--- a/branches/sca-equinox/tutorials/store/catalog-mediation/pom.xml
+++ b/branches/sca-equinox/tutorials/store/catalog-mediation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-catalog-mediation</artifactId>
@@ -39,13 +39,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tutorial-assets</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tutorial-catalog-ejb</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
<dependency>
@@ -76,7 +76,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/catalog-webapp/pom.xml b/branches/sca-equinox/tutorials/store/catalog-webapp/pom.xml
index 80a8861a99..b689d869ab 100644
--- a/branches/sca-equinox/tutorials/store/catalog-webapp/pom.xml
+++ b/branches/sca-equinox/tutorials/store/catalog-webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-catalog-webapp</artifactId>
@@ -40,27 +40,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</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-node-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tutorial-assets</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>
<scope>runtime</scope>
</dependency>
@@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/domain/pom.xml b/branches/sca-equinox/tutorials/store/domain/pom.xml
index be3c8c38c9..b36352cd43 100644
--- a/branches/sca-equinox/tutorials/store/domain/pom.xml
+++ b/branches/sca-equinox/tutorials/store/domain/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-domain</artifactId>
@@ -39,90 +39,90 @@
<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>
<scope>runtime</scope>
</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-implementation-java-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-widget-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>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom-abdera</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-jsonrpc-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-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-binding-ws-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-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-ejb-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-ejb</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -154,7 +154,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<configuration>
diff --git a/branches/sca-equinox/tutorials/store/pom.xml b/branches/sca-equinox/tutorials/store/pom.xml
index fd44a6d3b3..4d7b23e211 100644
--- a/branches/sca-equinox/tutorials/store/pom.xml
+++ b/branches/sca-equinox/tutorials/store/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorials</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-tutorial-store</artifactId>
diff --git a/branches/sca-equinox/tutorials/store/store-client/pom.xml b/branches/sca-equinox/tutorials/store/store-client/pom.xml
index bfcc1a912b..f106b6009e 100644
--- a/branches/sca-equinox/tutorials/store/store-client/pom.xml
+++ b/branches/sca-equinox/tutorials/store/store-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-client</artifactId>
@@ -39,52 +39,52 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-data-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-node-api</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-implementation-java-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-atom-abdera</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-ws-axis2</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -108,7 +108,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/store-db/pom.xml b/branches/sca-equinox/tutorials/store/store-db/pom.xml
index b3ec4949ab..5599180837 100644
--- a/branches/sca-equinox/tutorials/store/store-db/pom.xml
+++ b/branches/sca-equinox/tutorials/store/store-db/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-db</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/store-eu/pom.xml b/branches/sca-equinox/tutorials/store/store-eu/pom.xml
index b689c888e6..f4ad1cd775 100644
--- a/branches/sca-equinox/tutorials/store/store-eu/pom.xml
+++ b/branches/sca-equinox/tutorials/store/store-eu/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-eu</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/store-market/build.xml b/branches/sca-equinox/tutorials/store/store-market/build.xml
index a6b0b461b1..9244952305 100644
--- a/branches/sca-equinox/tutorials/store/store-market/build.xml
+++ b/branches/sca-equinox/tutorials/store/store-market/build.xml
@@ -46,7 +46,7 @@
</target>
<fileset id="tuscany.jars" dir="../../modules">
- <include name="tuscany-sca-api-1.4-SNAPSHOT.jar"/>
+ <include name="tuscany-sca-api-1.4-EQUINOX-SNAPSHOT.jar"/>
</fileset>
<fileset id="3rdparty.jars" dir="../../lib">
</fileset>
diff --git a/branches/sca-equinox/tutorials/store/store-market/pom.xml b/branches/sca-equinox/tutorials/store/store-market/pom.xml
index 50a931ead3..1283770951 100644
--- a/branches/sca-equinox/tutorials/store/store-market/pom.xml
+++ b/branches/sca-equinox/tutorials/store/store-market/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-market</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/store-mashup/pom.xml b/branches/sca-equinox/tutorials/store/store-mashup/pom.xml
index 475620e99f..748dc1cece 100644
--- a/branches/sca-equinox/tutorials/store/store-mashup/pom.xml
+++ b/branches/sca-equinox/tutorials/store/store-mashup/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-mashup</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/store-merger/pom.xml b/branches/sca-equinox/tutorials/store/store-merger/pom.xml
index 5a0b6f6dec..6e64c10c69 100644
--- a/branches/sca-equinox/tutorials/store/store-merger/pom.xml
+++ b/branches/sca-equinox/tutorials/store/store-merger/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-merger</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/store-supplier/pom.xml b/branches/sca-equinox/tutorials/store/store-supplier/pom.xml
index cc0cfdd630..37bdb26de8 100644
--- a/branches/sca-equinox/tutorials/store/store-supplier/pom.xml
+++ b/branches/sca-equinox/tutorials/store/store-supplier/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-supplier</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/store-test/pom.xml b/branches/sca-equinox/tutorials/store/store-test/pom.xml
index e3ea3e6ec4..b5db027f7b 100644
--- a/branches/sca-equinox/tutorials/store/store-test/pom.xml
+++ b/branches/sca-equinox/tutorials/store/store-test/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store-test</artifactId>
@@ -39,108 +39,108 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-data-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-node-api</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>
<scope>runtime</scope>
</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-implementation-java-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-widget-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>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom-abdera</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-jsonrpc-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-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-binding-ws-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-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-ejb-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-ejb</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -161,7 +161,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tutorial-store-supplier</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -186,7 +186,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/store/pom.xml b/branches/sca-equinox/tutorials/store/store/pom.xml
index 232b9901f7..993e0cd90b 100644
--- a/branches/sca-equinox/tutorials/store/store/pom.xml
+++ b/branches/sca-equinox/tutorials/store/store/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-store</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/branches/sca-equinox/tutorials/store/web-services/pom.xml b/branches/sca-equinox/tutorials/store/web-services/pom.xml
index 43cc88510e..992d9a62b6 100644
--- a/branches/sca-equinox/tutorials/store/web-services/pom.xml
+++ b/branches/sca-equinox/tutorials/store/web-services/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tutorial-store</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tutorial-web-services</artifactId>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<executions>
<execution>
<goals>