Skip to content
Snippets Groups Projects
Commit 6a3b1b83 authored by dgelessus's avatar dgelessus
Browse files

Bump all the minor version numbers for version 3.1.0

In preparation for possibly breaking changes - requiring Rodin 3.6 and
Java 11, updating/removing certain dependencies, etc.
parent d9f15b1d
Branches
No related tags found
No related merge requests found
Pipeline #116142 failed
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BMotion Studio Editor Plug-in
Bundle-SymbolicName: de.bmotionstudio.gef.editor;singleton:=true
Bundle-Version: 5.5.1.qualifier
Bundle-Version: 5.6.0.qualifier
Bundle-Activator: de.bmotionstudio.gef.editor.BMotionEditorPlugin
Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
......@@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.jface.databinding;bundle-version="[1.2.1,2.0.0)",
org.eclipse.core.databinding.beans;bundle-version="[1.1.1,2.0.0)",
org.eclipse.gef;bundle-version="[3.7.0,4.0.0)";visibility:=reexport,
de.prob.core;bundle-version="[9.4.5,9.5.0)";visibility:=reexport,
de.prob.core;bundle-version="[9.5.0,9.6.0)";visibility:=reexport,
org.eventb.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.help;bundle-version="3.5.100",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
......
......@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BMotion Studio Rodin Integration
Bundle-SymbolicName: de.bmotionstudio.rodin;singleton:=true
Bundle-Version: 1.2.1.qualifier
Fragment-Host: de.bmotionstudio.gef.editor;bundle-version="[5.5.1,5.6.0)"
Bundle-Version: 1.3.0.qualifier
Fragment-Host: de.bmotionstudio.gef.editor;bundle-version="[5.6.0,5.7.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: HHU Düsseldorf STUPS Group
Require-Bundle: org.eclipse.ui.navigator;bundle-version="3.5.0"
......@@ -11,6 +11,6 @@ Require-Bundle: org.eclipse.ui,
org.eventb.core.ast;bundle-version="[3.3.0,4.0.0)",
org.junit;bundle-version="[4.0.0,5.0.0)",
org.rodinp.core;bundle-version="[1.7.0,2.0.0)",
de.prob.core;bundle-version="[9.4.5,9.5.0)"
de.prob.core;bundle-version="[9.5.0,9.6.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ProB Animator Core
Bundle-SymbolicName: de.prob.core;singleton:=true
Bundle-Version: 9.4.5.qualifier
Bundle-Version: 9.5.0.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.filesystem,
org.rodinp.core;bundle-version="[1.7.0,2.0.0)",
......
......@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ProB Disprover Core for EventB
Bundle-SymbolicName: de.prob.eventb.disprover.core;singleton:=true
Bundle-Version: 2.0.6.qualifier
Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: Heinrich-Heine University Dusseldorf
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
de.prob.core;bundle-version="[9.4.5,9.5.0)",
de.prob.core;bundle-version="[9.5.0,9.6.0)",
org.eventb.core.seqprover;bundle-version="[3.0.0,4.0.0)",
org.eventb.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
......
......@@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ProB Disprover UI for EventB
Bundle-SymbolicName: de.prob.eventb.disprover.ui;singleton:=true
Bundle-Version: 2.0.6.qualifier
Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: Heinrich-Heine University Dusseldorf
Require-Bundle: org.eclipse.core.runtime,
org.eventb.ui;bundle-version="[3.0.0,4.0.0)",
de.prob.eventb.disprover.core;bundle-version="[2.0.0,2.1.0)",
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
de.prob.core;bundle-version="[9.4.5,9.5.0)",
de.prob.core;bundle-version="[9.5.0,9.6.0)",
org.eventb.core.ast;bundle-version="[3.0.0,4.0.0)",
org.eventb.core.seqprover;bundle-version="[3.0.0,4.0.0)",
org.eclipse.osgi,
......
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ProB Rodin2 UI Bindings
Bundle-SymbolicName: de.prob.plugin;singleton:=true
Bundle-Version: 2.3.3.qualifier
Fragment-Host: de.prob.ui;bundle-version="[7.4.3,7.5.0)"
Bundle-Version: 2.4.0.qualifier
Fragment-Host: de.prob.ui;bundle-version="[7.5.0,7.6.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: HHU Düsseldorf STUPS Group
......@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ProB Symbolic Evaluation Support
Bundle-SymbolicName: de.prob.symbolic;singleton:=true
Bundle-Version: 7.4.3.qualifier
Bundle-Version: 7.5.0.qualifier
Bundle-Activator: de.prob.symbolic.Activator
Require-Bundle: org.eclipse.core.runtime,
de.prob.core;bundle-version="[9.4.5,9.5.0)",
de.prob.core;bundle-version="[9.5.0,9.6.0)",
org.eventb.ui;bundle-version="[3.0.0,4.0.0)",
de.prob.ui;bundle-version="[7.4.3,7.5.0)",
de.prob.ui;bundle-version="[7.5.0,7.6.0)",
org.rodinp.core;bundle-version="[1.7.0,2.0.0)",
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eventb.core;bundle-version="[3.0.0,4.0.0)"
......
......@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ProB Ui Plug-in
Bundle-SymbolicName: de.prob.ui;singleton:=true
Bundle-Version: 7.4.3.qualifier
Bundle-Version: 7.5.0.qualifier
Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
de.prob.core;bundle-version="[9.4.5,9.5.0)",
de.prob.core;bundle-version="[9.5.0,9.6.0)",
org.eventb.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.4.101,4.0.0)",
org.eclipse.gef;bundle-version="[3.7.0,4.0.0)",
......
......@@ -2,7 +2,7 @@
<feature
id="de.prob2.disprover.feature"
label="ProB for Rodin3 - (Dis)Prover"
version="3.0.11.qualifier"
version="3.1.0.qualifier"
provider-name="HHU Düsseldorf STUPS Group">
<description url="http://www.stups.uni-duesseldorf.de/ProB">
......@@ -229,7 +229,7 @@ litigation.
<requires>
<import plugin="org.eclipse.core.runtime" version="3.5.0" match="compatible"/>
<import plugin="de.prob.core" version="9.4.5" match="equivalent"/>
<import plugin="de.prob.core" version="9.5.0" match="equivalent"/>
<import plugin="org.eventb.core.seqprover" version="3.0.0"/>
<import plugin="org.eventb.core" version="3.0.0"/>
<import plugin="org.eclipse.ui" version="3.5.0" match="compatible"/>
......@@ -237,8 +237,8 @@ litigation.
<import plugin="org.rodinp.core" version="1.7.0" match="compatible"/>
<import plugin="org.eventb.ui" version="3.0.0"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="de.prob.ui" version="7.4.3" match="equivalent"/>
<import plugin="de.prob.eventb.disprover.core" version="2.0.6" match="equivalent"/>
<import plugin="de.prob.ui" version="7.5.0" match="equivalent"/>
<import plugin="de.prob.eventb.disprover.core" version="2.1.0" match="equivalent"/>
</requires>
<plugin
......
......@@ -2,7 +2,7 @@
<feature
id="de.prob2.feature"
label="ProB for Rodin3"
version="3.0.11.qualifier"
version="3.1.0.qualifier"
provider-name="HHU Düsseldorf STUPS Group">
<description url="http://www.stups.uni-duesseldorf.de/ProB">
......@@ -232,13 +232,13 @@ litigation.
<import plugin="org.eclipse.ui.ide" version="3.5.0" match="compatible"/>
<import plugin="org.eclipse.core.runtime" version="3.5.0" match="compatible"/>
<import plugin="org.eclipse.gef" version="3.7.0" match="compatible"/>
<import plugin="de.prob.core" version="9.4.5" match="equivalent"/>
<import plugin="de.prob.core" version="9.5.0" match="equivalent"/>
<import plugin="org.eventb.core" version="3.0.0"/>
<import plugin="org.eclipse.core.resources" version="3.5.0" match="compatible"/>
<import plugin="org.rodinp.core" version="1.7.0" match="compatible"/>
<import plugin="org.eventb.core.ast" version="3.0.0"/>
<import plugin="org.eventb.core.seqprover" version="3.0.0"/>
<import plugin="de.prob.ui" version="7.4.3" match="equivalent"/>
<import plugin="de.prob.ui" version="7.5.0" match="equivalent"/>
<import plugin="org.eclipse.core.expressions" version="3.4.101" match="compatible"/>
<import plugin="org.eclipse.ui.views" version="3.5.0" match="compatible"/>
<import plugin="org.eclipse.core.databinding" version="1.2.0" match="compatible"/>
......
......@@ -2,7 +2,7 @@
<feature
id="de.prob2.symbolic.feature"
label="ProB for Rodin3 - Symbolic Constants Support"
version="3.0.11.qualifier"
version="3.1.0.qualifier"
provider-name="HHU Düsseldorf STUPS Group">
<description url="http://www.stups.uni-duesseldorf.de/ProB">
......@@ -229,8 +229,8 @@ litigation.
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="de.prob.core" version="9.4.5" match="equivalent"/>
<import plugin="de.prob.ui" version="7.4.3" match="equivalent"/>
<import plugin="de.prob.core" version="9.5.0" match="equivalent"/>
<import plugin="de.prob.ui" version="7.5.0" match="equivalent"/>
<import plugin="org.rodinp.core" version="1.7.0" match="compatible"/>
<import plugin="org.eclipse.ui" version="3.5.0" match="compatible"/>
<import plugin="org.eventb.core" version="3.0.0"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment