Skip to content

Commit 188874b

Browse files
committed
Remove CodeMCs badge
1 parent 9914341 commit 188874b

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# PlayerBalancer
22
[Spigot Resource](https://www.spigotmc.org/resources/10788/)
33

4-
[![Build Status](https://ci.codemc.org/job/Jamezrin/job/PlayerBalancer/badge/icon)](https://ci.codemc.org/job/Jamezrin/job/PlayerBalancer)
5-
64
### Build
75
* Clone this repository
86
* Build with maven

addon/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<parent>
88
<groupId>com.jaimemartz</groupId>
9-
<version>2.1.5.5-SNAPSHOT</version>
9+
<version>2.1.6-SNAPSHOT</version>
1010
<artifactId>playerbalancer-parent</artifactId>
1111
</parent>
1212

@@ -20,7 +20,7 @@
2020
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
2121
</repository>
2222
<repository>
23-
<id>papi-repo</id>
23+
<id>extendedclip-repo</id>
2424
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
2525
</repository>
2626
</repositories>

balancer/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
<id>bstats-repo</id>
5757
<url>http://repo.bstats.org/content/repositories/releases/</url>
5858
</repository>
59-
<repository>
60-
<id>codemc-repo</id>
61-
<url>https://repo.codemc.org/repository/maven-public/</url>
62-
</repository>
6359
</repositories>
6460

6561
<dependencies>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
<url>https://github.com/jamezrin/PlayerBalancer</url>
2626
</scm>
2727

28-
<ciManagement>
29-
<system>jenkins</system>
30-
<url>http://ci.codemc.org/job/PlayerBalancer/</url>
31-
</ciManagement>
32-
3328
<issueManagement>
3429
<system>GitHub</system>
3530
<url>https://github.com/jamezrin/PlayerBalancer/issues</url>

0 commit comments

Comments
 (0)