From 585b2c46426ead52d1ff71807bde46651455545f Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 21 Jan 2018 16:30:51 +0100 Subject: [PATCH] Prepare pmd release 6.0.1 --- docs/_config.yml | 4 ++-- docs/pages/release_notes.md | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 9b42857d75..c54ae33e0c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,8 +1,8 @@ repository: pmd/pmd pmd: - version: 6.1.0 - date: 2018-01-26 + version: 6.0.1 + date: 2018-01-21 output: web # this property is useful for conditional filtering of content that is separate from the PDF. diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 276c1b89e8..6b156e8d21 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -4,22 +4,20 @@ permalink: pmd_release_notes.html keywords: changelog, release notes --- -## ????? - 6.0.1-SNAPSHOT +## 21-January-2018 - 6.0.1 -The PMD team is pleased to announce PMD 6.0.1-SNAPSHOT. +The PMD team is pleased to announce PMD 6.0.1. This is a bug fixing release. ### Table Of Contents -* [New and noteworthy](#new-and-noteworthy) +* [Additional information about the new introduced rule categories](#additional-information-about-the-new-introduced-rule-categories) * [Fixed Issues](#fixed-issues) * [API Changes](#api-changes) * [External Contributions](#external-contributions) -### New and noteworthy - -#### Additional information about the new introduced rule categories +### Additional information about the new introduced rule categories With the release of PMD 6.0.0, all rules have been sorted into one of the following eight categories: @@ -75,6 +73,9 @@ to migrate your current ruleset. That backwards compatibility will be maintained ### API Changes +* The constant `net.sourceforge.pmd.PMD.VERSION` has been deprecated and will be removed with PMD 7.0.0. + Please use `net.sourceforge.pmd.PMDVersion.VERSION` instead. + ### External Contributions * [#796](https://github.com/pmd/pmd/pull/796): \[apex] AvoidDirectAccessTriggerMap incorrectly detects array access in classes - [Robert Sösemann](https://github.com/up2go-rsoesemann)