Specify header-maven-plugin version via project.version property
Closes #19186
This commit is contained in:
parent
cb82b16dd8
commit
e26203467f
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
<plugin>
|
||||
<groupId>org.keycloak.documentation</groupId>
|
||||
<artifactId>header-maven-plugin</artifactId>
|
||||
<version>999.0.0-SNAPSHOT</version>
|
||||
<version>${project.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>add-file-headers</id>
|
||||
|
|
Loading…
Reference in a new issue