This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 250a8e0491 Fix jsign version number 250a8e0491 is described below commit 250a8e0491e432a462519124997ba7a48af90751 Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Tue Jul 4 12:03:59 2023 +0200 Fix jsign version number --- build.properties.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index d01a9c0377..413163eaf8 100644 --- a/build.properties.default +++ b/build.properties.default @@ -316,7 +316,7 @@ bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.bnd-${bnd.version}.jar # ----- JSign, version 4.1 or later ----- -jsign.version=4.2 +jsign.version=5.0 # checksums for JSign 5.0 jsign.checksum.enabled=true --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org