Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2017-02-06 18:21:13 +0000
committerdonald.g.dunne2017-02-06 18:24:39 +0000
commitb4d025d2d1cd7b66ada4c1637137769e709e10ef (patch)
treed39f979a6046326aa40b6a01f553eaad28634480 /plugins/org.eclipse.osee.client.all.product
parentfc46e622b418371a9ff0b294892064eee322ab5f (diff)
downloadorg.eclipse.osee-b4d025d2d1cd7b66ada4c1637137769e709e10ef.tar.gz
org.eclipse.osee-b4d025d2d1cd7b66ada4c1637137769e709e10ef.tar.xz
org.eclipse.osee-b4d025d2d1cd7b66ada4c1637137769e709e10ef.zip
refactor: Update build numbers to 0.24.4
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 e540782575b..de7776135da 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.3.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.24.4.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 3d5c7cc423e..aec463d96cd 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.3-SNAPSHOT</version>
+ <version>0.24.4-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.3-SNAPSHOT</version>
+ <version>0.24.4-SNAPSHOT</version>
<build>
<plugins>

Back to the top