Prepare pmd release 6.20.0

This commit is contained in:
Andreas Dangel
2019-11-29 19:35:32 +01:00
parent c5d79a0db4
commit d3340c71eb
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ repository: pmd/pmd
pmd:
version: 6.20.0
previous_version: 6.19.0
date: ??-November-2019
date: 29-November-2019
release_type: minor
# release types: major, minor, bugfix

View File

@ -73,6 +73,10 @@ the breaking API changes will be performed in 7.0.0.
an API is tagged as `@Deprecated` or not in the latest minor release. During the development of 7.0.0,
we may decide to remove some APIs that were not tagged as deprecated, though we'll try to avoid it." %}
#### 6.20.0
No changes.
#### 6.19.0
##### Deprecated APIs

View File

@ -12,8 +12,6 @@ This is a {{ site.pmd.release_type }} release.
{% tocmaker is_release_notes_processor %}
### New and noteworthy
### Fixed Issues
* apex
@ -39,8 +37,6 @@ This is a {{ site.pmd.release_type }} release.
* java-errorprone
* [#2102](https://github.com/pmd/pmd/issues/2102): \[java] False positive MissingStaticMethodInNonInstantiatableClass when inheritors are instantiable
### API Changes
### External Contributions
* [#2088](https://github.com/pmd/pmd/pull/2088): \[java] Add more version shortcuts for older java - [Henning Schmiedehausen](https://github.com/hgschmie)