summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-atom/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 05:32:20 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 05:32:20 +0000
commit5e7455f8b1459bbd65ce6437116b825c21bd07c4 (patch)
tree6d11f10573c2735c88cb4b57da55bb78dfb8abbc /java/sca/modules/binding-atom/pom.xml
parent65f2549dcd337411a48af55095c6b07bd4e7fba2 (diff)
Starting to bring up the Atom binding by updating the pom versionIds
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-atom/pom.xml')
-rw-r--r--java/sca/modules/binding-atom/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/java/sca/modules/binding-atom/pom.xml b/java/sca/modules/binding-atom/pom.xml
index 121bf0d137..54fff94723 100644
--- a/java/sca/modules/binding-atom/pom.xml
+++ b/java/sca/modules/binding-atom/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,22 +33,22 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<scope>test</scope>
- </dependency>
+ </dependency-->
<dependency>
<groupId>junit</groupId>