This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 27a7f9526d Increment version numbers for next development cycle. 27a7f9526d is described below commit 27a7f9526dd1db078e87449c3cc41ece5f7b142e Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Thu Jul 6 11:27:57 2023 -0400 Increment version numbers for next development cycle. --- build.properties.default | 2 +- res/maven/mvn.properties.default | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 672be22f80..f93f07d746 100644 --- a/build.properties.default +++ b/build.properties.default @@ -31,7 +31,7 @@ # ----- Version Control Flags ----- version.major=8 version.minor=5 -version.build=91 +version.build=92 version.patch=0 version.suffix= version.dev=-dev diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index 2240b02ca0..6ab2be5f56 100644 --- a/res/maven/mvn.properties.default +++ b/res/maven/mvn.properties.default @@ -39,7 +39,7 @@ maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d maven.asf.release.repo.repositoryId=apache.releases.https # Release version info -maven.asf.release.deploy.version=8.5.91 +maven.asf.release.deploy.version=8.5.92 #Where do we load the libraries from tomcat.lib.path=../../output/build/lib --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org