diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml | 4 | ||||
-rw-r--r-- | branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml b/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml index d30a69f090..6adc914504 100644 --- a/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml +++ b/branches/sca-java-1.3.2/tools/eclipse/features/feature/feature.xml @@ -60,12 +60,12 @@ Unless required by applicable law or agreed to in writing, software distributed unpack="false"/> <data - id="runtime/apache-tuscany-sca-1.3.1-SNAPSHOT.jar" + id="runtime/apache-tuscany-sca-1.3.2-SNAPSHOT.jar" download-size="0" install-size="0"/> <data - id="src/apache-tuscany-sca-1.3.1-SNAPSHOT-src.zip" + id="src/apache-tuscany-sca-1.3.2-SNAPSHOT-src.zip" download-size="0" install-size="0"/> diff --git a/branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml b/branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml index 64a1ca804c..98a9caf55b 100644 --- a/branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml +++ b/branches/sca-java-1.3.2/tools/eclipse/features/feature/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-eclipse-tools</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>org.apache.tuscany.sca.feature</artifactId> |