Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.messaging')
-rw-r--r--plugins/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.framework.messaging/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
index 57669f800fc..0d5db920730 100644
--- a/plugins/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Messaging Plug-in
Bundle-SymbolicName: org.eclipse.osee.framework.messaging;singleton:=true
-Bundle-Version: 0.9.9.qualifier
+Bundle-Version: 0.10.0.qualifier
Bundle-Activator: org.eclipse.osee.framework.messaging.internal.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/plugins/org.eclipse.osee.framework.messaging/pom.xml b/plugins/org.eclipse.osee.framework.messaging/pom.xml
index 5489b64748d..2a02e0fe159 100644
--- a/plugins/org.eclipse.osee.framework.messaging/pom.xml
+++ b/plugins/org.eclipse.osee.framework.messaging/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>

Back to the top