summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/maven/archetypes/policy
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/maven/archetypes/policy')
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml
index 5ba9c40d7b..7db94c1dbc 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
index bb0a069a3f..f3680551cb 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>${groupId}</groupId>
@@ -36,7 +36,7 @@
<artifactId>tuscany-core-runtime-pom</artifactId>
<type>pom</type>
<scope>provided</scope>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>