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 /plugins/org.eclipse.osee.disposition.rest.model
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 'plugins/org.eclipse.osee.disposition.rest.model')
-rw-r--r--plugins/org.eclipse.osee.disposition.rest.model/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.disposition.rest.model/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.disposition.rest.model/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.disposition.rest.model/META-INF/MANIFEST.MF
index 137c8e98abe..cf4802db4d3 100644
--- a/plugins/org.eclipse.osee.disposition.rest.model/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.disposition.rest.model/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Disposition REST Model (Incubation)
Bundle-SymbolicName: org.eclipse.osee.disposition.rest.model
-Bundle-Version: 0.22.0.qualifier
+Bundle-Version: 0.23.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse Open System Engineering Environment
Export-Package: org.eclipse.osee.disposition.model
diff --git a/plugins/org.eclipse.osee.disposition.rest.model/pom.xml b/plugins/org.eclipse.osee.disposition.rest.model/pom.xml
index 6a46225d2eb..a1b9e05ab84 100644
--- a/plugins/org.eclipse.osee.disposition.rest.model/pom.xml
+++ b/plugins/org.eclipse.osee.disposition.rest.model/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.disposition.parent</artifactId>
- <version>0.22.0-SNAPSHOT</version>
+ <version>0.23.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.disposition.parent</relativePath>
</parent>

Back to the top