Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Jun 26, 2021
1 parent 60622a0 commit 4ead274
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>xyz.xenondevs</groupId>
<artifactId>Nova</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<properties>
<kotlin.version>1.5.20-RC</kotlin.version>
Expand Down Expand Up @@ -268,6 +268,10 @@
<pattern>net.roxeez</pattern>
<shadedPattern>${shadePath}.net.roxeez</shadedPattern>
</relocation>
<relocation>
<pattern>xyz.xenondevs.particle</pattern>
<shadedPattern>${shadePath}.xyz.xenondevs.particle</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 4ead274

Please sign in to comment.