Skip to content

Commit

Permalink
Move to version 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Nov 12, 2021
1 parent 8c11266 commit 822c3e8
Show file tree
Hide file tree
Showing 180 changed files with 188 additions and 188 deletions.
2 changes: 1 addition & 1 deletion distro/build.xml
Expand Up @@ -4,7 +4,7 @@

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

<property name="flowable.version" value="6.7.1-SNAPSHOT" />
<property name="flowable.version" value="6.7.1" />
<property name="target.distro.root" value="target/zip/flowable-${flowable.version}" />
<property name="target.docs.root" value="${target.distro.root}/docs" />
<property name="target.newsite.root" value="target/website" />
Expand Down
2 changes: 1 addition & 1 deletion docs/public-api/tools/flowable-oas-generator/pom.xml
Expand Up @@ -9,7 +9,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../../../../</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docs/public-api/tools/flowable-rest-asciidoc/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../../../../</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion docs/public-api/tools/flowable-swagger-ui/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../../../../</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-engine-api/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-engine-rest/pom.xml
Expand Up @@ -12,7 +12,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-engine-spring/pom.xml
Expand Up @@ -9,7 +9,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-engine/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-rest/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot</artifactId>
<relativePath>../flowable-spring-boot/pom.xml</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-batch-service-api/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-batch-service/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-bpmn-converter/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

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

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

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-camel-cdi/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-camel/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-case-validation/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flowable-root</artifactId>
<groupId>org.flowable</groupId>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cdi/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-api/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-cdi/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-converter/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-engine-configurator/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-engine/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-image-generator/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-json-converter/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-model/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-rest/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-spring-configurator/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-spring/pom.xml
Expand Up @@ -9,7 +9,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-common-rest/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

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

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

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

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

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

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

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

<build>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cxf/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

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

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

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-engine/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-image-generator/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-dmn-json-converter/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.7.1-SNAPSHOT</version>
<version>6.7.1</version>
</parent>
<packaging>jar</packaging>

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

<properties>
Expand Down

0 comments on commit 822c3e8

Please sign in to comment.