11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache .org/POM/4.0.0 "
3- xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance "
2+ <project xmlns : xsi =" http://www.w3 .org/2001/XMLSchema-instance "
3+ xmlns =" http://maven.apache .org/POM/4.0.0 "
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+
57 <parent >
6- <artifactId >playerbalancer</artifactId >
78 <groupId >com.jaimemartz</groupId >
8- <version >1</version >
9+ <version >2.1.5.5-SNAPSHOT</version >
10+ <artifactId >playerbalancer-parent</artifactId >
911 </parent >
10- <modelVersion >4.0.0</modelVersion >
1112
12- <name >PlayerBalancer Plugin</ name >
13- < artifactId >playerbalancer-plugin</ artifactId >
14- <version >2.1.5.4</ version >
13+ <artifactId >playerbalancer</ artifactId >
14+
15+ <name >PlayerBalancer</ name >
1516
1617 <build >
17- <finalName >PlayerBalancer</finalName >
1818 <plugins >
1919 <plugin >
2020 <groupId >org.apache.maven.plugins</groupId >
2121 <artifactId >maven-shade-plugin</artifactId >
22- <version >2.4.3</version >
2322 <configuration >
2423 <relocations >
2524 <relocation >
2625 <pattern >org.bstats</pattern >
2726 <shadedPattern >com.jaimemartz.playerbalancer.metrics</shadedPattern >
2827 </relocation >
28+ <relocation >
29+ <pattern >ninja.leaping.configurate</pattern >
30+ <shadedPattern >com.jaimemartz.playerbalancer.libs.ninja.leaping.configurate</shadedPattern >
31+ </relocation >
32+ <relocation >
33+ <pattern >com.typesafe.config</pattern >
34+ <shadedPattern >com.jaimemartz.playerbalancer.libs.com.typesafe.config</shadedPattern >
35+ </relocation >
2936 </relocations >
3037 </configuration >
3138 <executions >
3744 </execution >
3845 </executions >
3946 </plugin >
40- <plugin >
41- <groupId >org.apache.maven.plugins</groupId >
42- <artifactId >maven-jar-plugin</artifactId >
43- <version >2.3.1</version >
44- <configuration >
45- <outputDirectory >../target</outputDirectory >
46- </configuration >
47- </plugin >
4847 </plugins >
4948 </build >
5049
5150 <repositories >
52- <repository >
53- <id >bungeecord-repo</id >
54- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
55- </repository >
5651 <repository >
5752 <id >md_5-snapshots</id >
5853 <url >http://repo.md-5.net/content/repositories/snapshots/</url >
5954 </repository >
60- <repository >
61- <id >inventive-repo</id >
62- <url >https://repo.inventivetalent.org/content/groups/public/</url >
63- </repository >
6455 <repository >
6556 <id >bstats-repo</id >
6657 <url >http://repo.bstats.org/content/repositories/releases/</url >
10394 <version >1.2</version >
10495 <scope >compile</scope >
10596 </dependency >
106- <dependency >
107- <groupId >junit</groupId >
108- <artifactId >junit</artifactId >
109- <version >4.12</version >
110- <scope >test</scope >
111- </dependency >
112- <dependency >
113- <groupId >org.projectlombok</groupId >
114- <artifactId >lombok</artifactId >
115- <version >1.16.16</version >
116- <scope >provided</scope >
117- </dependency >
11897 </dependencies >
119- </project >
98+ </project >
0 commit comments