remove git versions

This commit is contained in:
mohammed jasem alaajel 2022-10-25 08:18:30 +04:00
parent a382a298a1
commit 28419b3168
No known key found for this signature in database
3 changed files with 2 additions and 18 deletions

View File

@ -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"]

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

16
pom.xml
View File

@ -18,22 +18,6 @@
<target>8</target>
</configuration>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.9.10</version>
<configuration>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
</configuration>
<executions>
<execution>
<id>get-the-git-infos</id>
<goals>
<goal>revision</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<modules>