Skip to content

Commit

Permalink
release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Lasinger committed Sep 5, 2019
1 parent 60957fc commit 2991d3f
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.3.2] - 2019-09-05
- fixed query parameter handling on TestRequest (broken in 0.3.0 and 0.3.1)
- shade json-simple
- shade j2html
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.3-SNAPSHOT</version>
<version>0.3.2</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.3-SNAPSHOT</version>
<version>0.3.2</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.3-SNAPSHOT</version>
<version>0.3.2</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.3-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

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

0 comments on commit 2991d3f

Please sign in to comment.