diff options
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml index 45c021aa82..95069f0c57 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/site/updatesite/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-eclipse-tools</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>org.apache.tuscany.sca.updatesite</artifactId> @@ -36,12 +36,12 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>org.apache.tuscany.sca.core</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>org.apache.tuscany.sca.feature.core</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </dependency> </dependencies> |