Skip to content

Commit

Permalink
release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Lasinger committed May 2, 2019
1 parent 499bb0f commit acc1e6e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- Categories: Added, Changed, Deprecated, Removed, Fixed, Security -->

## [Unreleased]

## [0.2.3] - 2019-05-02
- added support for unmodifiable test-provided parameters via `TestConfigs.fixed(..)`
- extended JSON response

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.oneandone.httpselftest</groupId>
<artifactId>selftest-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.3</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion selftest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.oneandone.httpselftest</groupId>
<artifactId>selftest-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>selftest-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion selftest-nologger-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.oneandone.httpselftest</groupId>
<artifactId>selftest-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>selftest-nologger-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion selftest-springboot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.oneandone.httpselftest</groupId>
<artifactId>selftest-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>selftest-springboot-example</artifactId>
Expand Down

0 comments on commit acc1e6e

Please sign in to comment.