diff --git a/RedisBungee-Bungee/src/main/resources/plugin.yml b/RedisBungee-Bungee/src/main/resources/plugin.yml index 967169a..de05a1b 100644 --- a/RedisBungee-Bungee/src/main/resources/plugin.yml +++ b/RedisBungee-Bungee/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: RedisBungee main: com.imaginarycode.minecraft.redisbungee.RedisBungee -version: ${project.parent.version}-${git.commit.id.abbrev} +version: ${project.parent.version} author: "astei, ProxioDev" # This is used so that we can automatically override default BungeeCord behavior. softDepends: ["cmd_find", "cmd_list"] \ No newline at end of file diff --git a/RedisBungee-Velocity/src/main/java-templates/com/imaginarycode/minecraft/redisbungee/PomData.java b/RedisBungee-Velocity/src/main/java-templates/com/imaginarycode/minecraft/redisbungee/PomData.java index b4c6c31..421cb2c 100644 --- a/RedisBungee-Velocity/src/main/java-templates/com/imaginarycode/minecraft/redisbungee/PomData.java +++ b/RedisBungee-Velocity/src/main/java-templates/com/imaginarycode/minecraft/redisbungee/PomData.java @@ -1,5 +1,5 @@ package com.imaginarycode.minecraft.redisbungee; public class PomData { - public final static String VERSION = "${project.parent.version}-${git.commit.id.abbrev}"; + public final static String VERSION = "${project.parent.version}"; } diff --git a/pom.xml b/pom.xml index 22335b5..dfeb23c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,22 +18,6 @@ 8 - - pl.project13.maven - git-commit-id-plugin - 4.9.10 - - false - - - - get-the-git-infos - - revision - - - -