Skip to content

Commit b86a624

Browse files
vadeghjacobs
authored andcommitted
Fixed 'Build status' and 'Coverage' badges. (#48)
Fixed scm links and issue management links in pom.xml.
1 parent 46d6670 commit b86a624

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SProcWrapper
22
============
33

4-
[![Build Status](https://travis-ci.org/zalando-incubator/java-sproc-wrapper.svg)](https://travis-ci.org/zalando/java-sproc-wrapper) [![Coverage Status](https://coveralls.io/repos/zalando-incubator/java-sproc-wrapper/badge.svg)](https://coveralls.io/r/zalando-incubator/java-sproc-wrapper)
4+
[![Build Status](https://travis-ci.org/zalando-stups/java-sproc-wrapper.svg)](https://travis-ci.org/zalando-stups/java-sproc-wrapper) [![Coverage Status](https://coveralls.io/repos/zalando-stups/java-sproc-wrapper/badge.svg)](https://coveralls.io/r/zalando-stups/java-sproc-wrapper)
55
[![Javadoc](https://javadoc-emblem.rhcloud.com/doc/de.zalando/zalando-sprocwrapper/badge.svg)](http://www.javadoc.io/doc/de.zalando/zalando-sprocwrapper)
66
[![Maven Central](https://img.shields.io/maven-central/v/de.zalando/zalando-sprocwrapper.svg)](https://maven-badges.herokuapp.com/maven-central/de.zalando/zalando-sprocwrapper)
77
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/zalando/problem-spring-web/master/LICENSE)

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
</organization>
2727

2828
<scm>
29-
<connection>scm:git:git://github.com/zalando/java-sproc-wrapper.git</connection>
30-
<developerConnection>scm:git:[email protected]:zalando/java-sproc-wrapper.git</developerConnection>
31-
<url>https://github.com/zalando-incubator/java-sproc-wrapper.git</url>
29+
<connection>scm:git:git://github.com/zalando-stups/java-sproc-wrapper.git</connection>
30+
<developerConnection>scm:git:[email protected]:zalando-stups/java-sproc-wrapper.git</developerConnection>
31+
<url>https://github.com/zalando-stups/java-sproc-wrapper.git</url>
3232
<tag>HEAD</tag>
3333
</scm>
3434

3535
<issueManagement>
3636
<system>GitHub</system>
37-
<url>https://github.com/zalando-incubator/java-sproc-wrapper/issues</url>
37+
<url>https://github.com/zalando-stups/java-sproc-wrapper/issues</url>
3838
</issueManagement>
3939

4040
<licenses>

0 commit comments

Comments
 (0)