Get parent version from revision variable (#31)

This commit is contained in:
Michael Barry
2022-09-22 17:44:53 -04:00
committed by GitHub
parent 87c6125a39
commit 64d8e0bf83

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>com.onthegomap.planetiler</groupId>
<artifactId>planetiler-parent</artifactId>
<version>0.5-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<dependencies>