mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-05 02:09:48 +01:00
Fixed BRCommons package relocation
This commit is contained in:
parent
84ba83b143
commit
f317c687ec
4
pom.xml
4
pom.xml
@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.github.dre2n</groupId>
|
||||
<artifactId>dungeonsxl</artifactId>
|
||||
<version>0.13-SNAPSHOT${buildNo}</version>
|
||||
<version>0.13${buildNo}</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>DungeonsXL</name>
|
||||
<url>https://dre2n.github.io</url>
|
||||
@ -47,7 +47,7 @@
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>io.github.dre2n.commons</pattern>
|
||||
<shadedPattern>io.github.dre2n.util.commons</shadedPattern>
|
||||
<shadedPattern>io.github.dre2n.dungeonsxl.util.commons</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>io.github.dre2n.caliburn</pattern>
|
||||
|
Loading…
Reference in New Issue
Block a user