From 7ff9ae7f8737a76c73117ad989dd198c493e4230 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Wed, 14 Oct 2020 13:35:18 +0200 Subject: [PATCH] Bumped the version to 0.1.2 --- 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 41d052f6..22263ed7 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 ab609e6a..9890dfdc 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.1.qualifier +Bundle-Version: 0.1.2.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.1" +Require-Bundle: net.mograsim.preferences;bundle-version="0.1.2" 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 3984e2b0..9a4af2ea 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.1.qualifier +Bundle-Version: 0.1.2.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.1";visibility:=reexport, + net.mograsim.machine;bundle-version="0.1.2";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 0366b397..6c5cb106 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.1.qualifier +Bundle-Version: 0.1.2.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.1", - net.mograsim.preferences;bundle-version="0.1.1", - net.mograsim.logic.model.am2900;bundle-version="0.1.1" +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" 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 d468dd10..21300662 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.1.qualifier +Bundle-Version: 0.1.2.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.1";visibility:=reexport, + net.mograsim.logic.core;bundle-version="0.1.2";visibility:=reexport, com.google.gson;bundle-version="2.8.2";visibility:=reexport, - net.mograsim.preferences;bundle-version="0.1.1" + net.mograsim.preferences;bundle-version="0.1.2" 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 e836d46b..e97ccc5c 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.1.qualifier +Bundle-Version: 0.1.2.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.1";visibility:=reexport, - net.mograsim.logic.model;bundle-version="0.1.1";visibility:=reexport, +Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.2";visibility:=reexport, + net.mograsim.logic.model;bundle-version="0.1.2";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 373a1e27..68f88ba2 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.1.qualifier +Bundle-Version: 0.1.2.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 f1fbdc0c..ad5ce059 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.1.qualifier +Bundle-Version: 0.1.2.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.1" +Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.2" 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 5e36db83..6f6bd4a4 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.1.qualifier +Bundle-Version: 0.1.2.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.1";visibility:=reexport, + net.mograsim.logic.model;bundle-version="0.1.2";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.1", + net.mograsim.preferences;bundle-version="0.1.2", 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 3008a261..9ee5c10a 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.1.qualifier +Bundle-Version: 0.1.2.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.1", +Require-Bundle: net.mograsim.plugin.core;bundle-version="0.1.2", org.eclipse.help diff --git a/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF b/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF index 72f19c4b..402c3ace 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.1.qualifier +Bundle-Version: 0.1.2.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 3084a3cf..81b3dacb 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 082ee53c..539f30fc 100644 --- a/releng/net.mograsim.configuration/pom.xml +++ b/releng/net.mograsim.configuration/pom.xml @@ -9,7 +9,7 @@ - 0.1.1 + 0.1.2 -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 81a24815..4595ddf1 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.1.qualifier +Bundle-Version: 0.1.2.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.1" +Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.2" 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 3ad36a17..fe22a689 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.1.qualifier +Bundle-Version: 0.1.2.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.1" +Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.2" 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 ee3a08b0..a29d3c7e 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.1.qualifier +Bundle-Version: 0.1.2.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.machine;bundle-version="0.1.1" +Fragment-Host: net.mograsim.machine;bundle-version="0.1.2" Automatic-Module-Name: net.mograsim.machine.tests Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit;bundle-version="4.12.0", -- 2.17.1