Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-10-31 19:23:19 +0000
committerRoberto E. Escobar2013-11-25 23:45:28 +0000
commitc4f67af4a1438b08fff0e55c0e63597300e265ca (patch)
tree02acded3a844054c2e61972c5e7a5919fa178000 /features/org.eclipse.osee.framework.ui.feature
parent80d977c636be498b7d7f8b5605a0fa87931a03c5 (diff)
downloadorg.eclipse.osee-c4f67af4a1438b08fff0e55c0e63597300e265ca.tar.gz
org.eclipse.osee-c4f67af4a1438b08fff0e55c0e63597300e265ca.tar.xz
org.eclipse.osee-c4f67af4a1438b08fff0e55c0e63597300e265ca.zip
refactor: Update build numbers to 0.16.0
Diffstat (limited to 'features/org.eclipse.osee.framework.ui.feature')
-rw-r--r--features/org.eclipse.osee.framework.ui.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.framework.ui.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.framework.ui.feature/feature.xml b/features/org.eclipse.osee.framework.ui.feature/feature.xml
index 4ac2c6d5234..7516c48b827 100644
--- a/features/org.eclipse.osee.framework.ui.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.ui.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.framework.ui.feature"
label="%featureName"
- version="0.15.0.qualifier"
+ version="0.16.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.osee.framework.ui.product">
diff --git a/features/org.eclipse.osee.framework.ui.feature/pom.xml b/features/org.eclipse.osee.framework.ui.feature/pom.xml
index 2ab044479df..8f23678a486 100644
--- a/features/org.eclipse.osee.framework.ui.feature/pom.xml
+++ b/features/org.eclipse.osee.framework.ui.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.15.0-SNAPSHOT</version>
+ <version>0.16.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top