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.framework.feature
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.framework.feature')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.framework.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index 16c09f79e21..e4ad5a9f901 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.9.qualifier"
+ version="0.10.0.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.framework.feature/pom.xml b/features/org.eclipse.osee.framework.feature/pom.xml
index 5880a669f5d..83b3431c671 100644
--- a/features/org.eclipse.osee.framework.feature/pom.xml
+++ b/features/org.eclipse.osee.framework.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top