This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new ccde85bd74 Update version numbers ccde85bd74 is described below commit ccde85bd745d30cbe9b94a2ed0d855110e874468 Author: remm <r...@apache.org> AuthorDate: Fri Oct 14 10:36:59 2022 +0200 Update version numbers Using 11 snapshots is not needed for now. --- modules/openssl-foreign/pom.xml | 2 +- modules/openssl-java17/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openssl-foreign/pom.xml b/modules/openssl-foreign/pom.xml index 8811bcc22c..bbd08a8664 100644 --- a/modules/openssl-foreign/pom.xml +++ b/modules/openssl-foreign/pom.xml @@ -31,7 +31,7 @@ <version>0.1-SNAPSHOT</version> <properties> - <tomcat.version>11.0.0-SNAPSHOT</tomcat.version> + <tomcat.version>9.0.68</tomcat.version> <project.build.outputTimestamp>2021-12-02T12:00:00Z</project.build.outputTimestamp> </properties> diff --git a/modules/openssl-java17/pom.xml b/modules/openssl-java17/pom.xml index b2505f42ab..202420889f 100644 --- a/modules/openssl-java17/pom.xml +++ b/modules/openssl-java17/pom.xml @@ -31,7 +31,7 @@ <version>0.1-SNAPSHOT</version> <properties> - <tomcat.version>9.0.67</tomcat.version> + <tomcat.version>9.0.68</tomcat.version> <project.build.outputTimestamp>2021-12-02T12:00:00Z</project.build.outputTimestamp> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org