diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-09-26 21:53:40 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-09-26 21:53:40 +0000 |
commit | be0a1462c44aff76c2e62796c94fe2532f4aa45e (patch) | |
tree | 67c60d517f79f7d8fecc97a956ab3efe711906b1 /sca-java-2.x/branches/2.0/testing/itest/interfaces | |
parent | e5b7380c874745c989d1816b8f552504f038e1bc (diff) |
Set artifact version to 2.0.1-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1526720 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/2.0/testing/itest/interfaces/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/branches/2.0/testing/itest/interfaces/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/interfaces/pom.xml index 95229c068a..a539f2353c 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/interfaces/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/interfaces/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-itest</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>itest-interfaces</artifactId> @@ -33,7 +33,7 @@ <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime-pom</artifactId> <type>pom</type> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> </dependency> </dependencies> </project> |