Skip to content

Commit

Permalink
update keytool-maven-plugin to 1.7 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed May 28, 2023
1 parent 8fdb4e1 commit 3b07a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>keytool-maven-plugin</artifactId>
<version>1.5</version>
<version>1.7</version>
<configuration>
<keystore>${basedir}/target/jetty.jks</keystore>
<dname>cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown</dname>
Expand Down

0 comments on commit 3b07a10

Please sign in to comment.