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 /plugins/org.eclipse.osee.runtime.parent/pom.xml
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 'plugins/org.eclipse.osee.runtime.parent/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.runtime.parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.runtime.parent/pom.xml b/plugins/org.eclipse.osee.runtime.parent/pom.xml
index cad94897af6..b3905c97eec 100644
--- a/plugins/org.eclipse.osee.runtime.parent/pom.xml
+++ b/plugins/org.eclipse.osee.runtime.parent/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ide.parent</artifactId>
- <version>0.15.0-SNAPSHOT</version>
+ <version>0.16.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ide.parent</relativePath>
</parent>
@@ -14,7 +14,7 @@
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
<packaging>pom</packaging>
<name>OSEE Runtime - Parent (Incubation)</name>
- <version>0.15.0-SNAPSHOT</version>
+ <version>0.16.0-SNAPSHOT</version>
<modules>
<module>../../features/org.eclipse.osee.core.runtime.feature</module>

Back to the top