From 28419b3168d5f2fc5cefa3fefa76837aa9d4c94c Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Tue, 25 Oct 2022 08:18:30 +0400 Subject: [PATCH] remove git versions --- RedisBungee-Bungee/src/main/resources/plugin.yml | 2 +- .../minecraft/redisbungee/PomData.java | 2 +- pom.xml | 16 ---------------- 3 files changed, 2 insertions(+), 18 deletions(-) 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 - - - -