Skip to content

Commit 42445f3

Browse files
Merge pull request #2165 from s4u/parent-2.21.0
Bump parent from 2.20.1 to 2.21.0
2 parents ef1b26f + 3187c95 commit 42445f3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>org.simplify4u</groupId>
24-
<version>2.20.1</version>
24+
<version>2.21.0</version>
2525
</parent>
2626

2727
<artifactId>pgp-keys-map</artifactId>
@@ -148,8 +148,8 @@
148148
</executions>
149149
</plugin>
150150
<plugin>
151-
<groupId>org.simplify4u.plugins</groupId>
152-
<artifactId>sign-maven-plugin</artifactId>
151+
<groupId>org.apache.maven.plugins</groupId>
152+
<artifactId>maven-gpg-plugin</artifactId>
153153
<executions>
154154
<execution>
155155
<phase>none</phase>
@@ -194,8 +194,8 @@
194194
</executions>
195195
</plugin>
196196
<plugin>
197-
<groupId>org.simplify4u.plugins</groupId>
198-
<artifactId>sign-maven-plugin</artifactId>
197+
<groupId>org.apache.maven.plugins</groupId>
198+
<artifactId>maven-gpg-plugin</artifactId>
199199
<inherited>false</inherited>
200200
<executions>
201201
<execution>
@@ -215,6 +215,7 @@
215215
</execution>
216216
</executions>
217217
<configuration>
218+
<suppressSignatureOkLogging>true</suppressSignatureOkLogging>
218219
<keysMapLocation>/pgp-keys-map.list</keysMapLocation>
219220
<verifyPlugins>true</verifyPlugins>
220221
<verifyPluginDependencies>true</verifyPluginDependencies>

0 commit comments

Comments
 (0)