Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2014-07-01 19:05:17 +0000
committerjmisinco2014-07-01 19:05:17 +0000
commit0ba49d03275bd878aada50eea25f55da1ad65fdf (patch)
tree84f4c0eed650bcca26188d3803e6c6848f632137 /plugins/org.eclipse.osee.x.parent
parent735a1d9e94bfa868a0761c08b6038198714c80cc (diff)
downloadorg.eclipse.osee-0ba49d03275bd878aada50eea25f55da1ad65fdf.tar.gz
org.eclipse.osee-0ba49d03275bd878aada50eea25f55da1ad65fdf.tar.xz
org.eclipse.osee-0ba49d03275bd878aada50eea25f55da1ad65fdf.zip
refactor: Update build numbers to 0.17.1
Diffstat (limited to 'plugins/org.eclipse.osee.x.parent')
-rw-r--r--plugins/org.eclipse.osee.x.parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.x.parent/pom.xml b/plugins/org.eclipse.osee.x.parent/pom.xml
index a46b51bd63b..7e5491d93bb 100644
--- a/plugins/org.eclipse.osee.x.parent/pom.xml
+++ b/plugins/org.eclipse.osee.x.parent/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.parent</artifactId>
- <version>0.17.0-SNAPSHOT</version>
+ <version>0.17.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.parent</relativePath>
</parent>
@@ -14,7 +14,7 @@
<artifactId>org.eclipse.osee.x.parent</artifactId>
<packaging>pom</packaging>
<name>OSEE X Master - Parent (Incubation)</name>
- <version>0.17.0-SNAPSHOT</version>
+ <version>0.17.1-SNAPSHOT</version>
<modules>
<module>../../plugins/org.eclipse.osee.x.core.parent</module>

Back to the top