aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-08-17 10:35:03 +0200
committerHarald Musum <musum@verizonmedia.com>2020-08-17 10:35:03 +0200
commit29e7bf0b6de77038363aa04cfca9334a4f723039 (patch)
tree78b2eb2898b726d725a49f247092d243b7bb38bb /hosted-tenant-base
parent0f03e049eaa576fadd4c3e459148099a7fc6b126 (diff)
Upgrade maven-compiler-plugin to 3.8.1
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 40fc041204d..7afafb96280 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -34,7 +34,7 @@
<properties>
<vespaversion>${project.version}</vespaversion>
<target_jdk_version>11</target_jdk_version>
- <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
+ <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
<junit.version>5.6.2</junit.version> <!-- NOTE: this must be in sync with junit version specified in 'tenant-cd-api' -->
<test.categories>!integration</test.categories>