From 467e3a934356070fc87ccf33e84d71a3b926cf93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20=C5=BBygie=C5=82o?= Date: Sat, 7 Mar 2020 23:12:07 +0100 Subject: [PATCH 1/2] Disable checking for snapshots in jcenter --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index a479a8f7c6..55a48accc8 100644 --- a/pom.xml +++ b/pom.xml @@ -852,6 +852,9 @@ jcenter JCenter + + false + https://jcenter.bintray.com/ From 653c0df9c2d3058ca1459d553804fb10b20f958c Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 12 Mar 2020 12:00:07 +0100 Subject: [PATCH 2/2] [doc] Update release notes, refs #2343 --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 2b061932c3..8ad1a89fcd 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -198,6 +198,7 @@ parsed as `ASTCursorSpecification`. * [#2338](https://github.com/pmd/pmd/pull/2338): \[cs] CPD: fixes in filtering of using directives - [Maikel Steneker](https://github.com/maikelsteneker) * [#2339](https://github.com/pmd/pmd/pull/2339): \[cs] CPD: Fixed CPD --ignore-usings option - [Maikel Steneker](https://github.com/maikelsteneker) * [#2340](https://github.com/pmd/pmd/pull/2340): \[plsql] fix for parsing / as divide or execute - [Piotr Szymanski](https://github.com/szyman23) +* [#2343](https://github.com/pmd/pmd/pull/2343): \[ci] Disable checking for snapshots in jcenter - [Piotrek Żygieło](https://github.com/pzygielo) {% endtocmaker %}