Skip to content

Commit

Permalink
Bump version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzl committed Nov 8, 2021
1 parent 9bb904e commit d1598a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dbmdz.flusswerk</groupId>
<artifactId>flusswerk</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.dbmdz.flusswerk</groupId>
<artifactId>flusswerk</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.dbmdz.flusswerk</groupId>
<artifactId>flusswerk</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
<packaging>pom</packaging>

<name>Flusswerk</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<!-- Dependency versions -->
<version.amqp-client>5.13.1</version.amqp-client>
<version.logstash-encoder>6.6</version.logstash-encoder>
<version.flusswerk>5.0.2-SNAPSHOT</version.flusswerk>
<version.flusswerk>5.0.2</version.flusswerk>
<version.junit>5.7.0</version.junit>
<version.mockito>4.0.0</version.mockito>
<!-- Plugin versions -->
Expand Down

0 comments on commit d1598a1

Please sign in to comment.