Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.experimental-sdk-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.experimental-sdk-feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.experimental-sdk-feature/feature.xml b/org.eclipse.mylyn.experimental-sdk-feature/feature.xml
index 716c6232..6c6f2b7e 100644
--- a/org.eclipse.mylyn.experimental-sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.experimental-sdk-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn.experimental_sdk_feature"
label="%featureName"
- version="3.7.0.qualifier"
+ version="3.8.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.sandbox.ui">
@@ -29,9 +29,9 @@
</license>
<requires>
- <import feature="org.eclipse.mylyn.monitor_feature" version="3.7.0" match="compatible"/>
- <import feature="org.eclipse.mylyn.sandbox.ui_feature" version="3.7.0" match="compatible"/>
- <import feature="org.eclipse.mylyn.web.tasks_feature" version="3.7.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn.monitor_feature" version="3.8.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn.sandbox.ui_feature" version="3.8.0" match="compatible"/>
+ <import feature="org.eclipse.mylyn.web.tasks_feature" version="3.8.0" match="compatible"/>
</requires>
<plugin

Back to the top