Skip to content

Commit

Permalink
chore(release): create snapshot version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 28, 2022
1 parent c771a17 commit a70372a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.20.4</version>
<version>2.20.5-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.20.4</version>
<version>2.20.5-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.20.4</version>
<version>2.20.5-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.20.4</version>
<version>2.20.5-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.20.4</version>
<version>2.20.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-launcher</artifactId>
<version>2.20.4</version>
<version>2.20.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-webapp</artifactId>
<version>2.20.4</version>
<version>2.20.5-SNAPSHOT</version>
<type>war</type>
</dependency>

Expand Down

0 comments on commit a70372a

Please sign in to comment.