Skip to content

Commit f221497

Browse files
committed
fixup! cleanup sigstore/gpg/spdx plugins
Signed-off-by: Sam Gammon <[email protected]>
1 parent bc68655 commit f221497

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

pom.xml

+14-2
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,20 @@
274274
<artifactId>build-helper-maven-plugin</artifactId>
275275
<version>3.4.0</version>
276276
</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>
277291
</plugins>
278292
</pluginManagement>
279293
</build>
@@ -331,7 +345,6 @@
331345
<plugin>
332346
<groupId>dev.sigstore</groupId>
333347
<artifactId>sigstore-maven-plugin</artifactId>
334-
<version>0.4.0</version>
335348
<executions>
336349
<execution>
337350
<id>sign</id>
@@ -343,7 +356,6 @@
343356
</plugin>
344357
<plugin>
345358
<artifactId>maven-gpg-plugin</artifactId>
346-
<version>3.0.1</version>
347359
<executions>
348360
<execution>
349361
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)