summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF2
-rw-r--r--branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF b/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF
index 63215d7c6f..76cbc485f4 100644
--- a/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF
+++ b/branches/sca-java-1.5.1/tools/eclipse/features/core/META-INF/MANIFEST.MF
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Apache Tuscany SCA Tools Core Feature
Bundle-SymbolicName: org.apache.tuscany.sca.feature.core
-Bundle-Version: 1.4.0
+Bundle-Version: 1.5.1
Bundle-Vendor: Apache Software Foundation
diff --git a/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java b/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
index 46abe6f99c..6c83ea057d 100644
--- a/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
+++ b/branches/sca-java-1.5.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
@@ -47,7 +47,7 @@ public class ClasspathUtil {
private static final String TUSCANY_RUNTIME_LIBRARIES = "org.apache.tuscany.sca.core.runtimeLibraries";
private static final String TUSCANY_FEATURE = "org.apache.tuscany.sca.feature.core";
- private static final String TUSCANY_VERSION = "1.5.0";
+ private static final String TUSCANY_VERSION = "1.5.1";
/**
* Return the installed runtime classpath entries.