Skip to content

Commit

Permalink
chore(release): 2.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.11.1](v2.11.0...v2.11.1) (2022-03-16)

### 🛠 Builds

* **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([fd3fbe5](fd3fbe5))
  • Loading branch information
semantic-release-bot committed Mar 16, 2022
1 parent fd3fbe5 commit 454aa39
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.11.1](https://github.com/ibissource/frank-flow/compare/v2.11.0...v2.11.1) (2022-03-16)


### 🛠 Builds

* **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([fd3fbe5](https://github.com/ibissource/frank-flow/commit/fd3fbe563749bc441d80783e567f67ec8bee3f6c))

# [2.11.0](https://github.com/ibissource/frank-flow/compare/v2.10.5...v2.11.0) (2022-03-16)


Expand Down
2 changes: 1 addition & 1 deletion frank-flow-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-parent</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.1-SNAPSHOT</version>
</parent>

<artifactId>frank-flow-launcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frank-flow-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-parent</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.1-SNAPSHOT</version>
</parent>

<artifactId>frank-flow-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frank-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-parent</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.1-SNAPSHOT</version>
</parent>

<artifactId>frank-flow</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.ibissource</groupId>
<artifactId>frank-flow-parent</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -41,17 +41,17 @@
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-launcher</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-webapp</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.1-SNAPSHOT</version>
<type>war</type>
</dependency>

Expand Down

0 comments on commit 454aa39

Please sign in to comment.