Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-09-03 22:50:04 +0000
committerRoberto E. Escobar2013-09-06 23:34:13 +0000
commit087660ac52cd9f2b9853fa64fee8b9213f7bbcad (patch)
tree3fe735e7ac335f09a8d6fd233e8fbc4484734250 /plugins/org.eclipse.osee.framework.plugin.core
parentaff03abcb1827d0c2643a8709354d2e33c98c7ea (diff)
downloadorg.eclipse.osee-087660ac52cd9f2b9853fa64fee8b9213f7bbcad.tar.gz
org.eclipse.osee-087660ac52cd9f2b9853fa64fee8b9213f7bbcad.tar.xz
org.eclipse.osee-087660ac52cd9f2b9853fa64fee8b9213f7bbcad.zip
refactor: Update build numbers to 0.14.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 e6abc1965ee..9b8e642f75a 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.13.0.qualifier
+Bundle-Version: 0.14.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 fb4b42e6b76..0e7dd5f7eb8 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.13.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>

Back to the top