File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >parent</artifactId >
23
23
<groupId >org.simplify4u</groupId >
24
- <version >2.20.1 </version >
24
+ <version >2.21.0 </version >
25
25
</parent >
26
26
27
27
<artifactId >pgp-keys-map</artifactId >
148
148
</executions >
149
149
</plugin >
150
150
<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 >
153
153
<executions >
154
154
<execution >
155
155
<phase >none</phase >
194
194
</executions >
195
195
</plugin >
196
196
<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 >
199
199
<inherited >false</inherited >
200
200
<executions >
201
201
<execution >
215
215
</execution >
216
216
</executions >
217
217
<configuration >
218
+ <suppressSignatureOkLogging >true</suppressSignatureOkLogging >
218
219
<keysMapLocation >/pgp-keys-map.list</keysMapLocation >
219
220
<verifyPlugins >true</verifyPlugins >
220
221
<verifyPluginDependencies >true</verifyPluginDependencies >
You can’t perform that action at this time.
0 commit comments