From ee531994ede8b1f77032a2ff051d488ffc9e9e77 Mon Sep 17 00:00:00 2001 From: mbax Date: Sat, 27 May 2017 11:54:32 -0400 Subject: [PATCH] 1.1.0 --- pom.xml | 26 ++++++++++++++++++- .../org/kitteh/spectastic/Spectastic.java | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b9c525e..4431909 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ spectastic Spectastic - 1.0.1 + 1.1.0 http://kitteh.org/ @@ -82,6 +82,30 @@ + + + spongerelease + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + spectastic clean install diff --git a/src/main/java/org/kitteh/spectastic/Spectastic.java b/src/main/java/org/kitteh/spectastic/Spectastic.java index 2cf10d3..aa37093 100644 --- a/src/main/java/org/kitteh/spectastic/Spectastic.java +++ b/src/main/java/org/kitteh/spectastic/Spectastic.java @@ -55,7 +55,7 @@ /** * Spectate in style. */ -@Plugin(id = "spectastic", name = "Spectastic", version = "1.1.0-SNAPSHOT") +@Plugin(id = "spectastic", name = "Spectastic", version = "1.1.0") public class Spectastic { public static final String PERMISSION_SPEC = "spectastic.spec"; public static final Key> PAST_GAME_MODE = KeyFactory.makeSingleKey(TypeToken.of(String.class), new TypeToken>(){}, DataQuery.of("PastGameMode"), "spectastic:past_gamemode", "Spectastic: Past game mode");