Replace fixed version number with variable from root pom.xml.

This commit is contained in:
langfr
2025-10-13 19:05:16 +01:00
parent 91ca6c14bd
commit c4c4216bbe

View File

@@ -250,7 +250,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>${version.org.apache.maven.plugins.maven-shade-plugin}</version>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<createDependencyReducedPom>false</createDependencyReducedPom>