File tree 11 files changed +17
-17
lines changed
net.sourceforge.pmd.eclipse
net.sourceforge.pmd.eclipse.p2updatesite
net.sourceforge.pmd.eclipse.plugin
net.sourceforge.pmd.eclipse.plugin.test
net.sourceforge.pmd.eclipse.plugin.test.fragment
11 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ Eclipse Update Site:
7
7
* Releases: < https://pmd.github.io/pmd-eclipse-plugin-p2-site/ >
8
8
* Snapshots: < https://pmd.github.io/pmd-eclipse-plugin-p2-site/snapshot/ >
9
9
10
- ## ???? : 7.13.0.v????
10
+ ## 25-April-2025 : 7.13.0.v20250425-0909-r
11
11
12
12
This is a minor release.
13
13
14
14
### New and noteworthy
15
15
* Update to PMD 7.13.0
16
16
17
- ### Fixed Issues
18
-
19
- ### API Changes
20
-
21
- ### External Contributions
17
+ ### Dependency updates
18
+ * Bump org.apache.maven.plugins : maven-surefire-plugin from 3.5.2 to 3.5.3 ( [ # 265 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/265 ) )
19
+ * Bump org.apache.maven.plugins : maven-failsafe-plugin from 3.5.2 to 3.5.3 ( [ # 267 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/267 ) )
20
+ * Bump com.puppycrawl.tools : checkstyle from 10.21.4 to 10.23.0 ( [ # 268 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/268 ) )
21
+ * Bump PMD from 7.12.0 to 7.13.0 ( [ # 269 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/269 ) )
22
22
23
23
## 28-March-2025: 7.12.0.v20250328-0915-r
24
24
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >net.sourceforge.pmd</groupId >
8
8
<artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9
- <version >7.13.0-SNAPSHOT </version >
9
+ <version >7.13.0.v20250425-0909-r </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : PMD eclipse test fragment
4
4
Bundle-SymbolicName : net.sourceforge.pmd.eclipse.plugin.test.fragment;singleton:=true
5
- Bundle-Version : 7.13.0.qualifier
5
+ Bundle-Version : 7.13.0.v20250425-0909-r
6
6
Bundle-Vendor : PMD Development Team
7
7
Fragment-Host : net.sourceforge.pmd.eclipse.plugin
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >net.sourceforge.pmd</groupId >
8
8
<artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9
- <version >7.13.0-SNAPSHOT </version >
9
+ <version >7.13.0.v20250425-0909-r </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 1
1
Manifest-Version : 1.0
2
2
Bundle-ManifestVersion : 2
3
- Bundle-Version : 7.13.0.qualifier
3
+ Bundle-Version : 7.13.0.v20250425-0909-r
4
4
Import-Package : org.apache.commons.io
5
5
Bundle-Name : PMD Test Plugin
6
6
Bundle-SymbolicName : net.sourceforge.pmd.eclipse.plugin.test;singleton:=true
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >net.sourceforge.pmd</groupId >
8
8
<artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9
- <version >7.13.0-SNAPSHOT </version >
9
+ <version >7.13.0.v20250425-0909-r </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %plugin.name
4
4
Bundle-SymbolicName : net.sourceforge.pmd.eclipse.plugin;singleton:=true
5
- Bundle-Version : 7.13.0.qualifier
5
+ Bundle-Version : 7.13.0.v20250425-0909-r
6
6
Bundle-Activator : net.sourceforge.pmd.eclipse.plugin.PMDPlugin
7
7
Require-Bundle : org.eclipse.core.resources,
8
8
org.eclipse.jdt.core,
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >net.sourceforge.pmd</groupId >
8
8
<artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9
- <version >7.13.0-SNAPSHOT </version >
9
+ <version >7.13.0.v20250425-0909-r </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" net.sourceforge.pmd.eclipse"
4
4
label =" %feature.label"
5
- version =" 7.13.0.qualifier "
5
+ version =" 7.13.0.v20250425-0909-r "
6
6
provider-name =" %feature.provider_name"
7
7
plugin =" net.sourceforge.pmd.eclipse.plugin"
8
8
image =" pmd_logo_small.jpg" >
36
36
id =" net.sourceforge.pmd.eclipse.plugin"
37
37
download-size =" 0"
38
38
install-size =" 0"
39
- version =" 7.13.0.qualifier " />
39
+ version =" 7.13.0.v20250425-0909-r " />
40
40
41
41
</feature >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >net.sourceforge.pmd</groupId >
8
8
<artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
9
- <version >7.13.0-SNAPSHOT </version >
9
+ <version >7.13.0.v20250425-0909-r </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >net.sourceforge.pmd</groupId >
6
6
<artifactId >net.sourceforge.pmd.eclipse.parent</artifactId >
7
- <version >7.13.0-SNAPSHOT </version >
7
+ <version >7.13.0.v20250425-0909-r </version >
8
8
<packaging >pom</packaging >
9
9
<modules >
10
10
<module >net.sourceforge.pmd.eclipse</module >
You can’t perform that action at this time.
0 commit comments