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 72687b1802 Increment version numbers for next release. 72687b1802 is described below commit 72687b180236d9216b48909c75f8120bff03dc61 Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Mon Mar 3 18:31:13 2025 -0500 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 fa4dacb370..99fdc84f5d 100644 --- a/build.properties.default +++ b/build.properties.default @@ -29,7 +29,7 @@ # ----- Version Control Flags ----- version.major=10 version.minor=1 -version.build=38 +version.build=39 version.patch=0 version.suffix= version.dev=-dev diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index 6a94344b4f..3059df3803 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.38 +maven.asf.release.deploy.version=10.1.39 #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