Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-09-26 19:44:38 +0000
committerRyan T. Baldwin2014-09-26 19:44:38 +0000
commit2fa92b7f577ce0e5be8077eaeffefc8b7bf3dcc6 (patch)
tree3772bc01d20e5eaa16069143800268c956cf5124 /plugins/org.eclipse.osee.x.ats.parent
parent4737584329704c8ea003f7cb12bf41366fd43484 (diff)
downloadorg.eclipse.osee-2fa92b7f577ce0e5be8077eaeffefc8b7bf3dcc6.tar.gz
org.eclipse.osee-2fa92b7f577ce0e5be8077eaeffefc8b7bf3dcc6.tar.xz
org.eclipse.osee-2fa92b7f577ce0e5be8077eaeffefc8b7bf3dcc6.zip
refactor: Update build numbers to 0.18.1
Diffstat (limited to 'plugins/org.eclipse.osee.x.ats.parent')
-rw-r--r--plugins/org.eclipse.osee.x.ats.parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.x.ats.parent/pom.xml b/plugins/org.eclipse.osee.x.ats.parent/pom.xml
index d80047bddbd..b8007e263fa 100644
--- a/plugins/org.eclipse.osee.x.ats.parent/pom.xml
+++ b/plugins/org.eclipse.osee.x.ats.parent/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.parent</artifactId>
- <version>0.18.0-SNAPSHOT</version>
+ <version>0.18.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.parent</relativePath>
</parent>
@@ -14,7 +14,7 @@
<artifactId>org.eclipse.osee.x.ats.parent</artifactId>
<packaging>pom</packaging>
<name>OSEE X ATS - Parent (Incubation)</name>
- <version>0.18.0-SNAPSHOT</version>
+ <version>0.18.1-SNAPSHOT</version>
<modules>
<module>../../plugins/org.eclipse.osee.ats.api</module>

Back to the top