Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-07-30 23:02:35 +0000
committerRoberto E. Escobar2014-07-30 23:02:35 +0000
commit6cf1874cef72da1e034e61c6a55cfd0bfb910efe (patch)
tree0c306f65046d40ceef81746cb890043c723a1165 /features/org.eclipse.osee.framework.ui.feature
parentb42e14454995ae7c72368a6f94d989655e85f655 (diff)
downloadorg.eclipse.osee-6cf1874cef72da1e034e61c6a55cfd0bfb910efe.tar.gz
org.eclipse.osee-6cf1874cef72da1e034e61c6a55cfd0bfb910efe.tar.xz
org.eclipse.osee-6cf1874cef72da1e034e61c6a55cfd0bfb910efe.zip
refactor: Update build numbers to 0.17.2
Diffstat (limited to 'features/org.eclipse.osee.framework.ui.feature')
-rw-r--r--features/org.eclipse.osee.framework.ui.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.framework.ui.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.framework.ui.feature/feature.xml b/features/org.eclipse.osee.framework.ui.feature/feature.xml
index cd2e6bafac4..771e8c62891 100644
--- a/features/org.eclipse.osee.framework.ui.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.ui.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.framework.ui.feature"
label="%featureName"
- version="0.17.1.qualifier"
+ version="0.17.2.qualifier"
provider-name="%providerName"
plugin="org.eclipse.osee.framework.ui.product">
diff --git a/features/org.eclipse.osee.framework.ui.feature/pom.xml b/features/org.eclipse.osee.framework.ui.feature/pom.xml
index f4c36b5e257..bdf4c674236 100644
--- a/features/org.eclipse.osee.framework.ui.feature/pom.xml
+++ b/features/org.eclipse.osee.framework.ui.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.17.1-SNAPSHOT</version>
+ <version>0.17.2-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top