Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit 543b56c

Browse files
committed
Use a newer version of maven-jarsigner-plugin to make it possible to
disable signing the resulting jar though some maven property. Signed-off-by: Haochen Xie <haochen@xie.name>
1 parent c817acf commit 543b56c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-jarsigner-plugin</artifactId>
64-
<version>1.2</version>
64+
<version>1.3.2</version>
6565
<executions>
6666
<execution>
6767
<id>sign</id>

0 commit comments

Comments
 (0)