abstract plugin versions for easier maintenance

This commit is contained in:
2026-08-10 10:27:22 -04:00
parent 045e31a9cb
commit 9ef965c638
43 changed files with 201 additions and 175 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ The following properties are intended to be exposed by inheriting Public API Mav
| Maven Property |
| ---------------------------------- |
| `download-plugin.version` |
| `download-maven-plugin.version` |
## Results
+2 -2
View File
@@ -32,7 +32,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>${download-plugin.version}</version>
<version>${download-maven-plugin.version}</version>
<executions>
<!-- TODO eventually replace these with the archetype versions -->
<execution>
@@ -64,7 +64,7 @@
<ate.docker.image.tag>${docker.image.tag}</ate.docker.image.tag>
<!-- versions -->
<download-plugin.version>1.13.0</download-plugin.version>
<download-maven-plugin.version>@download-maven-plugin.version@</download-maven-plugin.version>
</properties>
</profile>
</profiles>