plugin version upgrades and parameterization

This commit is contained in:
2025-07-08 14:11:37 -04:00
parent 6fc66409c0
commit 0b2cbcf060
25 changed files with 100 additions and 35 deletions

View File

@@ -23,7 +23,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
<version>${build-helper.version}</version>
<executions>
<execution>
<id>filter-default-resources</id>
@@ -138,7 +138,9 @@
</property>
</activation>
<properties>
<!-- versions -->
<spring-boot.version>2.4.3</spring-boot.version>
<build-helper.version>3.6.1</build-helper.version>
</properties>
</profile>
</profiles>