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
commit 0eb43d0bc2934abc292725c03caa193edad2fc5e Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Tue Dec 12 11:51:32 2023 -0500 Increment version numbers for next relesae. --- 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 5e2a2cce1d..25fe9cf4f0 100644 --- a/build.properties.default +++ b/build.properties.default @@ -31,7 +31,7 @@ # ----- Version Control Flags ----- version.major=10 version.minor=1 -version.build=17 +version.build=18 version.patch=0 version.suffix= version.dev=-dev diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index afd28840d3..8f16ddb07a 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.17 +maven.asf.release.deploy.version=10.1.18 #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