2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

remove git versions

This commit is contained in:
2022-10-25 08:18:30 +04:00
parent a382a298a1
commit 28419b3168
3 changed files with 2 additions and 18 deletions

View File

@@ -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}";
}