Skip to content

Commit 5150e66

Browse files
chore(release): 2.9.0 [skip ci]
# [2.9.0](v2.8.46...v2.9.0) (2022-03-14) ### ✨ Features * add setting for lock on node ([3d178a0](3d178a0)) * change default flow settings ([1146e68](1146e68)) * change setting name from Panzoom to pan ([2484cbf](2484cbf)) ### 🛠 Builds * **deps:** bump maven-compiler-plugin from 3.10.0 to 3.10.1 ([7f93101](7f93101)) * **deps:** bump maven-dependency-plugin from 3.2.0 to 3.3.0 ([f05dd48](f05dd48))
1 parent 2484cbf commit 5150e66

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.9.0](https://github.com/ibissource/frank-flow/compare/v2.8.46...v2.9.0) (2022-03-14)
2+
3+
4+
### ✨ Features
5+
6+
* add setting for lock on node ([3d178a0](https://github.com/ibissource/frank-flow/commit/3d178a014b1ce74c60ec468c521d0f26834b883b))
7+
* change default flow settings ([1146e68](https://github.com/ibissource/frank-flow/commit/1146e6875e33d3e654e40b2e3a0cb4fb5af9e450))
8+
* change setting name from Panzoom to pan ([2484cbf](https://github.com/ibissource/frank-flow/commit/2484cbf6d6d5bcb130738297dba782d52c480c97))
9+
10+
11+
### 🛠 Builds
12+
13+
* **deps:** bump maven-compiler-plugin from 3.10.0 to 3.10.1 ([7f93101](https://github.com/ibissource/frank-flow/commit/7f93101705c4e66cb74b44a4644645903652bf48))
14+
* **deps:** bump maven-dependency-plugin from 3.2.0 to 3.3.0 ([f05dd48](https://github.com/ibissource/frank-flow/commit/f05dd48a6e2abc03aed56bce560a093d7753ecc5))
15+
116
## [2.8.46](https://github.com/ibissource/frank-flow/compare/v2.8.45...v2.8.46) (2022-03-11)
217

318

frank-flow-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.ibissource</groupId>
88
<artifactId>frank-flow-parent</artifactId>
9-
<version>2.8.46-SNAPSHOT</version>
9+
<version>2.9.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>frank-flow-launcher</artifactId>

frank-flow-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.8.46-SNAPSHOT</version>
7+
<version>2.9.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>frank-flow-webapp</artifactId>

frank-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.8.46-SNAPSHOT</version>
7+
<version>2.9.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>frank-flow</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.ibissource</groupId>
55
<artifactId>frank-flow-parent</artifactId>
6-
<version>2.8.46-SNAPSHOT</version>
6+
<version>2.9.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<properties>
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>org.ibissource</groupId>
4343
<artifactId>frank-flow</artifactId>
44-
<version>2.8.46-SNAPSHOT</version>
44+
<version>2.9.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.ibissource</groupId>
4848
<artifactId>frank-flow-launcher</artifactId>
49-
<version>2.8.46-SNAPSHOT</version>
49+
<version>2.9.0-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ibissource</groupId>
5353
<artifactId>frank-flow-webapp</artifactId>
54-
<version>2.8.46-SNAPSHOT</version>
54+
<version>2.9.0-SNAPSHOT</version>
5555
<type>war</type>
5656
</dependency>
5757

0 commit comments

Comments
 (0)