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.runtime.p2/pom.xml
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.runtime.p2/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.runtime.p2/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.runtime.p2/pom.xml b/plugins/org.eclipse.osee.runtime.p2/pom.xml
index 7d143c2c40d..431ef673590 100644
--- a/plugins/org.eclipse.osee.runtime.p2/pom.xml
+++ b/plugins/org.eclipse.osee.runtime.p2/pom.xml
@@ -6,14 +6,14 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.17.0-SNAPSHOT</version>
+ <version>0.17.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.runtime.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE Runtime - p2 Site (Incubation)</name>
- <version>0.17.0-SNAPSHOT</version>
+ <version>0.17.1-SNAPSHOT</version>
<build>
<plugins>

Back to the top