Skip to content

Commit 0002f43

Browse files
committed
Update to the latest stable maven-release-plugin version
Also stop when sign plugin doesn't have a key.
1 parent edec41c commit 0002f43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-release-plugin</artifactId>
121+
<version>2.5.3</version>
121122
</plugin>
122123
<plugin>
123124
<groupId>org.apache.maven.plugins</groupId>
@@ -185,6 +186,9 @@
185186
<groupId>org.simplify4u.plugins</groupId>
186187
<artifactId>sign-maven-plugin</artifactId>
187188
<version>1.0.1</version>
189+
<configuration>
190+
<skipNoKey>false</skipNoKey>
191+
</configuration>
188192
<executions>
189193
<execution>
190194
<goals>

0 commit comments

Comments
 (0)