Skip to content

Commit

Permalink
1.0.7 -> 1.0.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Warren committed Nov 24, 2016
1 parent 64d0963 commit da4270a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Feature List:-
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<scope>test</scope>
</dependency>
```
or for a Gradle project add:-
`compile 'com.github.paulcwarren:ginkgo4j:1.0.6'`
`compile 'com.github.paulcwarren:ginkgo4j:1.0.7'`

for other build systems see [here](http://search.maven.org/#artifactdetails%7Ccom.github.paulcwarren%7Cginkgo4j%7C1.0.6%7Cjar).
for other build systems see [here](http://search.maven.org/#artifactdetails%7Ccom.github.paulcwarren%7Cginkgo4j%7C1.0.7%7Cjar).

- Create a junit test class
- Add the following imports:-
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.paulcwarren</groupId>
<artifactId>ginkgo4j</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.8-SNAPSHOT</version>

<name>Ginkgo 4 Java</name>
<url>https://github.com/paulcwarren/ginkgo4j</url>
Expand Down

0 comments on commit da4270a

Please sign in to comment.