Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.core.sdk.feature/feature.xml')
-rw-r--r--features/org.eclipse.tcf.core.sdk.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.tcf.core.sdk.feature/feature.xml b/features/org.eclipse.tcf.core.sdk.feature/feature.xml
index 02e712ac0..d754d4a09 100644
--- a/features/org.eclipse.tcf.core.sdk.feature/feature.xml
+++ b/features/org.eclipse.tcf.core.sdk.feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.tcf.core.sdk.feature"
label="%featureName"
- version="1.3.0.qualifier"
+ version="1.4.0.qualifier"
provider-name="%featureProvider"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@@ -34,7 +34,7 @@
</url>
<requires>
- <import feature="org.eclipse.tcf.core.feature" version="1.3.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tcf.core.feature" version="1.4.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top