#2680 - Bump parent to java11-oss 3.8 which moves nexus-staging-maven-plugin and distributionManagement under "central" profile

This means that the nexus-staging-maven-plugin should not be used for forks looking to deploy into their own local nexus/archiva maven repo.
This commit is contained in:
Rob Bygrave
2022-05-03 09:06:27 +12:00
parent f49b93a845
commit f92887b2f0
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java11-oss</artifactId>
<version>3.7</version>
<version>3.8</version>
</parent>
<groupId>io.ebean</groupId>