Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2015-03-13 21:00:25 +0000
committerAngel Avila2015-03-13 21:00:25 +0000
commitfa93607489b6cd8570cc1eeadbf7569ce8d971c4 (patch)
treebdc0cfaa03396d02ec19509a95e779378c9988bd /features/org.eclipse.osee.framework.ui.feature
parenta178be8d3206de7635534e7f5ab010dd8a079494 (diff)
downloadorg.eclipse.osee-fa93607489b6cd8570cc1eeadbf7569ce8d971c4.tar.gz
org.eclipse.osee-fa93607489b6cd8570cc1eeadbf7569ce8d971c4.tar.xz
org.eclipse.osee-fa93607489b6cd8570cc1eeadbf7569ce8d971c4.zip
refactor: Update build numbers to 0.20.1
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 c7ba1df803e..928b82459be 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.20.0.qualifier"
+ version="0.20.1.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 a8fbd0181c3..2989a215588 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.20.0-SNAPSHOT</version>
+ <version>0.20.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top