Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl.ui/META-INF/MANIFEST.MF
index 4022c7611e3..e649b0b7aaa 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE ORCS DSL UI - (Incubation)
Bundle-Vendor: Eclipse Open System Engineering Environment
-Bundle-Version: 0.24.1.qualifier
+Bundle-Version: 0.24.2.qualifier
Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.osee.framework.core.dsl;visibility:=reexport,
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/pom.xml b/plugins/org.eclipse.osee.framework.core.dsl.ui/pom.xml
index f358f7304b1..4d9cfa4915e 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/pom.xml
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.client.parent</artifactId>
- <version>0.24.1-SNAPSHOT</version>
+ <version>0.24.2-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.client.parent</relativePath>
</parent>

Back to the top