Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2016-09-21 17:55:03 +0000
committerRyan T. Baldwin2016-09-21 17:55:03 +0000
commitdb0e07f63bc19526924300b0367085eb9153331f (patch)
tree8eebfe90e431f8cf21f78843f22cb14863567383 /plugins/org.eclipse.osee.event
parent3c0cf2f3e72b4103d0fb20b462748c27eee7c35d (diff)
downloadorg.eclipse.osee-db0e07f63bc19526924300b0367085eb9153331f.tar.gz
org.eclipse.osee-db0e07f63bc19526924300b0367085eb9153331f.tar.xz
org.eclipse.osee-db0e07f63bc19526924300b0367085eb9153331f.zip
refactor: Update build numbers to 0.24.1
Diffstat (limited to 'plugins/org.eclipse.osee.event')
-rw-r--r--plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.event/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF
index ab2406535d4..93ca9624ed5 100644
--- a/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Event (Incubation)
Bundle-SymbolicName: org.eclipse.osee.event
-Bundle-Version: 0.24.0.qualifier
+Bundle-Version: 0.24.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.osee.event
Bundle-Vendor: Eclipse Open System Engineering Environment
diff --git a/plugins/org.eclipse.osee.event/pom.xml b/plugins/org.eclipse.osee.event/pom.xml
index 5360a0d3d57..14ec35bdab6 100644
--- a/plugins/org.eclipse.osee.event/pom.xml
+++ b/plugins/org.eclipse.osee.event/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.core.parent</artifactId>
- <version>0.24.0-SNAPSHOT</version>
+ <version>0.24.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>

Back to the top