Skip to content

Commit

Permalink
3.10.0
Browse files Browse the repository at this point in the history
Took 13 seconds
  • Loading branch information
kiranhart committed Jun 16, 2023
1 parent d52ccbb commit 16ae32d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -7,15 +7,15 @@
<artifactId>skulls</artifactId>

<name>Skulls</name>
<version>3.9.2</version>
<version>3.10.0</version>
<packaging>jar</packaging>

<properties>
<author>Kiran Hart</author>
<jarName>Skulls</jarName>
<main.class>${project.groupId}.${project.artifactId}.${project.name}</main.class>
<java.version>1.8</java.version>
<flight.version>3.12.0</flight.version>
<flight.version>3.14.0</flight.version>
<flight.path>ca.tweetzy</flight.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.19.4-R0.1-SNAPSHOT</version>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency> <dependency>
<groupId>${flight.path}</groupId>
Expand Down

0 comments on commit 16ae32d

Please sign in to comment.