Skip to content

Commit 3b07a10

Browse files
authored
update keytool-maven-plugin to 1.7 (#57)
1 parent 8fdb4e1 commit 3b07a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ under the License.
484484
<plugin>
485485
<groupId>org.codehaus.mojo</groupId>
486486
<artifactId>keytool-maven-plugin</artifactId>
487-
<version>1.5</version>
487+
<version>1.7</version>
488488
<configuration>
489489
<keystore>${basedir}/target/jetty.jks</keystore>
490490
<dname>cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown</dname>

0 commit comments

Comments
 (0)