Skip to content

Commit 368bdb7

Browse files
committed
Prepare release pmd-eclipse-plugin 7.17.0.v20250912-0905-r
1 parent ab82e57 commit 368bdb7

File tree

11 files changed

+17
-18
lines changed

11 files changed

+17
-18
lines changed

ReleaseNotes.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Eclipse Update Site:
77
* Releases: <https://pmd.github.io/pmd-eclipse-plugin-p2-site/>
88
* Snapshots: <https://pmd.github.io/pmd-eclipse-plugin-p2-site/snapshot/>
99

10-
## ????: 7.17.0.v????
10+
## 12-September-2025: 7.17.0.v20250912-0905-r
1111

1212
This is a minor release.
1313

@@ -16,18 +16,18 @@ This is a minor release.
1616
* Support for Eclipse 2025-09 added
1717
* Support for Eclipse 2024-09 removed
1818

19-
### 🐛 Fixed Issues
20-
2119
### ✨ Merged pull requests
2220
* [#290](https://github.com/pmd/pmd-eclipse-plugin/pull/290): chore: Add pmd-css - [Andreas Dangel](https://github.com/adangel) (@adangel)
2321
* [#291](https://github.com/pmd/pmd-eclipse-plugin/pull/291): chore: Improve do-release.sh - [Andreas Dangel](https://github.com/adangel) (@adangel)
2422
* [#292](https://github.com/pmd/pmd-eclipse-plugin/pull/292): chore: CI Improvements - [Andreas Dangel](https://github.com/adangel) (@adangel)
2523
* [#300](https://github.com/pmd/pmd-eclipse-plugin/pull/300): Support eclipse 2025-09 - [Andreas Dangel](https://github.com/adangel) (@adangel)
2624

2725
### 📦 Dependency updates
28-
29-
### API Changes
30-
26+
* [#294](https://github.com/pmd/pmd-eclipse-plugin/pull/294): Bump actions/checkout from 4.2.2 to 5.0.0
27+
* [#295](https://github.com/pmd/pmd-eclipse-plugin/pull/295): Bump actions/create-github-app-token from 2.0.6 to 2.1.1
28+
* [#296](https://github.com/pmd/pmd-eclipse-plugin/pull/296): Bump net.sourceforge.pmd:pmd-build-tools-config from 33 to 34
29+
* [#298](https://github.com/pmd/pmd-eclipse-plugin/pull/298): Bump actions/setup-java from 4.7.1 to 5.0.0
30+
* [#301](https://github.com/pmd/pmd-eclipse-plugin/pull/301): Bump PMD from 7.16.0 to 7.17.0
3131

3232
## 25-July-2025: 7.16.0.v20250725-0748-r
3333

@@ -2312,4 +2312,3 @@ a lib subdirectory.
23122312
**Development**
23132313
* Adding a ant build file
23142314
* Adapting .project to be compatible with both Eclipse 2.02 and WSAD v5.
2315-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.sourceforge.pmd</groupId>
88
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
9-
<version>7.17.0-SNAPSHOT</version>
9+
<version>7.17.0.v20250912-0905-r</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

net.sourceforge.pmd.eclipse.plugin.test.fragment/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: PMD eclipse test fragment
44
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin.test.fragment;singleton:=true
5-
Bundle-Version: 7.17.0.qualifier
5+
Bundle-Version: 7.17.0.v20250912-0905-r
66
Bundle-Vendor: PMD Development Team
77
Fragment-Host: net.sourceforge.pmd.eclipse.plugin
88
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.sourceforge.pmd</groupId>
88
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
9-
<version>7.17.0-SNAPSHOT</version>
9+
<version>7.17.0.v20250912-0905-r</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

net.sourceforge.pmd.eclipse.plugin.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Version: 7.17.0.qualifier
3+
Bundle-Version: 7.17.0.v20250912-0905-r
44
Import-Package: org.apache.commons.io
55
Bundle-Name: PMD Test Plugin
66
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin.test;singleton:=true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.sourceforge.pmd</groupId>
88
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
9-
<version>7.17.0-SNAPSHOT</version>
9+
<version>7.17.0.v20250912-0905-r</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %plugin.name
44
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin;singleton:=true
5-
Bundle-Version: 7.17.0.qualifier
5+
Bundle-Version: 7.17.0.v20250912-0905-r
66
Bundle-Activator: net.sourceforge.pmd.eclipse.plugin.PMDPlugin
77
Require-Bundle: org.eclipse.core.resources,
88
org.eclipse.jdt.core,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.sourceforge.pmd</groupId>
88
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
9-
<version>7.17.0-SNAPSHOT</version>
9+
<version>7.17.0.v20250912-0905-r</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

net.sourceforge.pmd.eclipse/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="net.sourceforge.pmd.eclipse"
44
label="%feature.label"
5-
version="7.17.0.qualifier"
5+
version="7.17.0.v20250912-0905-r"
66
provider-name="%feature.provider_name"
77
plugin="net.sourceforge.pmd.eclipse.plugin"
88
image="pmd_logo_small.jpg">
@@ -36,6 +36,6 @@
3636
id="net.sourceforge.pmd.eclipse.plugin"
3737
download-size="0"
3838
install-size="0"
39-
version="7.17.0.qualifier"/>
39+
version="7.17.0.v20250912-0905-r"/>
4040

4141
</feature>

net.sourceforge.pmd.eclipse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.sourceforge.pmd</groupId>
88
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
9-
<version>7.17.0-SNAPSHOT</version>
9+
<version>7.17.0.v20250912-0905-r</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)