mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-28 13:36:33 +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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>io.github.dre2n</groupId>
|
<groupId>io.github.dre2n</groupId>
|
||||||
<artifactId>dungeonsxl</artifactId>
|
<artifactId>dungeonsxl</artifactId>
|
||||||
<version>0.13-SNAPSHOT${buildNo}</version>
|
<version>0.13${buildNo}</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>DungeonsXL</name>
|
<name>DungeonsXL</name>
|
||||||
<url>https://dre2n.github.io</url>
|
<url>https://dre2n.github.io</url>
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>io.github.dre2n.commons</pattern>
|
<pattern>io.github.dre2n.commons</pattern>
|
||||||
<shadedPattern>io.github.dre2n.util.commons</shadedPattern>
|
<shadedPattern>io.github.dre2n.dungeonsxl.util.commons</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>io.github.dre2n.caliburn</pattern>
|
<pattern>io.github.dre2n.caliburn</pattern>
|
||||||
|
Loading…
Reference in New Issue
Block a user