Skip to content

Commit

Permalink
Update to V1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Apr 26, 2019
1 parent 48f7660 commit e5045dc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>at.pcgamingfreaks</groupId>
<artifactId>MinePacks</artifactId>
<version>1.18.2-SNAPSHOT</version>
<version>1.19</version>

<scm>
<connection>scm:git:git@github.com:GeorgH93/Minepacks.git</connection>
Expand Down Expand Up @@ -132,6 +132,16 @@
<shadedPattern>at.pcgamingfreaks.MinePacks.libs.slf4j.slf4j</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>at.pcgamingfreaks:PluginLib</artifact>
<excludes>
<exclude>lang/*.yml</exclude>
<exclude>*.yml</exclude>
<exclude>META-INF/*.txt</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit e5045dc

Please sign in to comment.