Skip to content

Commit 62acfbc

Browse files
authored
build: define version of plugin maven-gpg-plugin (#4320)
add <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> Auto-cherry-to 1.0.x Fixes #4320 Signed-off-by: leeyazhou <bytesgo@163.com>
1 parent 4d0206b commit 62acfbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@
356356
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
357357
<maven-checkstyle-plugin.failOnViolation>true</maven-checkstyle-plugin.failOnViolation>
358358
<puppycrawl-tools-checkstyle.version>9.3</puppycrawl-tools-checkstyle.version>
359+
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
359360

360361
<disable.checks>false</disable.checks>
361362

@@ -892,6 +893,7 @@
892893
<plugin>
893894
<groupId>org.apache.maven.plugins</groupId>
894895
<artifactId>maven-gpg-plugin</artifactId>
896+
<version>${maven-gpg-plugin.version}</version>
895897
<executions>
896898
<execution>
897899
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)