Skip to content
Snippets Groups Projects
Commit a630cff8 authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

Merge branch 'release/2.3.0'

parents d6b1a47c 2d3b7d29
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ public class LoadShortestTraceHandler extends AbstractHandler implements ...@@ -51,7 +51,7 @@ public class LoadShortestTraceHandler extends AbstractHandler implements
final Operation op = getOperationByDstId(nextState, final Operation op = getOperationByDstId(nextState,
state.getEnabledOperations()); state.getEnabledOperations());
state = ExploreStateCommand.exploreState(animator, stateId); state = ExploreStateCommand.exploreState(animator, nextState);
// append state- and operation objects to history // append state- and operation objects to history
animator.getHistory().add(state, op); animator.getHistory().add(state, op);
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<feature <feature
id="de.prob.update_site" id="de.prob.update_site"
label="Update_site" label="Update_site"
version="1.0.2"> version="1.0.3">
<description url="http://www.stups.uni-duesseldorf.de/ProB"> <description url="http://www.stups.uni-duesseldorf.de/ProB">
ProB is an animator and model checker for the B-Method. It allows ProB is an animator and model checker for the B-Method. It allows
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<feature <feature
id="de.prob2.feature" id="de.prob2.feature"
label="ProB for Rodin2" label="ProB for Rodin2"
version="2.2.7" version="2.3.0"
provider-name="HHU Düsseldorf STUPS Group"> provider-name="HHU Düsseldorf STUPS Group">
<description url="http://www.stups.uni-duesseldorf.de/ProB"> <description url="http://www.stups.uni-duesseldorf.de/ProB">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment