Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2016-10-04 19:20:36 +0000
committerRyan T. Baldwin2016-10-04 19:20:36 +0000
commitdcbc9a93c04ea6773f76546500de4cf73313296b (patch)
tree0d5a857b9487130c47bc01401574dc67935404f7 /plugins/org.eclipse.osee.client.all.p2/pom.xml
parentd058f3de243036418f82004a2782b8bd152421b0 (diff)
downloadorg.eclipse.osee-dcbc9a93c04ea6773f76546500de4cf73313296b.tar.gz
org.eclipse.osee-dcbc9a93c04ea6773f76546500de4cf73313296b.tar.xz
org.eclipse.osee-dcbc9a93c04ea6773f76546500de4cf73313296b.zip
refactor: Update build numbers to 0.24.2
Diffstat (limited to 'plugins/org.eclipse.osee.client.all.p2/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.client.all.p2/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.client.all.p2/pom.xml b/plugins/org.eclipse.osee.client.all.p2/pom.xml
index 3240ed5aa2c..48e3b8b582f 100644
--- a/plugins/org.eclipse.osee.client.all.p2/pom.xml
+++ b/plugins/org.eclipse.osee.client.all.p2/pom.xml
@@ -6,14 +6,14 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.all.parent</artifactId>
- <version>0.24.1-SNAPSHOT</version>
+ <version>0.24.2-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.all.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.client.all.p2</artifactId>
<packaging>eclipse-repository</packaging>
<name>OSEE All Client - p2 Site </name>
- <version>0.24.1-SNAPSHOT</version>
+ <version>0.24.2-SNAPSHOT</version>
<build>
<plugins>

Back to the top