summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hosted-tenant-base/pom.xml')
-rw-r--r--hosted-tenant-base/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index fc9257d1db3..2bb292a50f6 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -7,7 +7,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>hosted-tenant-base</artifactId>
- <version>7-SNAPSHOT</version>
+ <version>8-SNAPSHOT</version>
<name>Base pom for all tenant base poms</name>
<description>Parent POM for all Vespa base poms.</description>
<url>https://github.com/vespa-engine</url>
@@ -195,10 +195,10 @@
<configuration>
<rules>
<requireJavaVersion>
- <version>[11, )</version>
+ <version>[17, )</version>
</requireJavaVersion>
<requireMavenVersion>
- <version>[3.5, )</version>
+ <version>[3.6, )</version>
</requireMavenVersion>
</rules>
</configuration>