abstract plugin versions for easier maintenance
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user