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 /features/org.eclipse.osee.framework.ui.feature
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 '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 7c7bce3ca44..4e532259979 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.19.0.qualifier"
+ version="0.20.0.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 0b657d66056..a8fbd0181c3 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.19.0-SNAPSHOT</version>
+ <version>0.20.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top