Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2016-01-07 19:00:35 +0000
committerdonald.g.dunne2016-01-07 19:00:35 +0000
commitafc96503ae0151e26ae13c351902570e047ed90a (patch)
treef3b1564c740b153ba2cb4dd3a39da07f6e53bde1 /features/org.eclipse.osee.framework.feature
parent906cb25768d249964322fde45cecb42fdd5594fe (diff)
downloadorg.eclipse.osee-afc96503ae0151e26ae13c351902570e047ed90a.tar.gz
org.eclipse.osee-afc96503ae0151e26ae13c351902570e047ed90a.tar.xz
org.eclipse.osee-afc96503ae0151e26ae13c351902570e047ed90a.zip
refactor: Update build numbers to 0.23.1
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 9bc188b86ff..bb4fc0051ea 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.23.0.qualifier"
+ version="0.23.1.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 dce2b1be53d..a2c309e6223 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.23.0-SNAPSHOT</version>
+ <version>0.23.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top