aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--metrics/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 2f8c2b1b935..a3c045ec2f9 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -103,11 +103,9 @@
<artifactId>maven-install-plugin</artifactId>
</plugin>
<plugin>
- <!-- Remove when v2.1 is the default
- - it is required by maven-project-info-reports-plugin v2.2 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.12.1</version>
+ <version>${maven-site-plugin.vespa.version}</version>
</plugin>
</plugins>
</build>