From 76a3b85c9f04a12244f3a9384b41017680bc9e2d Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Wed, 14 Oct 2020 13:38:09 +0200 Subject: [PATCH] Bumped the version to 0.1.3 --- features/net.mograsim.feature/feature.xml | 2 +- plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF | 4 ++-- .../net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF | 4 ++-- .../net.mograsim.logic.model.editor/META-INF/MANIFEST.MF | 8 ++++---- plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF | 6 +++--- plugins/net.mograsim.machine/META-INF/MANIFEST.MF | 6 +++--- plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF | 2 +- .../net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF | 4 ++-- plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF | 6 +++--- plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF | 4 ++-- plugins/net.mograsim.preferences/META-INF/MANIFEST.MF | 2 +- products/net.mograsim.product/net.mograsim.product | 2 +- releng/net.mograsim.configuration/pom.xml | 2 +- tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF | 4 ++-- .../META-INF/MANIFEST.MF | 4 ++-- tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF | 4 ++-- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/features/net.mograsim.feature/feature.xml b/features/net.mograsim.feature/feature.xml index 22263ed7..8670079c 100644 --- a/features/net.mograsim.feature/feature.xml +++ b/features/net.mograsim.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF b/plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF index 9890dfdc..65838be5 100644 --- a/plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.logic.core -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Export-Package: net.mograsim.logic.core, net.mograsim.logic.core.components, net.mograsim.logic.core.components.gates, @@ -12,4 +12,4 @@ Export-Package: net.mograsim.logic.core, Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: net.mograsim.logic.core Bundle-Vendor: Mograsim Team -Require-Bundle: net.mograsim.preferences;bundle-version="0.1.2" +Require-Bundle: net.mograsim.preferences;bundle-version="0.1.3" diff --git a/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF b/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF index 9a4af2ea..0971aa36 100644 --- a/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.logic.model.am2900;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Export-Package: net.mograsim.logic.model.am2900, net.mograsim.logic.model.am2900.components, net.mograsim.logic.model.am2900.components.am2901, @@ -19,7 +19,7 @@ Export-Package: net.mograsim.logic.model.am2900, net.mograsim.logic.model.examples Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.eclipse.osgi, - net.mograsim.machine;bundle-version="0.1.2";visibility:=reexport, + net.mograsim.machine;bundle-version="0.1.3";visibility:=reexport, net.mograsim.logic.core Automatic-Module-Name: net.mograsim.logic.model.am2900 Bundle-Vendor: Mograsim Team diff --git a/plugins/net.mograsim.logic.model.editor/META-INF/MANIFEST.MF b/plugins/net.mograsim.logic.model.editor/META-INF/MANIFEST.MF index 6c5cb106..95d75511 100644 --- a/plugins/net.mograsim.logic.model.editor/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.logic.model.editor/META-INF/MANIFEST.MF @@ -2,15 +2,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Editor Bundle-SymbolicName: net.mograsim.logic.model.editor -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Export-Package: net.mograsim.logic.model.editor, net.mograsim.logic.model.editor.handles, net.mograsim.logic.model.editor.states, net.mograsim.logic.model.editor.ui, net.mograsim.logic.model.editor.util -Require-Bundle: net.mograsim.logic.model;bundle-version="0.1.2", - net.mograsim.preferences;bundle-version="0.1.2", - net.mograsim.logic.model.am2900;bundle-version="0.1.2" +Require-Bundle: net.mograsim.logic.model;bundle-version="0.1.3", + net.mograsim.preferences;bundle-version="0.1.3", + net.mograsim.logic.model.am2900;bundle-version="0.1.3" Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: net.mograsim.logic.model.editor Bundle-Vendor: Mograsim Team diff --git a/plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF b/plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF index 21300662..9f91cc60 100644 --- a/plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.logic.model;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Export-Package: net.mograsim.logic.model, net.mograsim.logic.model.examples, net.mograsim.logic.model.model, @@ -25,8 +25,8 @@ Export-Package: net.mograsim.logic.model, Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.eclipse.swt;bundle-version="3.0.0";visibility:=reexport, SWTZoomableCanvas;bundle-version="1.0.0";visibility:=reexport, - net.mograsim.logic.core;bundle-version="0.1.2";visibility:=reexport, + net.mograsim.logic.core;bundle-version="0.1.3";visibility:=reexport, com.google.gson;bundle-version="2.8.2";visibility:=reexport, - net.mograsim.preferences;bundle-version="0.1.2" + net.mograsim.preferences;bundle-version="0.1.3" Automatic-Module-Name: net.mograsim.logic.model Bundle-Vendor: Mograsim Team diff --git a/plugins/net.mograsim.machine/META-INF/MANIFEST.MF b/plugins/net.mograsim.machine/META-INF/MANIFEST.MF index e97ccc5c..00b7ace9 100644 --- a/plugins/net.mograsim.machine/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.machine/META-INF/MANIFEST.MF @@ -2,12 +2,12 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mograsim Machine Definition Bundle-SymbolicName: net.mograsim.machine;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Bundle-Vendor: Mograsim Team Automatic-Module-Name: net.mograsim.machine Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.2";visibility:=reexport, - net.mograsim.logic.model;bundle-version="0.1.2";visibility:=reexport, +Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.3";visibility:=reexport, + net.mograsim.logic.model;bundle-version="0.1.3";visibility:=reexport, net.mograsim.preferences;visibility:=reexport, org.eclipse.e4.core.di.annotations, org.eclipse.core.runtime diff --git a/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF index 68f88ba2..695afebb 100644 --- a/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mograsim branding Bundle-SymbolicName: net.mograsim.plugin.branding;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Bundle-Vendor: Mograsim Team Automatic-Module-Name: net.mograsim.plugin.branding Bundle-RequiredExecutionEnvironment: JavaSE-11 diff --git a/plugins/net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF index ad5ce059..344a2f1f 100644 --- a/plugins/net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: German translation Bundle-SymbolicName: net.mograsim.plugin.core.nl_de;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.2" +Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.3" Automatic-Module-Name: net.mograsim.plugin.core.nl_de Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-Localization: OSGI-INF/l10n/bundle diff --git a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF index 6f6bd4a4..b5777d35 100644 --- a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.plugin.core;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Export-Package: net.mograsim.plugin;uses:="org.eclipse.ui.themes,org.eclipse.swt.widgets", net.mograsim.plugin.asm, net.mograsim.plugin.asm.editor, @@ -29,11 +29,11 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.e4.ui.di, org.eclipse.e4.ui.model.workbench, org.eclipse.ui.themes;bundle-version="1.2.400", - net.mograsim.logic.model;bundle-version="0.1.2";visibility:=reexport, + net.mograsim.logic.model;bundle-version="0.1.3";visibility:=reexport, javax.annotation;bundle-version="1.0.0", javax.inject;bundle-version="1.0.0", org.eclipse.ui.ide, - net.mograsim.preferences;bundle-version="0.1.2", + net.mograsim.preferences;bundle-version="0.1.3", net.mograsim.machine, org.eclipse.core.expressions, SWTInput, diff --git a/plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF index 9ee5c10a..c63349d7 100644 --- a/plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mograsim docs Bundle-SymbolicName: net.mograsim.plugin.docs;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Bundle-Vendor: Mograsim Team Automatic-Module-Name: net.mograsim.plugin.docs Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: net.mograsim.plugin.core;bundle-version="0.1.2", +Require-Bundle: net.mograsim.plugin.core;bundle-version="0.1.3", org.eclipse.help diff --git a/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF b/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF index 402c3ace..6b24085c 100644 --- a/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mograsim Preferences Bundle-SymbolicName: net.mograsim.preferences -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Export-Package: net.mograsim.preferences Bundle-Vendor: Mograsim Team Automatic-Module-Name: net.mograsim.preferences diff --git a/products/net.mograsim.product/net.mograsim.product b/products/net.mograsim.product/net.mograsim.product index 81b3dacb..9356da6d 100644 --- a/products/net.mograsim.product/net.mograsim.product +++ b/products/net.mograsim.product/net.mograsim.product @@ -1,7 +1,7 @@ - + diff --git a/releng/net.mograsim.configuration/pom.xml b/releng/net.mograsim.configuration/pom.xml index 539f30fc..cacd997c 100644 --- a/releng/net.mograsim.configuration/pom.xml +++ b/releng/net.mograsim.configuration/pom.xml @@ -9,7 +9,7 @@ - 0.1.2 + 0.1.3 -SNAPSHOT 11 diff --git a/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF b/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF index 4595ddf1..19bafd6e 100644 --- a/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF +++ b/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Logic Tests Bundle-SymbolicName: net.mograsim.logic.core.tests;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.2" +Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.3" Automatic-Module-Name: net.mograsim.logic.tests Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit.jupiter.api;bundle-version="5.4.0";visibility:=reexport, diff --git a/tests/net.mograsim.logic.model.am2900.tests/META-INF/MANIFEST.MF b/tests/net.mograsim.logic.model.am2900.tests/META-INF/MANIFEST.MF index fe22a689..30c590e6 100644 --- a/tests/net.mograsim.logic.model.am2900.tests/META-INF/MANIFEST.MF +++ b/tests/net.mograsim.logic.model.am2900.tests/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Am2900 Tests Bundle-SymbolicName: net.mograsim.logic.model.am2900.tests;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.2" +Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.3" Automatic-Module-Name: net.mograsim.logic.model.am2900.tests Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit;bundle-version="4.12.0", diff --git a/tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF b/tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF index a29d3c7e..59a2c530 100644 --- a/tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF +++ b/tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Machine Tests Bundle-SymbolicName: net.mograsim.machine.tests;singleton:=true -Bundle-Version: 0.1.2.qualifier +Bundle-Version: 0.1.3.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.machine;bundle-version="0.1.2" +Fragment-Host: net.mograsim.machine;bundle-version="0.1.3" Automatic-Module-Name: net.mograsim.machine.tests Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit;bundle-version="4.12.0", -- 2.17.1