Skip to content

Commit

Permalink
Prepare for 5.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Mar 27, 2017
1 parent fd7343c commit 2982ba6
Show file tree
Hide file tree
Showing 55 changed files with 838 additions and 1,030 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="5.23.0-SNAPSHOT" />
<property name="flowable.version" value="5.23.0" />
<property name="target.distro.root" value="target/zip/flowable-${flowable.version}" />
<property name="flowable.website" value="../../flowable-website" />

Expand Down
15 changes: 15 additions & 0 deletions distro/src/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ <h1>Links</h1>

<h1>Flowable Release Notes</h1>

<h3>Release Notes - Flowable - Version 5.23.0</h3>

<h4>Highlights</h4>
<ul>
<li>
Great community contribution for collapsed sub processes by David Pardo. You now can model processes in a hierarchical way without needing to use call activities, which result in different process definitions in the Flowable Engine.
When using collapsed sub processes, the modeling part is hierarchical and using different model diagrams for the main process and the sub process models. But when deploying on the Flowable Engine, there's still one process definition using embedded sub processes.
So this feature it targeted at the modeling level.
</li>
<li>Bug fix for service tasks with class attributes using skip expressions.</li>
<li>Added support for using the Flowable namespace in addition to the Activiti namespace in BPMN XML.</li>
</li>
<li>Several bug fixes and smaller enhancements</li>
</ul>

<h3>Release Notes - Flowable - Version 5.22.0</h3>

<h4>Highlights</h4>
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>5.23.0-SNAPSHOT</version>
<version>5.23.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>5.23.0-SNAPSHOT</version>
<version>5.23.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>5.23.0-SNAPSHOT</version>
<version>5.23.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>5.23.0-SNAPSHOT</version>
<version>5.23.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>5.23.0-SNAPSHOT</version>
<version>5.23.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>5.23.0-SNAPSHOT</version>
<version>5.23.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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<build>
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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-diagram-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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-explorer/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-hazelcast-async-executor/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-image-generator/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-jmx/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-json-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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-ldap/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-modeler/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-mule/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-osgi/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ public class BlueprintBasicTest {
@Configuration
public Option[] createConfiguration() {
Option[] coreBundles = options(
mavenBundle().groupId("org.flowable").artifactId("flowable-bpmn-model").version("5.23.0-SNAPSHOT"),
mavenBundle().groupId("org.flowable").artifactId("flowable-bpmn-converter").version("5.23.0-SNAPSHOT"),
mavenBundle().groupId("org.flowable").artifactId("flowable-process-validation").version("5.23.0-SNAPSHOT"),
mavenBundle().groupId("org.flowable").artifactId("flowable-image-generator").version("5.23.0-SNAPSHOT"),
mavenBundle().groupId("org.flowable").artifactId("flowable-engine").version("5.23.0-SNAPSHOT"),
mavenBundle().groupId("org.flowable").artifactId("flowable-bpmn-model").version("5.23.0"),
mavenBundle().groupId("org.flowable").artifactId("flowable-bpmn-converter").version("5.23.0"),
mavenBundle().groupId("org.flowable").artifactId("flowable-process-validation").version("5.23.0"),
mavenBundle().groupId("org.flowable").artifactId("flowable-image-generator").version("5.23.0"),
mavenBundle().groupId("org.flowable").artifactId("flowable-engine").version("5.23.0"),
mavenBundle().groupId("org.apache.commons").artifactId("commons-lang3").version("3.3.2"),
mavenBundle().groupId("com.fasterxml.jackson.core").artifactId("jackson-core").version("2.7.5"),
mavenBundle().groupId("com.fasterxml.jackson.core").artifactId("jackson-databind").version("2.7.5"),
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-process-validation/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-secure-javascript/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-simple-workflow-alfresco/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-simple-workflow/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>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

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

<name>Flowable - Spring Boot</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-spring-boot/spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<name>Flowable - Spring Boot - Samples</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-samples</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<name>Flowable - Spring Boot - Sample - Actuator</name>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-actuator</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-samples</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<name>Flowable - Spring Boot - Sample - Basic</name>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-basic</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-samples</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<name>Flowable - Spring Boot - Sample - Custom MyBatis Mapper</name>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-basic</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-samples</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<name>Flowable - Spring Boot - Sample - Integration</name>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-integration</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-samples</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<name>Flowable - Spring Boot - Sample - JPA</name>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-jpa</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-samples</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</parent>

<name>Flowable - Spring Boot - Sample - REST API Security</name>
Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-rest-api</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</dependency>

<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-security</artifactId>
<version>5.23.0-SNAPSHOT</version>
<version>5.23.0</version>
</dependency>

<dependency>
Expand Down
Loading

0 comments on commit 2982ba6

Please sign in to comment.