File tree Expand file tree Collapse file tree 11 files changed +19
-18
lines changed
net.sourceforge.pmd.eclipse.p2updatesite
net.sourceforge.pmd.eclipse.plugin.test.fragment
net.sourceforge.pmd.eclipse.plugin.test
net.sourceforge.pmd.eclipse.plugin
net.sourceforge.pmd.eclipse Expand file tree Collapse file tree 11 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,25 @@ 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.16.0.v????
10+ ## 25-July-2025 : 7.16.0.v20250725-0748-r
1111
1212This is a minor release.
1313
1414### 🚀 New and noteworthy
1515* Update to PMD 7.16.0
1616
17- ### 🐛 Fixed Issues
18-
1917### ✨ Merged pull requests
18+ * [ #284 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/284 ) : chore: license header cleanup - [ Andreas Dangel] ( https://github.com/adangel ) (@adangel )
2019
2120### 📦 Dependency updates
21+ * [ #282 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/282 ) : Bump org.apache.maven.plugins: maven-pmd-plugin from 3.26.0 to 3.27.0
22+ * [ #283 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/283 ) : Bump com.puppycrawl.tools: checkstyle from 10.25.1 to 10.26.1
23+ * [ #285 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/285 ) : Bump org.apache.maven.plugins: maven-enforcer-plugin from 3.5.0 to 3.6.0
24+ * [ #286 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/286 ) : Bump maven from 3.9.8 to 3.9.11
25+ * [ #287 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/287 ) : Bump build-tools from 32 to 33
26+ * [ #288 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/288 ) : Bump org.apache.maven.plugins: maven-enforcer-plugin from 3.6.0 to 3.6.1
2227* [ #289 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/289 ) : Bump PMD from 7.15.0 to 7.16.0
2328
24- ### API Changes
25-
26-
2729## 27-June-2025: 7.15.0.v20250627-1342-r
2830
2931This is a minor release.
@@ -2288,4 +2290,3 @@ a lib subdirectory.
22882290** Development**
22892291* Adding a ant build file
22902292* Adapting .project to be compatible with both Eclipse 2.02 and WSAD v5.
2291-
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >net.sourceforge.pmd</groupId >
88 <artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9- <version >7.16.0-SNAPSHOT </version >
9+ <version >7.16.0.v20250725-0748-r </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : PMD eclipse test fragment
44Bundle-SymbolicName : net.sourceforge.pmd.eclipse.plugin.test.fragment;singleton:=true
5- Bundle-Version : 7.16.0.qualifier
5+ Bundle-Version : 7.16.0.v20250725-0748-r
66Bundle-Vendor : PMD Development Team
77Fragment-Host : net.sourceforge.pmd.eclipse.plugin
88Bundle-RequiredExecutionEnvironment : JavaSE-1.8
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >net.sourceforge.pmd</groupId >
88 <artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9- <version >7.16.0-SNAPSHOT </version >
9+ <version >7.16.0.v20250725-0748-r </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
22Bundle-ManifestVersion : 2
3- Bundle-Version : 7.16.0.qualifier
3+ Bundle-Version : 7.16.0.v20250725-0748-r
44Import-Package : org.apache.commons.io
55Bundle-Name : PMD Test Plugin
66Bundle-SymbolicName : net.sourceforge.pmd.eclipse.plugin.test;singleton:=true
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >net.sourceforge.pmd</groupId >
88 <artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9- <version >7.16.0-SNAPSHOT </version >
9+ <version >7.16.0.v20250725-0748-r </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %plugin.name
44Bundle-SymbolicName : net.sourceforge.pmd.eclipse.plugin;singleton:=true
5- Bundle-Version : 7.16.0.qualifier
5+ Bundle-Version : 7.16.0.v20250725-0748-r
66Bundle-Activator : net.sourceforge.pmd.eclipse.plugin.PMDPlugin
77Require-Bundle : org.eclipse.core.resources,
88 org.eclipse.jdt.core,
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >net.sourceforge.pmd</groupId >
88 <artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9- <version >7.16.0-SNAPSHOT </version >
9+ <version >7.16.0.v20250725-0748-r </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 22<feature
33 id =" net.sourceforge.pmd.eclipse"
44 label =" %feature.label"
5- version =" 7.16.0.qualifier "
5+ version =" 7.16.0.v20250725-0748-r "
66 provider-name =" %feature.provider_name"
77 plugin =" net.sourceforge.pmd.eclipse.plugin"
88 image =" pmd_logo_small.jpg" >
3636 id =" net.sourceforge.pmd.eclipse.plugin"
3737 download-size =" 0"
3838 install-size =" 0"
39- version =" 7.16.0.qualifier " />
39+ version =" 7.16.0.v20250725-0748-r " />
4040
4141</feature >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >net.sourceforge.pmd</groupId >
88 <artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9- <version >7.16.0-SNAPSHOT </version >
9+ <version >7.16.0.v20250725-0748-r </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
You can’t perform that action at this time.
0 commit comments