Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2015-12-08 18:06:56 +0000
committerRyan D. Brooks2015-12-08 18:06:56 +0000
commit1039339652682913020bd9216e927f65b29b7e56 (patch)
treee21fc449e2688e985988de11e7b020ce62f063d3 /plugins/org.eclipse.osee.ote.rdt.parent
parentc84b9f5b917385ab91a13b7d8792f84b6cb3455f (diff)
downloadorg.eclipse.osee-1039339652682913020bd9216e927f65b29b7e56.tar.gz
org.eclipse.osee-1039339652682913020bd9216e927f65b29b7e56.tar.xz
org.eclipse.osee-1039339652682913020bd9216e927f65b29b7e56.zip
refactor: Update build numbers to 0.24.0
Diffstat (limited to 'plugins/org.eclipse.osee.ote.rdt.parent')
-rw-r--r--plugins/org.eclipse.osee.ote.rdt.parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ote.rdt.parent/pom.xml b/plugins/org.eclipse.osee.ote.rdt.parent/pom.xml
index a531fe51bc0..3ef905a6500 100644
--- a/plugins/org.eclipse.osee.ote.rdt.parent/pom.xml
+++ b/plugins/org.eclipse.osee.ote.rdt.parent/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ide.parent</artifactId>
- <version>0.23.1-SNAPSHOT</version>
+ <version>0.24.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ide.parent</relativePath>
</parent>
@@ -14,7 +14,7 @@
<artifactId>org.eclipse.osee.ote.rdt.parent</artifactId>
<packaging>pom</packaging>
<name>OSEE OTE - Parent (Incubation)</name>
- <version>0.23.1-SNAPSHOT</version>
+ <version>0.24.0-SNAPSHOT</version>
<modules>
<module>../../plugins/org.eclipse.osee.framework.ui.workspacebundleloader</module>

Back to the top