You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2022/06/09 12:39:03 UTC

[tomcat] branch 8.5.x updated (caa9c0223a -> af732ce0bc)

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

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


    from caa9c0223a Enable detached signatures for Windows installer
     new c8511ff064 Automatically replace "in development" text with "release in progress" in changelog during pre-release.
     new af732ce0bc Increment versions for new development.

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 +-
 build.xml                        | 1 +
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml       | 4 +++-
 4 files changed, 6 insertions(+), 3 deletions(-)


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


[tomcat] 02/02: Increment versions for new development.

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

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

commit af732ce0bca2a1f5da5f3f938201146ea69bd1dc
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Thu Jun 9 08:38:07 2022 -0400

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

diff --git a/build.properties.default b/build.properties.default
index 013fe81b72..37eea4a9d9 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,7 +31,7 @@
 # ----- Version Control Flags -----
 version.major=8
 version.minor=5
-version.build=81
+version.build=82
 version.patch=0
 version.suffix=-dev
 
diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 72c11ca6f1..8d092fe390 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.81
+maven.asf.release.deploy.version=8.5.82
 
 #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 7a268cf264..7e24cbd497 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -104,7 +104,9 @@
   They eventually become mixed with the numbered issues (i.e., numbered
   issues do not "pop up" wrt. others).
 -->
-<section name="Tomcat 8.5.81 (schultz)" rtext="in development">
+<section name="Tomcat 8.5.82 (schultz)" rtext="in development">
+</section>
+<section name="Tomcat 8.5.81 (schultz)" rtext="release in progress">
   <subsection name="Catalina">
     <changelog>
       <fix>


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


[tomcat] 01/02: Automatically replace "in development" text with "release in progress" in changelog during pre-release.

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

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

commit c8511ff064eb1595b64b729fb3d482fc2e64b7d1
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Wed Jun 8 17:41:28 2022 -0400

    Automatically replace "in development" text with "release in progress" in changelog during pre-release.
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 47ed6705fb..66539dce2d 100644
--- a/build.xml
+++ b/build.xml
@@ -2309,6 +2309,7 @@ asf.ldap.username=${release.asfusername}
 gpg.exec=${gpg.exec}
 maven.asf.release.deploy.version=${version}
 </echo>
+  <replace file="webapps/docs/changelog.xml" token="rtext=&quot;in development&quot;" value="rtext=&quot;release in progress&quot;" />
   </target>
 
   <target name="release"


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