Skip to content

Commit

Permalink
Merge pull request #568 from dbmdz/version_bump
Browse files Browse the repository at this point in the history
Bump version to next snapshot
  • Loading branch information
stefan-it authored Sep 16, 2024
2 parents 2c31e98 + 21aa23f commit 9c33018
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [7.0.1] - 2024-07-30

### Fixed
Expand Down
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>7.0.1</version>
<version>7.0.2-SNAPSHOT</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>7.0.1</version>
<version>7.0.2-SNAPSHOT</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>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Flusswerk</name>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.github.dbmdz.flusswerk</groupId>
<artifactId>framework</artifactId>
<version>7.0.1</version>
<version>7.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
Expand Down

0 comments on commit 9c33018

Please sign in to comment.