Bump parent to java8-oss 3.2 with GPG maven plugin active only with "release" profile

The GPG maven plugin is now only active with the "release" profile
use -P release when we want to release with GPG signing
This commit is contained in:
rbygrave
2021-08-05 13:17:32 +12:00
parent a76442641b
commit 9a82dbb3e6
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java8-oss</artifactId>
<version>3.1</version>
<version>3.2</version>
</parent>
<groupId>io.ebean</groupId>