diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml')
-rw-r--r-- | sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml index c05d63dd2e..59fa04af55 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml @@ -24,11 +24,11 @@ <parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-withdeps</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld With Dependencies</name>
|