Skip to content

Commit

Permalink
Upgrade to spigot 1.14.4
Browse files Browse the repository at this point in the history
This commit upgrades the spigot api dependency to spigot 1.14.4.
This includes the api-version in the plugin.yml being set to "1.14".
This was also reflected in the maven version, which was bumped to 1.0.2.
  • Loading branch information
lynxplay committed Mar 20, 2020
1 parent 554514a commit ea118c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.lynxplay</groupId>
<artifactId>serena</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.13.2-R0.1-SNAPSHOT</version>
<version>1.14.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Serena
main: me.ravvenlord.serena.Serena
version: "1.0"
api-version: "1.13"
api-version: "1.14"

commands:
serena:
Expand Down

0 comments on commit ea118c0

Please sign in to comment.