Skip to content

Commit

Permalink
update simulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
nevries committed Oct 28, 2019
1 parent ce8dda4 commit 337845f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.camunda.consulting</groupId>
<artifactId>camunda-bpm-simulator</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public void run() {
LOGGER.info("---- It took " + String.format("%02.1f", (end - begin) / 60_000d) + " minutes to start " + String.format("%05d", ContentGenerator.startedInstances)
+ " instances. ----");
// SimulationExecutor.stopSimulation();
//SimulatorPlugin.resetProcessEngineElements();
SimulatorPlugin.resetProcessEngine();
deploymentService.deployAllCurrent();
LOGGER.info("Redeployment finished");
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring:
datasource:
url: 'jdbc:h2:~/testdb;DB_CLOSE_DELAY=-1;MVCC=TRUE'
url: 'jdbc:h2:./camunda-db;DB_CLOSE_DELAY=-1;MVCC=TRUE'
username: sa
password: sa

Expand Down

0 comments on commit 337845f

Please sign in to comment.