Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2017-03-06 16:53:15 +0000
committerdonald.g.dunne2017-03-06 16:53:15 +0000
commit4d34cfa78b79df14d37ef31eeb51013f0554573d (patch)
treec16a86836aa4076a7ff9081c5668445842c663be /plugins/org.eclipse.osee.runtime.p2/pom.xml
parentd256663f65a03466a88a597dd54d987bcea9c452 (diff)
downloadorg.eclipse.osee-4d34cfa78b79df14d37ef31eeb51013f0554573d.tar.gz
org.eclipse.osee-4d34cfa78b79df14d37ef31eeb51013f0554573d.tar.xz
org.eclipse.osee-4d34cfa78b79df14d37ef31eeb51013f0554573d.zip
refactor: Update build numbers to 0.25.0
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 b76404af070..bf57e4e8167 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.24.4-SNAPSHOT</version>
+ <version>0.25.0-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.24.4-SNAPSHOT</version>
+ <version>0.25.0-SNAPSHOT</version>
<build>
<plugins>

Back to the top