Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-02-09 23:13:55 +0000
committerRyan D. Brooks2011-02-09 23:13:55 +0000
commitb2e96898815172f0c7abfd017375d215decf0290 (patch)
treec377ec6410f032680c4cd3c8e37799444af554a8 /features/org.eclipse.osee.client.feature/feature.xml
parent1d96285a47da8f19458757bd7731ddc7a5632e0e (diff)
downloadorg.eclipse.osee-b2e96898815172f0c7abfd017375d215decf0290.tar.gz
org.eclipse.osee-b2e96898815172f0c7abfd017375d215decf0290.tar.xz
org.eclipse.osee-b2e96898815172f0c7abfd017375d215decf0290.zip
refactor: Update build numbers to 0.9.9
Diffstat (limited to 'features/org.eclipse.osee.client.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.client.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.client.feature/feature.xml b/features/org.eclipse.osee.client.feature/feature.xml
index 91c7618f874..73df130c12a 100644
--- a/features/org.eclipse.osee.client.feature/feature.xml
+++ b/features/org.eclipse.osee.client.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.client.feature"
label="%featureName"
- version="0.9.8.qualifier"
+ version="0.9.9.qualifier"
provider-name="%providerName">
<description>
@@ -58,7 +58,7 @@
version="0.0.0"/>
<requires>
- <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.8.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.9.qualifier" match="greaterOrEqual"/>
</requires>
</feature>

Back to the top