Skip to content

Commit 3eb1cb4

Browse files
committed
build: use ${revision}
1 parent 71fb751 commit 3eb1cb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66

77
<artifactId>apexhosting-prometheusexporter</artifactId>
88
<groupId>com.apexminecrafthosting.hytales.plugins</groupId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>${release}</version>
1010

1111
<properties>
12+
<revision>1.0.0-SNAPSHOT</revision>
1213
<maven.compiler.source>25</maven.compiler.source>
1314
<maven.compiler.target>25</maven.compiler.target>
1415
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)