Skip to content

Commit b623d22

Browse files
Fix people and group form fields + updated to 6.1.0 version
1 parent 7ed8bc6 commit b623d22

File tree

122 files changed

+246
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+246
-150
lines changed

distro/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
<property name="flowable.version" value="6.1.0-SNAPSHOT" />
7+
<property name="flowable.version" value="6.1.0" />
88
<property name="target.distro.root" value="target/zip/flowable-${flowable.version}" />
99
<property name="flowable.website" value="../../flowable-website" />
1010

modules/flowable-app-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.flowable</groupId>
1111
<artifactId>flowable-root</artifactId>
1212
<relativePath>../..</relativePath>
13-
<version>6.1.0-SNAPSHOT</version>
13+
<version>6.1.0</version>
1414
</parent>
1515

1616
<properties>

modules/flowable-bpmn-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.flowable</groupId>
1111
<artifactId>flowable-root</artifactId>
1212
<relativePath>../..</relativePath>
13-
<version>6.1.0-SNAPSHOT</version>
13+
<version>6.1.0</version>
1414
</parent>
1515

1616
<properties>

modules/flowable-bpmn-layout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.flowable</groupId>
1111
<artifactId>flowable-root</artifactId>
1212
<relativePath>../..</relativePath>
13-
<version>6.1.0-SNAPSHOT</version>
13+
<version>6.1.0</version>
1414
</parent>
1515

1616
<properties>

modules/flowable-bpmn-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.flowable</groupId>
1111
<artifactId>flowable-root</artifactId>
1212
<relativePath>../..</relativePath>
13-
<version>6.1.0-SNAPSHOT</version>
13+
<version>6.1.0</version>
1414
</parent>
1515

1616
<properties>

modules/flowable-camel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.flowable</groupId>
1212
<artifactId>flowable-root</artifactId>
1313
<relativePath>../..</relativePath>
14-
<version>6.1.0-SNAPSHOT</version>
14+
<version>6.1.0</version>
1515
</parent>
1616

1717

modules/flowable-cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.flowable</groupId>
1212
<artifactId>flowable-root</artifactId>
1313
<relativePath>../..</relativePath>
14-
<version>6.1.0-SNAPSHOT</version>
14+
<version>6.1.0</version>
1515
</parent>
1616

1717

modules/flowable-common-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.flowable</groupId>
1212
<artifactId>flowable-root</artifactId>
1313
<relativePath>../..</relativePath>
14-
<version>6.1.0-SNAPSHOT</version>
14+
<version>6.1.0</version>
1515
</parent>
1616

1717
<properties>

modules/flowable-content-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.flowable</groupId>
1212
<artifactId>flowable-root</artifactId>
1313
<relativePath>../..</relativePath>
14-
<version>6.1.0-SNAPSHOT</version>
14+
<version>6.1.0</version>
1515
</parent>
1616

1717
<properties>

modules/flowable-content-engine-configurator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.flowable</groupId>
1212
<artifactId>flowable-root</artifactId>
1313
<relativePath>../..</relativePath>
14-
<version>6.1.0-SNAPSHOT</version>
14+
<version>6.1.0</version>
1515
</parent>
1616

1717
<properties>

0 commit comments

Comments
 (0)