Skip to content

Commit

Permalink
Relocate the right package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wertik committed Aug 8, 2021
1 parent 93a5254 commit af4a5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<minimizeJar>true</minimizeJar>
<relocations>
<relocation>
<pattern>space.devport.utils</pattern>
<shadedPattern>${project.groupId}.utils</shadedPattern>
<pattern>space.devport.dock</pattern>
<shadedPattern>${project.groupId}.dock</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit af4a5a8

Please sign in to comment.