Skip to content

Commit

Permalink
Updated version numbers in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharhag committed Jun 3, 2017
1 parent a2b8d4c commit 728983e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ Travis CI builds can be found [here](https://travis-ci.org/mscharhag/oleaster)
<dependency>
<groupId>com.mscharhag.oleaster</groupId>
<artifactId>oleaster-matcher</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>

<!-- Oleaster JUnit runner -->
<dependency>
<groupId>com.mscharhag.oleaster</groupId>
<artifactId>oleaster-runner</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>

<!-- Of course a JUnit runner can only be used with JUnit -->
Expand All @@ -70,7 +70,7 @@ Travis CI builds can be found [here](https://travis-ci.org/mscharhag/oleaster)

This software is licensed under the Apache 2 license, quoted below.

Copyright 2014 Michael Scharhag
Copyright 2017 Michael Scharhag

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion oleaster-matcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you are using Maven you just have to add the following dependency:
<dependency>
<groupId>com.mscharhag.oleaster</groupId>
<artifactId>oleaster-matcher</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion oleaster-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you are using Maven you just have to add the following dependencies to your `
<dependency>
<groupId>com.mscharhag.oleaster</groupId>
<artifactId>oleaster-runner</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>

<!-- Oleaster requires JUnit -->
Expand Down

0 comments on commit 728983e

Please sign in to comment.