Skip to content

Commit c771a17

Browse files
chore(release): 2.20.4 [skip ci]
## [2.20.4](v2.20.3...v2.20.4) (2022-04-28) ### 🐛 Bug Fixes * commiting with token ([da537aa](da537aa)) * commiting with token and user ([47ea281](47ea281)) * commiting with token and user ([213ce62](213ce62)) ### ♻️ Chores * add snapshot release to semantic release script ([d9bccd2](d9bccd2)) * add token to push ([f4b18c3](f4b18c3)) * add token to push and set persist-credentials to true ([7dd64cf](7dd64cf))
1 parent d9bccd2 commit c771a17

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.20.4](https://github.com/ibissource/frank-flow/compare/v2.20.3...v2.20.4) (2022-04-28)
2+
3+
4+
### 🐛 Bug Fixes
5+
6+
* commiting with token ([da537aa](https://github.com/ibissource/frank-flow/commit/da537aa84a1d66df8cab1c8c4d259a8a0e66ba84))
7+
* commiting with token and user ([47ea281](https://github.com/ibissource/frank-flow/commit/47ea281d666db45504e099541c75f3258633eb64))
8+
* commiting with token and user ([213ce62](https://github.com/ibissource/frank-flow/commit/213ce621f78996606cdc1725a3978a4c09778879))
9+
10+
11+
### ♻️ Chores
12+
13+
* add snapshot release to semantic release script ([d9bccd2](https://github.com/ibissource/frank-flow/commit/d9bccd2b24b3335448662f756f7a4690cbeb2b42))
14+
* add token to push ([f4b18c3](https://github.com/ibissource/frank-flow/commit/f4b18c371089848835360956d63867d3f500f467))
15+
* add token to push and set persist-credentials to true ([7dd64cf](https://github.com/ibissource/frank-flow/commit/7dd64cfd443c2584160ef9eb82e6b4dc36010f2e))
16+
117
## [2.20.3](https://github.com/ibissource/frank-flow/compare/v2.20.2...v2.20.3) (2022-04-28)
218

319

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.20.3</version>
9+
<version>2.20.4</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.20.3</version>
7+
<version>2.20.4</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.20.3</version>
7+
<version>2.20.4</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.20.3</version>
6+
<version>2.20.4</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.20.3</version>
44+
<version>2.20.4</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.ibissource</groupId>
4848
<artifactId>frank-flow-launcher</artifactId>
49-
<version>2.20.3</version>
49+
<version>2.20.4</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ibissource</groupId>
5353
<artifactId>frank-flow-webapp</artifactId>
54-
<version>2.20.3</version>
54+
<version>2.20.4</version>
5555
<type>war</type>
5656
</dependency>
5757

0 commit comments

Comments
 (0)