This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 1f06766924 Increment version numbers for next release. 1f06766924 is described below commit 1f06766924e56758b11faf3812e2d15b60492d4d Author: ChristopherSchultz <ch...@christopherschultz.net> AuthorDate: Tue Apr 9 15:44:54 2024 -0400 Increment version numbers for next release. --- 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 00be11738f..6fa20d3d3d 100644 --- a/build.properties.default +++ b/build.properties.default @@ -31,7 +31,7 @@ # ----- Version Control Flags ----- version.major=10 version.minor=1 -version.build=21 +version.build=22 version.patch=0 version.suffix= version.dev=-dev diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index 8e094bf1a9..1f48ad8fdc 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=10.1.21 +maven.asf.release.deploy.version=10.1.22 #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