Skip to content

Commit

Permalink
Updated links to point at the newly published 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glytching committed Feb 3, 2020
1 parent 38ac1bf commit b914519
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JUnit Extensions
====

[![Build Status](https://travis-ci.org/glytching/junit-extensions.svg?branch=master)](https://travis-ci.org/glytching/junit-extensions) [![Coverage Status](https://coveralls.io/repos/github/glytching/junit-extensions/badge.svg?branch=master)](https://coveralls.io/github/glytching/junit-extensions?branch=master) [![Scrutinizer](https://img.shields.io/scrutinizer/g/glytching/junit-extensions.svg)](https://scrutinizer-ci.com/g/glytching/junit-extensions/) [![Javadoc](https://javadoc-badge.appspot.com/io.github.glytching/junit-extensions.svg?label=javadoc)](https://www.javadoc.io/doc/io.github.glytching/junit-extensions/2.3.0) [![Maven Central](https://img.shields.io/maven-central/v/io.github.glytching/junit-extensions.svg)](http://repo1.maven.org/maven2/io/github/glytching/junit-extensions/2.3.0/) [![GitHub Release](https://img.shields.io/github/release/glytching/junit-extensions.svg)](https://github.com/glytching/junit-extensions/releases)
[![Build Status](https://travis-ci.org/glytching/junit-extensions.svg?branch=master)](https://travis-ci.org/glytching/junit-extensions) [![Coverage Status](https://coveralls.io/repos/github/glytching/junit-extensions/badge.svg?branch=master)](https://coveralls.io/github/glytching/junit-extensions?branch=master) [![Scrutinizer](https://img.shields.io/scrutinizer/g/glytching/junit-extensions.svg)](https://scrutinizer-ci.com/g/glytching/junit-extensions/) [![Javadoc](https://javadoc-badge.appspot.com/io.github.glytching/junit-extensions.svg?label=javadoc)](https://www.javadoc.io/doc/io.github.glytching/junit-extensions/2.4.0) [![Maven Central](https://img.shields.io/maven-central/v/io.github.glytching/junit-extensions.svg)](https://repo1.maven.org/maven2/io/github/glytching/junit-extensions/2.4.0/) [![GitHub Release](https://img.shields.io/github/release/glytching/junit-extensions.svg)](https://github.com/glytching/junit-extensions/releases)


> With thanks and appreciation to the authors of [JUnit5](https://github.com/junit-team/junit5/graphs/contributors).
Expand All @@ -25,23 +25,23 @@ There have been discussions amongst the JUnit community (see [this](https://gith

### Using JUnit-Extensions

The `junit-extensions` library is available on [Maven Central](http://search.maven.org/#artifactdetails%7Cio.github.glytching%7Cjunit-extensions%7C2.3.0%7Cjar):
The `junit-extensions` library is available on [Maven Central](http://search.maven.org/#artifactdetails%7Cio.github.glytching%7Cjunit-extensions%7C2.4.0%7Cjar):

#### Maven

```
<dependency>
<groupId>io.github.glytching</groupId>
<artifactId>junit-extensions</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<scope>test</scope>
</dependency>
```

#### Gradle

```
testCompile 'io.github.glytching:junit-extensions:2.3.0'
testCompile 'io.github.glytching:junit-extensions:2.4.0'
```

### Building JUnit-Extensions
Expand Down

0 comments on commit b914519

Please sign in to comment.