diff options
author | Roberto E. Escobar | 2014-09-26 15:44:38 -0400 |
---|---|---|
committer | Roberto E. Escobar | 2014-09-26 15:44:38 -0400 |
commit | a53850c34fe8e03790e8b5b89aa2b1d6c9e48273 (patch) | |
tree | f02276a5192bb17ac87010b86a8f14c3144f402b /plugins/org.eclipse.osee.client.all.product | |
parent | 75e501d19b8cf1b8a51567a86d5136bf4a45b6c7 (diff) | |
download | org.eclipse.osee-a53850c34fe8e03790e8b5b89aa2b1d6c9e48273.tar.gz org.eclipse.osee-a53850c34fe8e03790e8b5b89aa2b1d6c9e48273.tar.xz org.eclipse.osee-a53850c34fe8e03790e8b5b89aa2b1d6c9e48273.zip |
refactor: Update build numbers to 0.18.1
Change-Id: Ibcb47b5df487d459584bec8777b81c064d715417
Diffstat (limited to 'plugins/org.eclipse.osee.client.all.product')
-rw-r--r-- | plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product | 2 | ||||
-rw-r--r-- | plugins/org.eclipse.osee.client.all.product/pom.xml | 4 |
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 1b9b50009d..6fd3e40b5e 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.18.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.18.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 16df3bc575..d185658e91 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.18.0-SNAPSHOT</version> + <version>0.18.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.18.0-SNAPSHOT</version> + <version>0.18.1-SNAPSHOT</version> <build> <plugins> |