From e9b9d4151f2b9779cc9e4268a6657af60d8bc5ac Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Sun, 20 Sep 2020 00:04:31 +0200 Subject: [PATCH] Bumped the version to 0.1.1 --- 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 +++--- .../net.mograsim.machine/schema/machine_definition.exsd | 2 +- 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 ++-- 17 files changed, 33 insertions(+), 33 deletions(-) diff --git a/features/net.mograsim.feature/feature.xml b/features/net.mograsim.feature/feature.xml index ea6061ca..41d052f6 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 2aff2ab9..ab609e6a 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.0.qualifier +Bundle-Version: 0.1.1.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.0" +Require-Bundle: net.mograsim.preferences;bundle-version="0.1.1" 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 97d8cd03..3984e2b0 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.0.qualifier +Bundle-Version: 0.1.1.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.0";visibility:=reexport, + net.mograsim.machine;bundle-version="0.1.1";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 283c286d..0366b397 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.0.qualifier +Bundle-Version: 0.1.1.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.0", - net.mograsim.preferences;bundle-version="0.1.0", - net.mograsim.logic.model.am2900;bundle-version="0.1.0" +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" 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 6a57b8fb..d468dd10 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.0.qualifier +Bundle-Version: 0.1.1.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.0";visibility:=reexport, + net.mograsim.logic.core;bundle-version="0.1.1";visibility:=reexport, com.google.gson;bundle-version="2.8.2";visibility:=reexport, - net.mograsim.preferences;bundle-version="0.1.0" + net.mograsim.preferences;bundle-version="0.1.1" 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 20cd1a96..e836d46b 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.0.qualifier +Bundle-Version: 0.1.1.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.0";visibility:=reexport, - net.mograsim.logic.model;bundle-version="0.1.0";visibility:=reexport, +Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.1";visibility:=reexport, + net.mograsim.logic.model;bundle-version="0.1.1";visibility:=reexport, net.mograsim.preferences;visibility:=reexport, org.eclipse.e4.core.di.annotations, org.eclipse.core.runtime diff --git a/plugins/net.mograsim.machine/schema/machine_definition.exsd b/plugins/net.mograsim.machine/schema/machine_definition.exsd index e5e147bf..da91d06c 100644 --- a/plugins/net.mograsim.machine/schema/machine_definition.exsd +++ b/plugins/net.mograsim.machine/schema/machine_definition.exsd @@ -74,7 +74,7 @@ - 0.1.0 + 0.1.1 diff --git a/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF index a85a3578..373a1e27 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.0.qualifier +Bundle-Version: 0.1.1.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 4a3f56fa..f1fbdc0c 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.0.qualifier +Bundle-Version: 0.1.1.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.0" +Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.1" 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 c735a0ac..5e36db83 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.0.qualifier +Bundle-Version: 0.1.1.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.0";visibility:=reexport, + net.mograsim.logic.model;bundle-version="0.1.1";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.0", + net.mograsim.preferences;bundle-version="0.1.1", 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 b895844a..3008a261 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.0.qualifier +Bundle-Version: 0.1.1.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.0", +Require-Bundle: net.mograsim.plugin.core;bundle-version="0.1.1", org.eclipse.help diff --git a/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF b/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF index 315ec1ab..72f19c4b 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.0.qualifier +Bundle-Version: 0.1.1.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 02443455..3084a3cf 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 cabb6b21..082ee53c 100644 --- a/releng/net.mograsim.configuration/pom.xml +++ b/releng/net.mograsim.configuration/pom.xml @@ -9,7 +9,7 @@ - 0.1.0 + 0.1.1 -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 9ccdcbc4..81a24815 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.0.qualifier +Bundle-Version: 0.1.1.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.0" +Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.1" 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 f5538233..3ad36a17 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.0.qualifier +Bundle-Version: 0.1.1.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.0" +Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.1" 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 b5d8f2d5..ee3a08b0 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.0.qualifier +Bundle-Version: 0.1.1.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.machine;bundle-version="0.1.0" +Fragment-Host: net.mograsim.machine;bundle-version="0.1.1" Automatic-Module-Name: net.mograsim.machine.tests Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit;bundle-version="4.12.0", -- 2.17.1