Skip to content

Commit

Permalink
Moved to version 6.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Feb 15, 2017
1 parent 6204aa7 commit ef0c5e3
Show file tree
Hide file tree
Showing 141 changed files with 167 additions and 165 deletions.
2 changes: 1 addition & 1 deletion distro/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<property file="${user.home}/.flowable/build.properties" />

<property name="flowable.version" value="6.0.0-SNAPSHOT" />
<property name="flowable.version" value="6.0.0" />
<property name="target.distro.root" value="target/zip/flowable-${flowable.version}" />
<property name="flowable.website" value="../../flowable-website" />

Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-bpmn-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-bpmn-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-bpmn-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-common-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-content-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-content-engine-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-content-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-content-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-content-spring-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-content-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-crystalball/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<entry key="simulationRunFactory" value-ref="&amp;simulationRunFa"/>
</map>
</constructor-arg>
<constructor-arg name="processEngineConfiguration" ref="processEngineConfiguration" />
</bean>
</property>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<entry key="simulationRunFactory" value-ref="&amp;simulationRunFactory"/>
</map>
</constructor-arg>
<constructor-arg name="processEngineConfiguration" ref="processEngineConfiguration" />
</bean>
</property>

Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-engine-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.flowable.org/dmn">
<decision id="decision1" name="Full Decision">
<decisionTable id="decisionTable" hitPolicy="FIRST">
<input>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.flowable.org/dmn">
<decision id="decision" name="Full Decision">
<decisionTable id="decisionTable" hitPolicy="FIRST">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.flowable.org/dmn">
<decision id="decision" name="Full Decision">
<decisionTable id="decisionTable" hitPolicy="FIRST">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="definition_10002" name="Risk Assessment" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="definition_10002" name="Risk Assessment" namespace="http://www.flowable.org/dmn">
<decision id="RiskAssessmentUpdated" name="Risk Assessment">
<decisionTable id="decisionTable_10002" hitPolicy="ANY">
<input label="Risk Category 1">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="definition_10002" name="Risk Assessment" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="definition_10002" name="Risk Assessment" namespace="http://www.flowable.org/dmn">
<decision id="RiskAssessmentUpdated" name="Risk Assessment">
<decisionTable id="decisionTable_10002" hitPolicy="ANY">
<input label="Risk Category 1">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="definition_8002" name="OrderCalculation" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="definition_8002" name="OrderCalculation" namespace="http://www.flowable.org/dmn">
<decision id="OrderCalculation" name="OrderCalculation">
<decisionTable id="decisionTable_8002" hitPolicy="FIRST">
<input label="Order Size">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.flowable.org/dmn">
<decision id="decision" name="Full Decision">
<decisionTable id="decisionTable" hitPolicy="FIRST">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable" hitPolicy="ANY">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="simple" name="Simple" namespace="http://flowable.org/dmn">
<decision id="decision" name="Simple decision">
<decisionTable id="decisionTable">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.flowable.org/dmn">
<decision id="decision1" name="Full Decision">
<decisionTable id="decisionTable" hitPolicy="FIRST">
<input>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-json-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.flowable.org/dmn">
<decision id="decisionTwo" name="Full Decision Two">
<decisionTable id="decisionTableTwo" hitPolicy="FIRST">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.flowable.org/dmn">
<decision id="decisionThree" name="Full Decision Three">
<decisionTable id="decisionTableThree" hitPolicy="FIRST">
<input>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.activiti.org/dmn">
<definitions xmlns="http://www.omg.org/spec/DMN/20151101" id="full" name="Full" namespace="http://www.flowable.org/dmn">
<decision id="decision" name="Full Decision">
<decisionTable id="decisionTable" hitPolicy="FIRST">
<input>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-spring-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<properties>
Expand Down
Loading

0 comments on commit ef0c5e3

Please sign in to comment.