diff --git a/pom.xml b/pom.xml index 6023eb2..a348a0e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ de.epiceric ShopChest jar - 1.11.1 + ${version.final} ShopChest https://www.spigotmc.org/resources/shopchest.11431/ Let your players create their own nice-looking shops to sell their stuff to other players! @@ -16,6 +16,9 @@ 1.7 1.7 + 1.11.1 + ${version.number}-${git.commit.id.abbrev} + github @@ -31,6 +34,12 @@ -Xdoclint:none + + release + + ${version.number} + + @@ -83,7 +92,6 @@ - ${project.artifactId} src/main/resources @@ -144,6 +152,23 @@ Timestamp: ${maven.build.timestamp} + + pl.project13.maven + git-commit-id-plugin + 2.1.5 + + + validate + + revision + + + + + ${project.basedir}/.git + false + +