Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.client.ote.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.client.ote.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.client.ote.feature/feature.xml b/features/org.eclipse.osee.client.ote.feature/feature.xml
index 6c9f14ad934..85cc84ac164 100644
--- a/features/org.eclipse.osee.client.ote.feature/feature.xml
+++ b/features/org.eclipse.osee.client.ote.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.client.ote.feature"
label="%featureName"
- version="0.9.5.qualifier"
+ version="0.9.6.qualifier"
provider-name="%providerName">
<description>
@@ -51,7 +51,7 @@
<import plugin="net.jini"/>
<import plugin="org.eclipse.osee.framework.ui.service.control"/>
<import plugin="org.eclipse.ui" version="3.4.2" match="greaterOrEqual"/>
- <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.5.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.6.qualifier" match="greaterOrEqual"/>
<import plugin="javax.xml"/>
<import plugin="org.eclipse.osee.framework.ui.ws"/>
<import plugin="jms.libraries"/>

Back to the top