Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-12-13 17:42:08 +0000
committerRyan D. Brooks2010-12-13 17:42:08 +0000
commite1632026cf59b6fc68c31e68b264624dae6a7eb5 (patch)
treeef83df092be5ea5ae4898ff43c41e88542715df8 /features/org.eclipse.osee.core.ui.feature/feature.xml
parent2bd6c0d40da0999a5a7e6d9f12d038d00576a702 (diff)
downloadorg.eclipse.osee-e1632026cf59b6fc68c31e68b264624dae6a7eb5.tar.gz
org.eclipse.osee-e1632026cf59b6fc68c31e68b264624dae6a7eb5.tar.xz
org.eclipse.osee-e1632026cf59b6fc68c31e68b264624dae6a7eb5.zip
refactor: Update build numbers to 0.9.8
Diffstat (limited to 'features/org.eclipse.osee.core.ui.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.core.ui.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.core.ui.feature/feature.xml b/features/org.eclipse.osee.core.ui.feature/feature.xml
index 82e1a42228b..28cbc3a2b49 100644
--- a/features/org.eclipse.osee.core.ui.feature/feature.xml
+++ b/features/org.eclipse.osee.core.ui.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.core.ui.feature"
label="%featureName"
- version="0.9.7.qualifier"
+ version="0.9.8.qualifier"
provider-name="%providerName">
<description>
@@ -48,7 +48,7 @@
<import plugin="org.eclipse.team.ui"/>
<import plugin="org.eclipse.team.svn.core"/>
<import plugin="org.eclipse.team.svn.ui"/>
- <import feature="org.eclipse.osee.core.feature" version="0.9.7.qualifier"/>
+ <import feature="org.eclipse.osee.core.feature" version="0.9.8.qualifier"/>
</requires>
<plugin

Back to the top