[GitHub] tomcat pull request #97: Bz48672

2018-02-07 Thread m-czernek
GitHub user m-czernek opened a pull request: https://github.com/apache/tomcat/pull/97 Bz48672 Providing documentation patch for the https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 bugzilla (and removing the TODO from the HTML interface). Feel free to suggest any chang

Tagging Tomcat 7/8.0

2018-02-07 Thread Violeta Georgieva
Hi, I'm planning to start preparing Tomcat 7/8.0 for a release later today. If you would like to include something in addition, please reply here. Regards, Violeta

Symantec code signing issues - again :(

2018-02-07 Thread Mark Thomas
Yet again we are having issues with the Symantec code signing service. The certificate associated with the API user we use to sign Tomcat releases expires at the end of March. As the designated contact, I got the renewal notice yesterday. I've just tried to complete the renewal. The first step as

Re: Tagging Tomcat 7/8.0

2018-02-07 Thread Rainer Jung
Am 07.02.2018 um 10:05 schrieb Violeta Georgieva: Hi, I'm planning to start preparing Tomcat 7/8.0 for a release later today. If you would like to include something in addition, please reply here. If it is OK for you, I would go ahead and apply my Spring weaving class loader fix (BZ 58143).

Re: Tagging Tomcat 7/8.0

2018-02-07 Thread Violeta Georgieva
2018-02-07 13:39 GMT+02:00 Rainer Jung : > > Am 07.02.2018 um 10:05 schrieb Violeta Georgieva: >> >> Hi, >> >> I'm planning to start preparing Tomcat 7/8.0 for a release later today. >> If you would like to include something in addition, please reply here. > > > If it is OK for you, I would go ahea

svn commit: r1823459 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2018-02-07 Thread rjung
Author: rjung Date: Wed Feb 7 11:46:35 2018 New Revision: 1823459 URL: http://svn.apache.org/viewvc?rev=1823459&view=rev Log: Fix checkstyle complaint about import ordering. Follow on to r1823322. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified

svn commit: r1823460 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread rjung
Author: rjung Date: Wed Feb 7 11:54:45 2018 New Revision: 1823460 URL: http://svn.apache.org/viewvc?rev=1823460&view=rev Log: BZ58143: Fix calling classloading transformers broken in 7.0.70 by the fix for BZ59619. This was observed when using Spring weaving. Partial backport of r1730946, follow

Re: Tagging Tomcat 7/8.0

2018-02-07 Thread Rainer Jung
Am 07.02.2018 um 12:41 schrieb Violeta Georgieva: 2018-02-07 13:39 GMT+02:00 Rainer Jung : Am 07.02.2018 um 10:05 schrieb Violeta Georgieva: Hi, I'm planning to start preparing Tomcat 7/8.0 for a release later today. If you would like to include something in addition, please reply here. I

Re: svn commit: r1823460 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread Konstantin Kolinko
2018-02-07 14:54 GMT+03:00 : > Author: rjung > Date: Wed Feb 7 11:54:45 2018 > New Revision: 1823460 > > URL: http://svn.apache.org/viewvc?rev=1823460&view=rev > Log: > BZ58143: Fix calling classloading transformers broken in 7.0.70 > by the fix for BZ59619. This was observed when using Spring >

[GitHub] tomcat issue #97: Bz48672

2018-02-07 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/97 Thanks looks great. I'll add it shortly. I'll apply to all versions and then tweak the various version specific parts so they reflect the current version. ---

svn commit: r1823481 - in /tomcat/trunk: java/org/apache/catalina/manager/host/LocalStrings.properties webapps/docs/changelog.xml webapps/docs/host-manager-howto.xml webapps/docs/html-host-manager-how

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 15:36:20 2018 New Revision: 1823481 URL: http://svn.apache.org/viewvc?rev=1823481&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 Add documentation for the Host Manager web application. Patch provided by Marek Czernek. Added: tomcat/trunk

Re: svn commit: r1823460 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread Rainer Jung
Am 07.02.2018 um 15:39 schrieb Konstantin Kolinko: 2018-02-07 14:54 GMT+03:00 : Author: rjung Date: Wed Feb 7 11:54:45 2018 New Revision: 1823460 URL: http://svn.apache.org/viewvc?rev=1823460&view=rev Log: BZ58143: Fix calling classloading transformers broken in 7.0.70 by the fix for BZ59619.

svn commit: r1823483 - in /tomcat/trunk/webapps/docs: host-manager-howto.xml html-host-manager-howto.xml

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 15:44:03 2018 New Revision: 1823483 URL: http://svn.apache.org/viewvc?rev=1823483&view=rev Log: Make the Host Manager text Tomcat 9 specific. Modified: tomcat/trunk/webapps/docs/host-manager-howto.xml tomcat/trunk/webapps/docs/html-host-manager-howto.xml Mo

svn commit: r1823484 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/manager/host/ webapps/docs/

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 15:46:36 2018 New Revision: 1823484 URL: http://svn.apache.org/viewvc?rev=1823484&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 Add documentation for the Host Manager web application. Patch provided by Marek Czernek. Added: tomcat/tc8.5

svn commit: r1823485 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/host-manager-howto.xml webapps/docs/html-host-manager-howto.xml

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 16:02:24 2018 New Revision: 1823485 URL: http://svn.apache.org/viewvc?rev=1823485&view=rev Log: Make the Host Manager text Tomcat 8.5 specific. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/host-manager-howto.xml tom

svn commit: r1823490 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/manager/host/ webapps/docs/

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 16:09:46 2018 New Revision: 1823490 URL: http://svn.apache.org/viewvc?rev=1823490&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 Add documentation for the Host Manager web application. Patch provided by Marek Czernek. Added: tomcat/tc8.0

buildbot failure in on tomcat-trunk

2018-02-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3035 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1823492 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread rjung
Author: rjung Date: Wed Feb 7 16:12:44 2018 New Revision: 1823492 URL: http://svn.apache.org/viewvc?rev=1823492&view=rev Log: Minor optimization when calling class tranformers. The code was previously moved from another place but can now be optimized. Modified: tomcat/trunk/java/org/apache/c

svn commit: r1823493 - in /tomcat/tc8.0.x/trunk/webapps/docs: host-manager-howto.xml html-host-manager-howto.xml

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 16:15:32 2018 New Revision: 1823493 URL: http://svn.apache.org/viewvc?rev=1823493&view=rev Log: Make the Host Manager text Tomcat 8.0 specific. Modified: tomcat/tc8.0.x/trunk/webapps/docs/host-manager-howto.xml tomcat/tc8.0.x/trunk/webapps/docs/html-host-man

svn commit: r1823494 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/host/ webapps/docs/

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 16:17:45 2018 New Revision: 1823494 URL: http://svn.apache.org/viewvc?rev=1823494&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 Add documentation for the Host Manager web application. Patch provided by Marek Czernek. Added: tomcat/tc7.0

svn commit: r1823495 - /tomcat/trunk/webapps/docs/changelog.xml

2018-02-07 Thread rjung
Author: rjung Date: Wed Feb 7 16:19:43 2018 New Revision: 1823495 URL: http://svn.apache.org/viewvc?rev=1823495&view=rev Log: Move new changelog item to correct subsection. Follow on to r1823492. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelo

svn commit: r1823496 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/host-manager-howto.xml webapps/docs/html-host-manager-howto.xml

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 16:20:52 2018 New Revision: 1823496 URL: http://svn.apache.org/viewvc?rev=1823496&view=rev Log: Make the Host Manager text Tomcat 7 specific. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/host-manager-howto.xml tomca

[GitHub] tomcat issue #97: Bz48672

2018-02-07 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/97 All updated. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apa

svn commit: r1823497 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread rjung
Author: rjung Date: Wed Feb 7 16:21:13 2018 New Revision: 1823497 URL: http://svn.apache.org/viewvc?rev=1823497&view=rev Log: Minor optimization when calling class tranformers. The code was previously moved from another place but can now be optimized. Backport of r1823492 and r1823495 from trunk

[GitHub] tomcat pull request #97: Bz48672

2018-02-07 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/97 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1823498 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread rjung
Author: rjung Date: Wed Feb 7 16:32:31 2018 New Revision: 1823498 URL: http://svn.apache.org/viewvc?rev=1823498&view=rev Log: Minor optimization when calling class tranformers. The code was previously moved from another place but can now be optimized. Backport of r1823492 and r1823495 from trunk

[Bug 48672] Tomcat Virtual Host Manager (/host-manager) needs documentation

2018-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48672 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1823500 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread rjung
Author: rjung Date: Wed Feb 7 16:35:52 2018 New Revision: 1823500 URL: http://svn.apache.org/viewvc?rev=1823500&view=rev Log: Minor optimization when calling class tranformers. The code was previously moved from another place but can now be optimized. Backport of r1823492 and r1823495 from trunk

Re: svn commit: r1823460 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread Rainer Jung
Am 07.02.2018 um 16:37 schrieb Rainer Jung: Thanks for the review. I will look into it. Do you think we can keep it for this release, based on the experience from previous trunk and TC 8.0/tc 8.5 releases? Other options rare reverting, or applying a change in trunk etc. very soon, or delaying t

buildbot success in on tomcat-trunk

2018-02-07 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3036 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

Re: svn commit: r1823460 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread Violeta Georgieva
2018-02-07 18:39 GMT+02:00 Rainer Jung : > > Am 07.02.2018 um 16:37 schrieb Rainer Jung: >> >> Thanks for the review. I will look into it. Do you think we can keep it for this release, based on the experience from previous trunk and TC 8.0/tc 8.5 releases? Other options rare reverting, or applying

Re: svn commit: r1823460 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread Mark Thomas
On 07/02/18 16:51, Violeta Georgieva wrote: > 2018-02-07 18:39 GMT+02:00 Rainer Jung : >> >> Am 07.02.2018 um 16:37 schrieb Rainer Jung: >>> >>> Thanks for the review. I will look into it. Do you think we can keep it > for this release, based on the experience from previous trunk and TC 8.0/tc > 8.

Re: svn commit: r1823460 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2018-02-07 Thread Rainer Jung
Am 07.02.2018 um 17:51 schrieb Violeta Georgieva: 2018-02-07 18:39 GMT+02:00 Rainer Jung : Am 07.02.2018 um 16:37 schrieb Rainer Jung: Thanks for the review. I will look into it. Do you think we can keep it for this release, based on the experience from previous trunk and TC 8.0/tc 8.5 relea

svn commit: r1823502 - /tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 16:55:10 2018 New Revision: 1823502 URL: http://svn.apache.org/viewvc?rev=1823502&view=rev Log: Strengthen comment Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve

svn commit: r1823510 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_85: ./ build.properties.default

2018-02-07 Thread violetagg
Author: violetagg Date: Wed Feb 7 18:33:36 2018 New Revision: 1823510 URL: http://svn.apache.org/viewvc?rev=1823510&view=rev Log: Tag 7.0.85 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_85/ (props changed) - copied from r1823509, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCA

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/6/18 6:33 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.28 release is now available for > voting. Maybe this is the first time I've noticed this, but the source tarball doesn't contain the tcnative source tarball. Is that inten

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-07 Thread Mark Thomas
On 07/02/18 19:03, Christopher Schultz wrote: > Mark, > > On 2/6/18 6:33 PM, Mark Thomas wrote: >> The proposed Apache Tomcat 8.5.28 release is now available for >> voting. > > Maybe this is the first time I've noticed this, but the source tarball > doesn't contain the tcnative source tarball. Is

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/7/18 2:09 PM, Mark Thomas wrote: > On 07/02/18 19:03, Christopher Schultz wrote: >> Mark, >> >> On 2/6/18 6:33 PM, Mark Thomas wrote: >>> The proposed Apache Tomcat 8.5.28 release is now available for >>> voting. >> >> Maybe this is th

svn commit: r1823515 - in /tomcat/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java Response.java

2018-02-07 Thread markt
Author: markt Date: Wed Feb 7 19:28:29 2018 New Revision: 1823515 URL: http://svn.apache.org/viewvc?rev=1823515&view=rev Log: Move updating of the wrapper error count to the end of the request processing so errors that occur early in the processing chain can be counted - assuming a wrapper can

svn commit: r24794 [2/2] - in /dev/tomcat/tomcat-7/v7.0.85: ./ bin/ bin/embed/ bin/extras/ src/

2018-02-07 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.85/bin/embed/apache-tomcat-7.0.85-embed.tar.gz.asc == --- dev/tomcat/tomcat-7/v7.0.85/bin/embed/apache-tomcat-7.0.85-embed.tar.gz.asc (added) +++ dev/tomcat/tomcat-7/v7.0.85/bin/embed/apach

svn commit: r24794 [1/2] - in /dev/tomcat/tomcat-7/v7.0.85: ./ bin/ bin/embed/ bin/extras/ src/

2018-02-07 Thread violetagg
Author: violetagg Date: Wed Feb 7 19:34:59 2018 New Revision: 24794 Log: Stage 7.0.85 RC Added: dev/tomcat/tomcat-7/v7.0.85/ dev/tomcat/tomcat-7/v7.0.85/KEYS dev/tomcat/tomcat-7/v7.0.85/README.html dev/tomcat/tomcat-7/v7.0.85/RELEASE-NOTES dev/tomcat/tomcat-7/v7.0.85/bin/

[VOTE] Release Apache Tomcat 7.0.85

2018-02-07 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.85 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.85/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1172/ The svn tag is: http://svn.apache.org/

svn commit: r1823517 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2018-02-07 Thread violetagg
Author: violetagg Date: Wed Feb 7 19:45:49 2018 New Revision: 1823517 URL: http://svn.apache.org/viewvc?rev=1823517&view=rev Log: Update the release date for 7.0.85 Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default tomcat/tc

svn commit: r1823520 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_50: ./ build.properties.default webapps/docs/changelog.xml

2018-02-07 Thread violetagg
Author: violetagg Date: Wed Feb 7 19:58:18 2018 New Revision: 1823520 URL: http://svn.apache.org/viewvc?rev=1823520&view=rev Log: Tag 8.0.50 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_50/ (props changed) - copied from r1823517, tomcat/tc8.0.x/trunk/ Modified: tomcat/tc8.0.x/tags/TOMCA

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-07 Thread Mark Thomas
On 07/02/18 19:17, Christopher Schultz wrote: > Mark, > > On 2/7/18 2:09 PM, Mark Thomas wrote: >> On 07/02/18 19:03, Christopher Schultz wrote: >>> Mark, >>> >>> On 2/6/18 6:33 PM, Mark Thomas wrote: The proposed Apache Tomcat 8.5.28 release is now available for voting. >>> >>> Maybe t

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-07 Thread Konstantin Kolinko
2018-02-07 22:17 GMT+03:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 2/7/18 2:09 PM, Mark Thomas wrote: >> On 07/02/18 19:03, Christopher Schultz wrote: >>> Mark, >>> >>> On 2/6/18 6:33 PM, Mark Thomas wrote: The proposed Apache Tomcat 8.5.28 re

Re: [VOTE] Release Apache Tomcat 9.0.5

2018-02-07 Thread Rémy Maucherat
On Tue, Feb 6, 2018 at 11:08 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.5 release is now available for voting. > > The major changes compared to the 9.0.4 release are: > > - Refactor error handling to enable errors that occur before processing > is passed to the application to be h

svn commit: r24796 [2/2] - in /dev/tomcat/tomcat-8/v8.0.50: ./ bin/ bin/embed/ bin/extras/ src/

2018-02-07 Thread violetagg
Added: dev/tomcat/tomcat-8/v8.0.50/bin/embed/apache-tomcat-8.0.50-embed.tar.gz.sha1 == --- dev/tomcat/tomcat-8/v8.0.50/bin/embed/apache-tomcat-8.0.50-embed.tar.gz.sha1 (added) +++ dev/tomcat/tomcat-8/v8.0.50/bin/embed/a

svn commit: r24796 [1/2] - in /dev/tomcat/tomcat-8/v8.0.50: ./ bin/ bin/embed/ bin/extras/ src/

2018-02-07 Thread violetagg
Author: violetagg Date: Wed Feb 7 20:52:55 2018 New Revision: 24796 Log: Stage 8.0.50 RC Added: dev/tomcat/tomcat-8/v8.0.50/ dev/tomcat/tomcat-8/v8.0.50/KEYS dev/tomcat/tomcat-8/v8.0.50/README.html dev/tomcat/tomcat-8/v8.0.50/RELEASE-NOTES dev/tomcat/tomcat-8/v8.0.50/bin/

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-07 Thread Rémy Maucherat
On Wed, Feb 7, 2018 at 12:33 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.28 release is now available for voting. > > The major changes compared to the 8.5.27 release are: > > - Fix truncated request input streams when using NIO2 with TLS. > > - Improved error handling and reporting fo

[VOTE] Release Apache Tomcat 8.0.50

2018-02-07 Thread Violeta Georgieva
The proposed Apache Tomcat 8.0.50 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.50/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1173/ The svn tag is: http://svn.apache.org/

svn commit: r1823523 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2018-02-07 Thread violetagg
Author: violetagg Date: Wed Feb 7 21:04:03 2018 New Revision: 1823523 URL: http://svn.apache.org/viewvc?rev=1823523&view=rev Log: Increment version for next dev cycle Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default tomcat/

svn propchange: r1823517 - svn:log

2018-02-07 Thread violetagg
Author: violetagg Revision: 1823517 Modified property: svn:log Modified: svn:log at Wed Feb 7 21:05:00 2018 -- --- svn:log (original) +++ svn:log Wed Feb 7 21:05:00 2018 @@ -1 +1 @@ -Update the release date for 7.0.85 +I