Skip to content

Commit

Permalink
add project url to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen committed Jun 13, 2017
1 parent 9c411e7 commit c6222a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Wiremock JUnit5

[![codecov](https://codecov.io/gh/lanwen/wiremock-junit5/branch/master/graph/badge.svg)](https://codecov.io/gh/lanwen/wiremock-junit5)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ru.lanwen.wiremock/wiremock-junit5/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/ru.lanwen.wiremock/wiremock-junit5)

Simple extension to inject ready-to-use wiremock server to JUnit5 test

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<url>https://github.com/lanwen/wiremock-junit5</url>
<name>wiremock-junit5-root</name>
<description>Wiremock JUnit5 Extension</description>

Expand Down

0 comments on commit c6222a7

Please sign in to comment.