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 /plugins/org.eclipse.osee.ote.client
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 'plugins/org.eclipse.osee.ote.client')
-rw-r--r--plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.ote.client/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
index 80c2867272b..e1429d15078 100644
--- a/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE Service (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.client;singleton:=true
-Bundle-Version: 0.24.4.qualifier
+Bundle-Version: 0.25.0.qualifier
Bundle-Activator: org.eclipse.osee.ote.service.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.osee.ote.client/pom.xml b/plugins/org.eclipse.osee.ote.client/pom.xml
index cdef0ca83b8..a99066eea70 100644
--- a/plugins/org.eclipse.osee.ote.client/pom.xml
+++ b/plugins/org.eclipse.osee.ote.client/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ote.parent</artifactId>
- <version>0.24.4-SNAPSHOT</version>
+ <version>0.25.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ote.parent</relativePath>
</parent>

Back to the top