You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/03/15 10:17:08 UTC

[tomcat] branch 8.5.x updated (1dd7a24 -> 89d4663)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 1dd7a24  Fix typos. Thanks to Thomas Hoffmann.
     new de58103  Fix rtext for 8.5.76 and 8.5.77
     new 89d4663  Increment version number for next development cycle

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.properties.default         | 2 +-
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml       | 6 ++++--
 3 files changed, 6 insertions(+), 4 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat] 01/02: Fix rtext for 8.5.76 and 8.5.77

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit de58103aa0ad965844eda0d33549a481b7c5e883
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 15 10:14:49 2022 +0000

    Fix rtext for 8.5.76 and 8.5.77
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 74d49de..a536f60 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,7 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-<section name="Tomcat 8.5.77 (schultz)" rtext="In development">
+<section name="Tomcat 8.5.77 (schultz)" rtext="release in progress">
   <subsection name="Catalina">
     <changelog>
       <fix>
@@ -162,7 +162,7 @@
     </changelog>
   </subsection>
 </section>
-<section name="Tomcat 8.5.76 (schultz)" rtext="release in progress">
+<section name="Tomcat 8.5.76 (schultz)" rtext="2022-02-28">
   <subsection name="Catalina">
     <changelog>
       <add>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat] 02/02: Increment version number for next development cycle

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 89d466358996eb9daa92fdb90293e4cbc7e28887
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 15 10:16:57 2022 +0000

    Increment version number for next development cycle
---
 build.properties.default         | 2 +-
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml       | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 64cb22e..3564336 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,7 +31,7 @@
 # ----- Version Control Flags -----
 version.major=8
 version.minor=5
-version.build=77
+version.build=78
 version.patch=0
 version.suffix=-dev
 
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 092fcb8..caf2bd3 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.77
+maven.asf.release.deploy.version=8.5.78
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index a536f60..cd55922 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,6 +104,8 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
+<section name="Tomcat 8.5.78 (schultz)" rtext="in development">
+</section>
 <section name="Tomcat 8.5.77 (schultz)" rtext="release in progress">
   <subsection name="Catalina">
     <changelog>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org