Skip to content

Commit 11a1cf8

Browse files
committed
Move to version 7.2.0
1 parent ba65c92 commit 11a1cf8

File tree

137 files changed

+147
-147
lines changed

Some content is hidden

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

137 files changed

+147
-147
lines changed

distro/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<parent>
66
<groupId>org.flowable</groupId>
77
<artifactId>flowable-dependencies</artifactId>
8-
<version>7.1.1-SNAPSHOT</version>
8+
<version>7.2.0</version>
99
<relativePath>../modules/flowable-dependencies</relativePath>
1010
</parent>
1111

1212
<name>Flowable Distribution</name>
1313
<artifactId>flowable-distribution</artifactId>
1414
<packaging>jar</packaging>
15-
<version>7.1.1-SNAPSHOT</version>
15+
<version>7.2.0</version>
1616

1717
<properties>
18-
<flowable.version>7.1.1-SNAPSHOT</flowable.version>
18+
<flowable.version>7.2.0</flowable.version>
1919
</properties>
2020

2121
<dependencies>

docs/public-api/tools/flowable-oas-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>org.flowable</groupId>
1010
<artifactId>flowable-parent</artifactId>
1111
<relativePath>../../../../modules/flowable-parent</relativePath>
12-
<version>7.1.1-SNAPSHOT</version>
12+
<version>7.2.0</version>
1313
</parent>
1414

1515
<properties>

docs/public-api/tools/flowable-rest-asciidoc/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-parent</artifactId>
1212
<relativePath>../../../../modules/flowable-parent</relativePath>
13-
<version>7.1.1-SNAPSHOT</version>
13+
<version>7.2.0</version>
1414
</parent>
1515

1616

docs/public-api/tools/flowable-swagger-ui/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-parent</artifactId>
1212
<relativePath>../../../../modules/flowable-parent</relativePath>
13-
<version>7.1.1-SNAPSHOT</version>
13+
<version>7.2.0</version>
1414
</parent>
1515

1616
<properties>

modules/flowable-app-engine-api/pom.xml

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

modules/flowable-app-engine-rest/pom.xml

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

modules/flowable-app-engine-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.flowable</groupId>
1010
<artifactId>flowable-parent</artifactId>
11-
<version>7.1.1-SNAPSHOT</version>
11+
<version>7.2.0</version>
1212
<relativePath>../flowable-parent</relativePath>
1313
</parent>
1414

modules/flowable-app-engine/pom.xml

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

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
<parent>
1111
<groupId>org.flowable</groupId>
1212
<artifactId>flowable-spring-boot</artifactId>
13-
<version>7.1.1-SNAPSHOT</version>
13+
<version>7.2.0</version>
1414
<relativePath>../flowable-spring-boot/pom.xml</relativePath>
1515
</parent>
1616

modules/flowable-batch-service-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.flowable</groupId>
1111
<artifactId>flowable-parent</artifactId>
12-
<version>7.1.1-SNAPSHOT</version>
12+
<version>7.2.0</version>
1313
<relativePath>../flowable-parent</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)