File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 274
274
<artifactId >build-helper-maven-plugin</artifactId >
275
275
<version >3.4.0</version >
276
276
</plugin >
277
+ <plugin >
278
+ <artifactId >maven-gpg-plugin</artifactId >
279
+ <version >3.0.1</version >
280
+ </plugin >
281
+ <plugin >
282
+ <groupId >dev.sigstore</groupId >
283
+ <artifactId >sigstore-maven-plugin</artifactId >
284
+ <version >0.4.0</version >
285
+ </plugin >
286
+ <plugin >
287
+ <groupId >org.spdx</groupId >
288
+ <artifactId >spdx-maven-plugin</artifactId >
289
+ <version >0.7.3</version >
290
+ </plugin >
277
291
</plugins >
278
292
</pluginManagement >
279
293
</build >
331
345
<plugin >
332
346
<groupId >dev.sigstore</groupId >
333
347
<artifactId >sigstore-maven-plugin</artifactId >
334
- <version >0.4.0</version >
335
348
<executions >
336
349
<execution >
337
350
<id >sign</id >
343
356
</plugin >
344
357
<plugin >
345
358
<artifactId >maven-gpg-plugin</artifactId >
346
- <version >3.0.1</version >
347
359
<executions >
348
360
<execution >
349
361
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments