Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-08-28 23:56:04 +0000
committerRoberto E. Escobar2014-08-28 23:56:04 +0000
commit022bdc82bb30e433c042ff966ccf79d722e84608 (patch)
tree8aa27a55da661c2cb8287d1d0a98c7f477f9b38e /plugins/org.eclipse.osee.ats.parent
parente746d2f414f7fcb14419d084706d6f9921d32bc3 (diff)
downloadorg.eclipse.osee-022bdc82bb30e433c042ff966ccf79d722e84608.tar.gz
org.eclipse.osee-022bdc82bb30e433c042ff966ccf79d722e84608.tar.xz
org.eclipse.osee-022bdc82bb30e433c042ff966ccf79d722e84608.zip
refactor: Update build numbers to 0.18.0
Diffstat (limited to 'plugins/org.eclipse.osee.ats.parent')
-rw-r--r--plugins/org.eclipse.osee.ats.parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.parent/pom.xml b/plugins/org.eclipse.osee.ats.parent/pom.xml
index e251e92dd01..511023b11e9 100644
--- a/plugins/org.eclipse.osee.ats.parent/pom.xml
+++ b/plugins/org.eclipse.osee.ats.parent/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ide.parent</artifactId>
- <version>0.17.2-SNAPSHOT</version>
+ <version>0.18.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ide.parent</relativePath>
</parent>
@@ -14,7 +14,7 @@
<artifactId>org.eclipse.osee.ats.parent</artifactId>
<packaging>pom</packaging>
<name>OSEE ATS - Parent (Incubation)</name>
- <version>0.17.2-SNAPSHOT</version>
+ <version>0.18.0-SNAPSHOT</version>
<modules>
<module>../../plugins/org.eclipse.osee.support.test.util</module>

Back to the top