Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-09-25 17:53:21 +0000
committerAngel Avila2014-09-25 17:53:21 +0000
commita6f3ad0cdbcd51d0b8af7a02935f7a64b742759d (patch)
treed2a66d99d143b41b9dd3e29d6d4736e67fbd3481 /plugins/org.eclipse.osee.client.all.product
parent9661a61cc32d5a3077a17d63d61bb28a5933d656 (diff)
downloadorg.eclipse.osee-a6f3ad0cdbcd51d0b8af7a02935f7a64b742759d.tar.gz
org.eclipse.osee-a6f3ad0cdbcd51d0b8af7a02935f7a64b742759d.tar.xz
org.eclipse.osee-a6f3ad0cdbcd51d0b8af7a02935f7a64b742759d.zip
refactor: Update build numbers to 0.20.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 3df08d2f5cb..0eea1d7b04a 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.19.0.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.20.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 b8f24dc6158..39a27ca0220 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.19.0-SNAPSHOT</version>
+ <version>0.20.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.19.0-SNAPSHOT</version>
+ <version>0.20.0-SNAPSHOT</version>
<build>
<plugins>

Back to the top