Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.client.all.product/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.client.all.product/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.client.all.product/pom.xml b/plugins/org.eclipse.osee.client.all.product/pom.xml
index 550e88dabc2..16df3bc575b 100644
--- a/plugins/org.eclipse.osee.client.all.product/pom.xml
+++ b/plugins/org.eclipse.osee.client.all.product/pom.xml
@@ -6,14 +6,14 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.all.parent</artifactId>
- <version>0.17.2-SNAPSHOT</version>
+ <version>0.18.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.all.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.client.all.product</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE Client IDE - Product</name>
- <version>0.17.2-SNAPSHOT</version>
+ <version>0.18.0-SNAPSHOT</version>
<build>
<plugins>

Back to the top