Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2015-09-14 16:17:36 +0000
committerRyan D. Brooks2015-09-14 16:17:36 +0000
commit5a7e103989bc3c5f82acad7afa07dfd057598605 (patch)
tree4b64cb12ca849b9d5baf96fa50624dafd1038cea /plugins/org.eclipse.osee.ats.p2/pom.xml
parentd2902356369f318e057fc4dd338b08e97eb330e1 (diff)
downloadorg.eclipse.osee-5a7e103989bc3c5f82acad7afa07dfd057598605.tar.gz
org.eclipse.osee-5a7e103989bc3c5f82acad7afa07dfd057598605.tar.xz
org.eclipse.osee-5a7e103989bc3c5f82acad7afa07dfd057598605.zip
refactor: Update build numbers to 0.24.0
Diffstat (limited to 'plugins/org.eclipse.osee.ats.p2/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.ats.p2/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.p2/pom.xml b/plugins/org.eclipse.osee.ats.p2/pom.xml
index 74b30a83921..e4c23f03509 100644
--- a/plugins/org.eclipse.osee.ats.p2/pom.xml
+++ b/plugins/org.eclipse.osee.ats.p2/pom.xml
@@ -6,14 +6,14 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ats.parent</artifactId>
- <version>0.23.1-SNAPSHOT</version>
+ <version>0.24.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ats.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.ats.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE ATS - p2 Site </name>
- <version>0.23.1-SNAPSHOT</version>
+ <version>0.24.0-SNAPSHOT</version>
<!-- <build>
<plugins>

Back to the top