Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-02-15 21:34:55 +0000
committerkwilk2012-02-15 21:34:55 +0000
commite0a188c196eca201b4a7714418c4c2062b86cfe3 (patch)
tree4b73ffe502b68e09861a3a2a15512bcd04e0e0a8 /features/org.eclipse.osee.client.ote.feature/feature.xml
parentc72cba75ecc1d256fd1e0dca729517ff52dc4467 (diff)
downloadorg.eclipse.osee-e0a188c196eca201b4a7714418c4c2062b86cfe3.tar.gz
org.eclipse.osee-e0a188c196eca201b4a7714418c4c2062b86cfe3.tar.xz
org.eclipse.osee-e0a188c196eca201b4a7714418c4c2062b86cfe3.zip
refactor: Update build numbers to 0.10.0
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 70264301da8..f071958e4ba 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.9.qualifier"
+ version="0.10.0.qualifier"
provider-name="%providerName">
<description>
@@ -47,7 +47,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.9" match="greaterOrEqual"/>
+ <import feature="org.eclipse.osee.core.runtime.feature" version="0.10.0.qualifier" match="greaterOrEqual"/>
<import plugin="javax.xml"/>
<import plugin="org.eclipse.osee.framework.ui.ws"/>
<import plugin="jms.libraries"/>

Back to the top