Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-04-15 18:10:34 +0000
committerRoberto E. Escobar2013-06-17 23:08:51 +0000
commit819d014f1f1bfd5523cc3e3f76bdce8d6ac70497 (patch)
tree84363cdbbe8176941f1cb4938249d926a67b33b2 /plugins/org.eclipse.osee.client.all.product
parent7d934b7690f11e824a8ea1609ae13d221b8d0f44 (diff)
downloadorg.eclipse.osee-819d014f1f1bfd5523cc3e3f76bdce8d6ac70497.tar.gz
org.eclipse.osee-819d014f1f1bfd5523cc3e3f76bdce8d6ac70497.tar.xz
org.eclipse.osee-819d014f1f1bfd5523cc3e3f76bdce8d6ac70497.zip
refactor: Update build numbers to 0.11.1
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 acc48934677..bf451494765 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.11.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.11.1.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 58d3595436f..cfd77d3bcf5 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.11.0-SNAPSHOT</version>
+ <version>0.11.1-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.11.0-SNAPSHOT</version>
+ <version>0.11.1-SNAPSHOT</version>
<build>
<plugins>

Back to the top