Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.runtimeManager')
-rw-r--r--plugins/org.eclipse.osee.ote.runtimeManager/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.ote.runtimeManager/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ote.runtimeManager/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.runtimeManager/META-INF/MANIFEST.MF
index 9db203df1f1..98ad04d4fbd 100644
--- a/plugins/org.eclipse.osee.ote.runtimeManager/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ote.runtimeManager/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE Runtime Manager Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.runtimeManager;singleton:=true
-Bundle-Version: 0.16.0.qualifier
+Bundle-Version: 0.16.1.qualifier
Bundle-Activator: org.eclipse.osee.ote.runtimemanager.RuntimeManager
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.core.resources,
diff --git a/plugins/org.eclipse.osee.ote.runtimeManager/pom.xml b/plugins/org.eclipse.osee.ote.runtimeManager/pom.xml
index d1307c6f0c4..785a934e43d 100644
--- a/plugins/org.eclipse.osee.ote.runtimeManager/pom.xml
+++ b/plugins/org.eclipse.osee.ote.runtimeManager/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.ote.parent</artifactId>
- <version>0.16.0-SNAPSHOT</version>
+ <version>0.16.1-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.ote.parent</relativePath>
</parent>

Back to the top