Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-06-19 17:19:54 +0000
committerRoberto E. Escobar2013-07-29 18:13:56 +0000
commit5bb12e176856276f1516b2ae32e7f054fc0c5429 (patch)
tree078558d27495ec4d29c33a91de421e1fb6eb8e30 /plugins/org.eclipse.osee.framework.plugin.core
parent09a09cd4c42b58a6670582230df5e6726608f0af (diff)
downloadorg.eclipse.osee-5bb12e176856276f1516b2ae32e7f054fc0c5429.tar.gz
org.eclipse.osee-5bb12e176856276f1516b2ae32e7f054fc0c5429.tar.xz
org.eclipse.osee-5bb12e176856276f1516b2ae32e7f054fc0c5429.zip
refactor: Update build numbers to 0.12.0
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 026e4f2d765..35ce4a96e9e 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.11.1.qualifier
+Bundle-Version: 0.12.0.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 6c6ea1e2b78..c62d0516bd6 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.11.1-SNAPSHOT</version>
+ <version>0.12.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>

Back to the top