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>
|
<plugin>
|
||||||
<groupId>org.keycloak.documentation</groupId>
|
<groupId>org.keycloak.documentation</groupId>
|
||||||
<artifactId>header-maven-plugin</artifactId>
|
<artifactId>header-maven-plugin</artifactId>
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
<version>${project.version}</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>add-file-headers</id>
|
<id>add-file-headers</id>
|
||||||
|
|
Loading…
Reference in a new issue