Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2016-10-04 19:20:36 +0000
committerRyan T. Baldwin2016-10-04 19:20:36 +0000
commitdcbc9a93c04ea6773f76546500de4cf73313296b (patch)
tree0d5a857b9487130c47bc01401574dc67935404f7 /plugins/org.eclipse.osee.event
parentd058f3de243036418f82004a2782b8bd152421b0 (diff)
downloadorg.eclipse.osee-dcbc9a93c04ea6773f76546500de4cf73313296b.tar.gz
org.eclipse.osee-dcbc9a93c04ea6773f76546500de4cf73313296b.tar.xz
org.eclipse.osee-dcbc9a93c04ea6773f76546500de4cf73313296b.zip
refactor: Update build numbers to 0.24.2
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 93ca9624ed5..1414f5a5ab1 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.1.qualifier
+Bundle-Version: 0.24.2.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 14ec35bdab6..e7fbd2a10cd 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.1-SNAPSHOT</version>
+ <version>0.24.2-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>

Back to the top