Skip to content

Commit

Permalink
Merge pull request #23 from SatelliteApplicationsCatapult/release-0.2…
Browse files Browse the repository at this point in the history
…-prep

get ready for release
  • Loading branch information
emilyselwood authored Jun 1, 2017
2 parents 55e34e2 + ecfcf05 commit 876b395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ It uses Jacoco to get coverage stats and has a maven plug for running.
<dependency>
<groupId>org.catapult.sa</groupId>
<artifactId>tribble-core</artifactId>
<version>0.1</version>
<version>0.2</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -48,7 +48,7 @@ It uses Jacoco to get coverage stats and has a maven plug for running.
<plugin>
<groupId>org.catapult.sa</groupId>
<artifactId>tribble-maven-plugin</artifactId>
<version>0.1</version>
<version>0.2</version>
<configuration>
<target>org.catapult.sa.testcase.TestCase</target>
</configuration>
Expand Down

0 comments on commit 876b395

Please sign in to comment.