summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/samples/implementation-crud-extension
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/samples/implementation-crud-extension
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/samples/implementation-crud-extension')
-rw-r--r--branches/sca-equinox/samples/implementation-crud-extension/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/branches/sca-equinox/samples/implementation-crud-extension/pom.xml b/branches/sca-equinox/samples/implementation-crud-extension/pom.xml
index 6a7bade0f1..1ed85d5c95 100644
--- a/branches/sca-equinox/samples/implementation-crud-extension/pom.xml
+++ b/branches/sca-equinox/samples/implementation-crud-extension/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-implementation-crud-extension</artifactId>
@@ -39,25 +39,25 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java-xml</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-spi</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EQUINOX-SNAPSHOT</version>
<scope>test</scope>
</dependency>