Skip to content

Commit

Permalink
Merge pull request #43 from aguibert/remove-generics
Browse files Browse the repository at this point in the history
Increment to v0.4-beta
  • Loading branch information
aguibert authored Sep 10, 2019
2 parents bbef469 + 3713d96 commit de21f0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then add `microshed-testing` and `junit-jupiter` as test-scoped dependencies:
<dependency>
<groupId>com.github.microshed</groupId>
<artifactId>microshed-testing</artifactId>
<version>v0.3.1-alpha</version>
<version>v0.4-beta</version>
<scope>test</scope>
</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</groupId>
<artifactId>microshed-testing</artifactId>
<version>v0.3.1-alpha</version>
<version>v0.4-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 @@ -131,7 +131,7 @@ Then add `system-test` and `junit-jupiter` as test-scoped dependencies:
<dependency>
<groupId>com.github.microshed</groupId>
<artifactId>microshed-testing</artifactId>
<version>v0.3.1-alpha</version>
<version>v0.4-beta</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit de21f0b

Please sign in to comment.