Skip to content

Commit

Permalink
Merge pull request #54 from aguibert/master
Browse files Browse the repository at this point in the history
Update to 0.4.1-beta
  • Loading branch information
aguibert authored Sep 13, 2019
2 parents 67b21af + 1ef2c1b commit 591d3bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Then add `microshed-testing` and `junit-jupiter` as test-scoped dependencies:
<dependency>
<groupId>com.github.microshed.microshed-testing</groupId>
<artifactId>microshed-testing-testcontainers</artifactId>
<version>v0.4-beta</version>
<scope>test</scope>
<version>0.4.1-beta</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/features/00_Walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Given the above application code, we can start by adding maven dependencies:
<dependency>
<groupId>com.github.microshed.microshed-testing</groupId>
<artifactId>microshed-testing-testcontainers</artifactId>
<version>v0.4-beta</version>
<version>0.4.1-beta</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Then add `system-test` and `junit-jupiter` as test-scoped dependencies:
<dependency>
<groupId>com.github.microshed.microshed-testing</groupId>
<artifactId>microshed-testing-testcontainers</artifactId>
<version>v0.4-beta</version>
<version>0.4.1-beta</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 591d3bb

Please sign in to comment.