Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2017-03-06 16:53:15 +0000
committerdonald.g.dunne2017-03-06 16:53:15 +0000
commit4d34cfa78b79df14d37ef31eeb51013f0554573d (patch)
treec16a86836aa4076a7ff9081c5668445842c663be /features/org.eclipse.osee.framework.feature
parentd256663f65a03466a88a597dd54d987bcea9c452 (diff)
downloadorg.eclipse.osee-4d34cfa78b79df14d37ef31eeb51013f0554573d.tar.gz
org.eclipse.osee-4d34cfa78b79df14d37ef31eeb51013f0554573d.tar.xz
org.eclipse.osee-4d34cfa78b79df14d37ef31eeb51013f0554573d.zip
refactor: Update build numbers to 0.25.0
Diffstat (limited to 'features/org.eclipse.osee.framework.feature')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.framework.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index c58f7333379..5708e4cbc55 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.framework.feature"
label="%featureName"
- version="0.24.4.qualifier"
+ version="0.25.0.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.framework.feature/pom.xml b/features/org.eclipse.osee.framework.feature/pom.xml
index 602efd336e2..14baa37bc23 100644
--- a/features/org.eclipse.osee.framework.feature/pom.xml
+++ b/features/org.eclipse.osee.framework.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.24.4-SNAPSHOT</version>
+ <version>0.25.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top