Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.framework.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index 3c9d501acc1..52ad46e5e50 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.framework.feature"
label="%featureName"
- version="0.9.4.qualifier"
+ version="0.9.5.qualifier"
provider-name="%providerName">
<description>
@@ -49,8 +49,8 @@
<import plugin="org.eclipse.core.filesystem"/>
<import plugin="org.eclipse.osee.framework.ui.plugin"/>
<import plugin="org.eclipse.core.jobs"/>
- <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.4.qualifier" match="greaterOrEqual"/>
- <import feature="org.eclipse.osee.core.feature" version="0.9.4.qualifier"/>
+ <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.5.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.osee.core.feature" version="0.9.5.qualifier"/>
</requires>
<plugin

Back to the top