Skip to content

Commit

Permalink
3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranhart committed Jun 16, 2023
1 parent d405212 commit 0be75a9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.tweetzy</groupId>
<artifactId>flight</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -87,6 +87,11 @@
<version>2.11.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.11.3</version>
</dependency>

<!-- Non-Spigot Plugins -->
<dependency>
Expand Down Expand Up @@ -189,6 +194,7 @@
<include>ca.tweetzy:*</include>
<include>com.zaxxer:HikariCP*</include>
<include>org.yaml:snakeyaml</include>
<include>de.tr7zw:*</include>
</includes>
</artifactSet>
<filters>
Expand All @@ -197,6 +203,7 @@
<includes>
<include>ca/</include>
<include>com/zaxxer/</include>
<include>de/tr7zw/</include>
<include>org/yaml/</include>
</includes>
<excludes>
Expand All @@ -213,6 +220,10 @@
<pattern>org.yaml</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}.third_party.org.yaml</shadedPattern>
</relocation>
<relocation>
<pattern>de.tr7zw.changeme.nbtapi</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}.nbtapi</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
Expand Down

0 comments on commit 0be75a9

Please sign in to comment.