Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2015-06-23 01:59:51 +0000
committerAngel Avila2015-06-23 01:59:51 +0000
commit4e81efe5e00c74583f2caf6e5a8071c4b48a64e8 (patch)
treeb435ceb94b26963a98667d5abd27cc2920748a86 /features/org.eclipse.osee.ote.master.feature
parent5ecb8e1246610b0d0c8f5846f070cb5d2e7236f3 (diff)
downloadorg.eclipse.osee-4e81efe5e00c74583f2caf6e5a8071c4b48a64e8.tar.gz
org.eclipse.osee-4e81efe5e00c74583f2caf6e5a8071c4b48a64e8.tar.xz
org.eclipse.osee-4e81efe5e00c74583f2caf6e5a8071c4b48a64e8.zip
refactor: Update build numbers to 0.23.0
Diffstat (limited to 'features/org.eclipse.osee.ote.master.feature')
-rw-r--r--features/org.eclipse.osee.ote.master.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.ote.master.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.ote.master.feature/feature.xml b/features/org.eclipse.osee.ote.master.feature/feature.xml
index 36d53ffb513..64494f490dc 100644
--- a/features/org.eclipse.osee.ote.master.feature/feature.xml
+++ b/features/org.eclipse.osee.ote.master.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.ote.master.feature"
label="Feature"
- version="0.22.0.qualifier"
+ version="0.23.0.qualifier"
provider-name="Eclipse Open System Engineering Environment">
<description url="http://www.example.com/description">
diff --git a/features/org.eclipse.osee.ote.master.feature/pom.xml b/features/org.eclipse.osee.ote.master.feature/pom.xml
index 40b6687e32a..826eb3c9af1 100644
--- a/features/org.eclipse.osee.ote.master.feature/pom.xml
+++ b/features/org.eclipse.osee.ote.master.feature/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ote.parent</artifactId>
- <version>0.22.0-SNAPSHOT</version>
+ <version>0.23.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ote.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.ote.master.feature</artifactId>

Back to the top