Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-03-15 17:29:00 +0000
committerrescobar2010-03-15 17:29:00 +0000
commit3ff5f41217dbca324393c78628c621ad58a013af (patch)
tree3a512cb31fb214e5c94faa00c216ac5faee100f6 /features/org.eclipse.osee.framework.feature
parent2870dadca8035b25fb6ba4d6bd64a151edfa819d (diff)
downloadorg.eclipse.osee-3ff5f41217dbca324393c78628c621ad58a013af.tar.gz
org.eclipse.osee-3ff5f41217dbca324393c78628c621ad58a013af.tar.xz
org.eclipse.osee-3ff5f41217dbca324393c78628c621ad58a013af.zip
Updated version numbers
Diffstat (limited to 'features/org.eclipse.osee.framework.feature')
-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 063d26250ae..ad562d4805f 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.2.qualifier"
+ version="0.9.3.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.2.qualifier" match="greaterOrEqual"/>
- <import feature="org.eclipse.osee.core.feature" version="0.9.2.qualifier"/>
+ <import feature="org.eclipse.osee.core.runtime.feature" version="0.9.3.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.osee.core.feature" version="0.9.3.qualifier"/>
</requires>
<plugin

Back to the top