Skip to content

Commit d558028

Browse files
committed
Use env variable for revision
1 parent 4865eb1 commit d558028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</goals>
9393
<configuration>
9494
<additionalProperties>
95-
<revision>GIT</revision>
95+
<revision>${env.REVISION}</revision>
9696
</additionalProperties>
9797
</configuration>
9898
</execution>

0 commit comments

Comments
 (0)