summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/samples/spi-implementation-pojo/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-19 19:27:49 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-19 19:27:49 +0000
commit2df660969636dc26604f288c45ef58118d54265d (patch)
tree6f7300d5a2b7fdc92d3af5b6a7fd9ebbf9e0b53f /sca-java-1.x/branches/sca-java-1.6/samples/spi-implementation-pojo/pom.xml
parent56b8b711b7215adb7584965d77a0e0d7592549f7 (diff)
Reverting pom changes from revision 900902 which accidentally changed artifactId from 1.6-SNAPSHOT to 1.6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/samples/spi-implementation-pojo/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/spi-implementation-pojo/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/spi-implementation-pojo/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/spi-implementation-pojo/pom.xml
index 09aba0b27c..4be056cea2 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/spi-implementation-pojo/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/spi-implementation-pojo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-spi-implementation-java</artifactId>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-extension-helper</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>