Skip to content

Commit 196f30e

Browse files
authored
Bump PMD from 7.14.0 to 7.15.0 (#279)
1 parent a42a243 commit 196f30e

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Eclipse Update Site:
1212
This is a minor release.
1313

1414
### 🚀 New and noteworthy
15+
* Update to PMD 7.15.0
1516
* Support for Eclipse 2025-06 added
1617
* Support for Eclipse 2024-06 removed
1718

@@ -25,6 +26,7 @@ This is a minor release.
2526
* [#275](https://github.com/pmd/pmd-eclipse-plugin/pull/275): Bump com.puppycrawl.tools:checkstyle from 10.24.0 to 10.25.0
2627
* [#276](https://github.com/pmd/pmd-eclipse-plugin/pull/276): Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0
2728
* [#278](https://github.com/pmd/pmd-eclipse-plugin/pull/278): Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.25.1
29+
* [#279](https://github.com/pmd/pmd-eclipse-plugin/pull/279): Bump PMD from 7.14.0 to 7.15.0
2830
* [#280](https://github.com/pmd/pmd-eclipse-plugin/pull/280): Bump build-tools from 30 to 32
2931

3032
### API Changes

net.sourceforge.pmd.eclipse.plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<groupId>net.sourceforge.pmd</groupId>
9191
<artifactId>pmd-test-schema</artifactId>
9292
<version>${pmd.version}</version>
93-
<includes>net/sourceforge/pmd/test/schema/rule-tests_1_0_0.xsd</includes>
93+
<includes>net/sourceforge/pmd/test/schema/rule-tests_1_1_0.xsd</includes>
9494
<fileMappers>
9595
<org.codehaus.plexus.components.io.filemappers.RegExpFileMapper>
9696
<pattern>^\Qnet/sourceforge/pmd/test/schema/\E</pattern>

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@
2121
<!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases -->
2222
<tycho.version>4.0.10</tycho.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<pmd.version>7.14.0</pmd.version>
24+
<pmd.version>7.15.0</pmd.version>
2525
<pmd.build-tools.version>32</pmd.build-tools.version>
2626
<checkstyle.version>10.25.1</checkstyle.version>
2727
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
2828
<pmd.plugin.version>3.26.0</pmd.plugin.version>
29-
<pmd.check.version>7.14.0</pmd.check.version>
29+
<pmd.check.version>7.15.0</pmd.check.version>
3030

3131
<keystorePath>.ci/files/pmd-eclipse-plugin.p12</keystorePath>
3232
<keystore>${basedir}/${keystorePath}</keystore>
3333
</properties>
3434

3535
<repositories>
3636
<repository>
37-
<id>sonatype-nexus-snapshots</id>
38-
<name>Sonatype Nexus Snapshots</name>
39-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
37+
<name>Central Portal Snapshots</name>
38+
<id>central-portal-snapshots</id>
39+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
4040
<releases>
4141
<enabled>false</enabled>
4242
</releases>
@@ -47,9 +47,9 @@
4747
</repositories>
4848
<pluginRepositories>
4949
<pluginRepository>
50-
<id>sonatype-nexus-plugin-snapshots</id>
51-
<name>Sonatype Nexus Snapshots</name>
52-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
50+
<name>Central Portal Snapshots</name>
51+
<id>central-portal-snapshots</id>
52+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
5353
<releases>
5454
<enabled>false</enabled>
5555
</releases>

0 commit comments

Comments
 (0)