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.client.all.product
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.client.all.product')
-rw-r--r--plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product2
-rw-r--r--plugins/org.eclipse.osee.client.all.product/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product b/plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product
index de7776135da..64395826108 100644
--- a/plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product
+++ b/plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="OSEE IDE Client" uid="org.eclipse.osee.ide.id" id="org.eclipse.osee.framework.ui.product.osee" application="org.eclipse.ui.ide.workbench" version="0.24.4.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="OSEE IDE Client" uid="org.eclipse.osee.ide.id" id="org.eclipse.osee.framework.ui.product.osee" application="org.eclipse.ui.ide.workbench" version="0.25.0.qualifier" useFeatures="true" includeLaunchers="true">
<configIni use="default">
</configIni>
diff --git a/plugins/org.eclipse.osee.client.all.product/pom.xml b/plugins/org.eclipse.osee.client.all.product/pom.xml
index aec463d96cd..1182b88205f 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.24.4-SNAPSHOT</version>
+ <version>0.25.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.24.4-SNAPSHOT</version>
+ <version>0.25.0-SNAPSHOT</version>
<build>
<plugins>

Back to the top