Skip to content

Commit

Permalink
Move to version 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Jul 11, 2019
1 parent 2a2229f commit 97ed29e
Show file tree
Hide file tree
Showing 191 changed files with 199 additions and 199 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.4.2-SNAPSHOT" />
<property name="flowable.version" value="6.4.2" />
<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 docs/public-api/tools/flowable-oas-generator/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.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docs/public-api/tools/flowable-rest-asciidoc/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.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion docs/public-api/tools/flowable-swagger-ui/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.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/bpmn/ch02-GettingStarted.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add the following to your _pom.xml_ file:
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-engine</artifactId>
<version>6.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/bpmn/ch05a-Spring-Boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ Flowable also provides a Spring Boot `InfoContributor` which looks like:
----
{
"flowable": {
"version": "6.4.2-SNAPSHOT"
"version": "6.4.2"
}
}
----
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/bpmn/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DOCS (v 6.4.2-SNAPSHOT)
= Flowable DOCS (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/bpmn/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DOCS (v 6.4.2-SNAPSHOT)
= Flowable DOCS (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/cmmn/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable CMMN DOCS (v 6.4.2-SNAPSHOT)
= Flowable CMMN DOCS (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/cmmn/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable CMMN DOCS (v 6.4.2-SNAPSHOT)
= Flowable CMMN DOCS (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/dmn/ch07-REST.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ Returns a read-only view of the DMN engine that is used in this REST-service.
----
{
"name":"default",
"version":"6.4.2-SNAPSHOT",
"version":"6.4.2",
"resourceUrl":"file://flowable-dmn/flowable.dmn.cfg.xml",
"exception":null
}
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/dmn/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DMN DOCS (v 6.4.2-SNAPSHOT)
= Flowable DMN DOCS (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/dmn/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DMN DOCS (v 6.4.2-SNAPSHOT)
= Flowable DMN DOCS (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/form/ch07-REST.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Returns a read-only view of the engine that is used in this REST-service.
----
{
"name":"default",
"version":"6.4.2-SNAPSHOT",
"version":"6.4.2",
"resourceUrl":"file://flowable/flowable.form.cfg.xml",
"exception":null
}
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/form/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable Form DOCS (v 6.4.2-SNAPSHOT)
= Flowable Form DOCS (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/form/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable Form DOCS (v 6.4.2-SNAPSHOT)
= Flowable Form DOCS (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/single/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable Unified DOCS (v 6.4.2-SNAPSHOT)
= Flowable Unified DOCS (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/single/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DMN DOCS (v 6.4.2-SNAPSHOT)
= Flowable DMN DOCS (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/bpmn/ch02-GettingStarted.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ image::images/getting.started.new.maven3.png[align="center"]
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-engine</artifactId>
<version>6.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/bpmn/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable BPMN 用户手册 (v 6.4.2-SNAPSHOT)
= Flowable BPMN 用户手册 (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/bpmn/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable BPMN 用户手册 (v 6.4.2-SNAPSHOT)
= Flowable BPMN 用户手册 (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/cmmn/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable CMMN 用户手册 (v 6.4.2-SNAPSHOT)
= Flowable CMMN 用户手册 (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/cmmn/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable CMMN 用户手册 (v 6.4.2-SNAPSHOT)
= Flowable CMMN 用户手册 (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/dmn/ch07-REST.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ GET dmn-management/engine
----
{
"name":"default",
"version":"6.4.2-SNAPSHOT",
"version":"6.4.2",
"resourceUrl":"file://flowable-dmn/flowable.dmn.cfg.xml",
"exception":null
}
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/dmn/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DMN 用户手册 (v 6.4.2-SNAPSHOT)
= Flowable DMN 用户手册 (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/dmn/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DMN 用户手册 (v 6.4.2-SNAPSHOT)
= Flowable DMN 用户手册 (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/form/ch07-REST.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ GET form-management/engine
----
{
"name":"default",
"version":"6.4.2-SNAPSHOT",
"version":"6.4.2",
"resourceUrl":"file://flowable/flowable.form.cfg.xml",
"exception":null
}
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/form/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable Form 用户手册 (v 6.4.2-SNAPSHOT)
= Flowable Form 用户手册 (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/form/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable Form 用户手册 (v 6.4.2-SNAPSHOT)
= Flowable Form 用户手册 (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/single/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable Unified DOCS (v 6.4.2-SNAPSHOT)
= Flowable Unified DOCS (v 6.4.2)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/zh_CN/single/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DMN DOCS (v 6.4.2-SNAPSHOT)
= Flowable DMN DOCS (v 6.4.2)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-engine-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.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>

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

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

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

<dependencies>
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-spring-boot</artifactId>
<relativePath>../flowable-spring-boot/pom.xml</relativePath>
<version>6.4.2-SNAPSHOT</version>
<version>6.4.2</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.4.2-SNAPSHOT</version>
<version>6.4.2</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.4.2-SNAPSHOT</version>
<version>6.4.2</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.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>

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

<dependencies>
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.4.2-SNAPSHOT</version>
<version>6.4.2</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.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-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.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>

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

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

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-engine/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.4.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>

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

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

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

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

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

<properties>
Expand Down
Loading

0 comments on commit 97ed29e

Please sign in to comment.