2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-02 03:00:27 +00:00

change versioning scheme on both velocity + bungeecord

This commit is contained in:
2022-07-15 09:57:30 +04:00
parent 803ae36d00
commit 3a8baae56f
7 changed files with 36 additions and 5 deletions

16
pom.xml
View File

@@ -18,6 +18,22 @@
<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>