From 23abe035dc84c09d6bf6a10dc22ab7a884bf11ac Mon Sep 17 00:00:00 2001 From: jborgers Date: Tue, 7 May 2024 21:17:36 +0200 Subject: [PATCH 1/2] Prepare release 3.5.2-SNAPSHOT --- CHANGELOG.md | 9 ++++++++- RELEASE.md | 6 +++--- pom.xml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ede6db8..49cf237e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Changelog + +## [3.5.2-SNAPSHOT](https://github.com/jborgers/sonar-pmd/tree/3.5.2-SNAPSHOT) (2024-xx-xx) +[Full Changelog](https://github.com/jborgers/sonar-pmd/compare/3.5.1..master) + +**Implemented highlights:** + + ## [3.5.1](https://github.com/jborgers/sonar-pmd/tree/3.5.1) (2024-05-07) -[Full Changelog](https://github.com/jborgers/sonar-pmd/compare/3.5.0...3.5.1) +[Full Changelog](https://github.com/jborgers/sonar-pmd/compare/3.5.0..3.5.1) **Implemented highlights:** - Supports latest SonarQube [9.9.4 - 10.5+] diff --git a/RELEASE.md b/RELEASE.md index ab33715f..88655dd8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,15 +7,15 @@ Make sure that all commits have been pushed and build with `build.yml` workflow before setting and pushing the tag. Steps: -- create release notes in `CHANGELOG.md`, update `..master` to `..x.y.z` -- commit `CHANGELOG.md` +- create release notes in `CHANGELOG.md`, update `..master` to `..x.y.z`; and update `README.md` +- commit both - `git tag x.y.z` - `git push --tags` The release workflow will be triggered, using the git tag for `-Drevision=`. - manually release staging repo in [Sonatype](https://oss.sonatype.org/#welcome) for Maven Central -- manually change Github actions release from draft to final here: [releases](https://github.com/jborgers/sonar-pmd/releases) +- manually change Github actions release from draft to final and limit the changelog here: [releases](https://github.com/jborgers/sonar-pmd/releases) Next prepare for next SNAPSHOT: diff --git a/pom.xml b/pom.xml index 3b534f84..543e4c07 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ - 3.5.1-SNAPSHOT + 3.5.2-SNAPSHOT SonarSource SA and others mailto:jborgers AT jpinpoint DOT com; peter.paul.bakker AT stokpop DOT nl 6.55.0 From f9ea8c4f1407423372ef17317cd8bcf22bda821e Mon Sep 17 00:00:00 2001 From: Peter Paul Bakker Date: Fri, 28 Jun 2024 15:11:48 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f8c670..4dcf92b1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Possible values : 1.6 to 1.8/8 to 20-preview ## Table of supported versions | Sonar-PMD Plugin | 3.1.x | 3.3.x | 3.4.0 | 3.5.0 | 3.5.1 | 4.0.0 (planned) | |------------------------|-------|--------|-----------------|---------------|---------------|-----------------| -| PMD | 6.9.0 | 6.30.0 | 6.45.0 | 6.55.0 | 6.55.0 | 7.1.0 | +| PMD | 6.9.0 | 6.30.0 | 6.45.0 | 6.55.0 | 6.55.0 | 7.2.0 | | Max. Java Version | 11 | 15 | 18 | 20-preview *2 | 20-preview *2 | 22 | | Min. SonarQube Version | 6.6 | 6.7 | _8.9(*1)_ / 9.3 | 9.8 | 9.9.4 | 10.0 | | Max. SonarQube Version | | | 9.9 | 10.4 | 10.5+ | 10.5+ |