Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormegumi.telles2017-10-20 13:54:38 +0000
committerRyan D. Brooks2017-10-20 13:54:38 +0000
commit16313ea8f8f89db6d647472be14106db10bb33c2 (patch)
tree00a3fd93293a2f20dc47f9dc114ec1551e2e65f8 /plugins/org.eclipse.osee.framework.plugin.core
parent171254ec60e226f8e9cd5f1656abbb5a60e5cf58 (diff)
downloadorg.eclipse.osee-16313ea8f8f89db6d647472be14106db10bb33c2.tar.gz
org.eclipse.osee-16313ea8f8f89db6d647472be14106db10bb33c2.tar.xz
org.eclipse.osee-16313ea8f8f89db6d647472be14106db10bb33c2.zip
refactor: Update build numbers to 0.25.2
Diffstat (limited to 'plugins/org.eclipse.osee.framework.plugin.core')
-rw-r--r--plugins/org.eclipse.osee.framework.plugin.core/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.framework.plugin.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.plugin.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.plugin.core/META-INF/MANIFEST.MF
index 23c0682fe88..3594c097a86 100644
--- a/plugins/org.eclipse.osee.framework.plugin.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.plugin.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Plug-in for common eclipse-based non-ui code (Incubation)
Bundle-SymbolicName: org.eclipse.osee.framework.plugin.core;singleton:=true
-Bundle-Version: 0.25.1.qualifier
+Bundle-Version: 0.25.2.qualifier
Bundle-Activator: org.eclipse.osee.framework.plugin.core.internal.PluginCoreActivator
Bundle-Vendor: Eclipse Open System Engineering Environment
Require-Bundle: org.eclipse.core.runtime
diff --git a/plugins/org.eclipse.osee.framework.plugin.core/pom.xml b/plugins/org.eclipse.osee.framework.plugin.core/pom.xml
index 4a89252ab6e..48f7c0e0511 100644
--- a/plugins/org.eclipse.osee.framework.plugin.core/pom.xml
+++ b/plugins/org.eclipse.osee.framework.plugin.core/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.25.1-SNAPSHOT</version>
+ <version>0.25.2-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>

Back to the top