File tree Expand file tree Collapse file tree 11 files changed +18
-16
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 +18
-16
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ 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.12.0.v????
10
+ ## 28-March-2025 : 7.12.0.v20250328-0915-r
11
11
12
12
This is a minor release.
13
13
@@ -16,14 +16,16 @@ This is a minor release.
16
16
* Support for Eclipse 2025-03 added
17
17
* Support for Eclipse 2024-03 removed
18
18
19
- ### Fixed Issues
20
-
21
- ### API Changes
22
-
23
19
### Merged pull requests
24
20
* Support eclipse 2025-03 ([ #260 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/260 ) ) by [ @adangel ] ( https://github.com/adangel )
25
21
* Explicitly refresh and rebuild test project after .classpath change ([ #261 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/261 ) ) by [ @adangel ] ( https://github.com/adangel )
26
22
23
+ ### Dependency updates
24
+ * Bump org.apache.maven.plugins: maven-install-plugin from 3.1.3 to 3.1.4 ([ #256 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/256 ) )
25
+ * Bump org.apache.maven.plugins: maven-deploy-plugin from 3.1.3 to 3.1.4 ([ #257 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/257 ) )
26
+ * Bump com.puppycrawl.tools: checkstyle from 10.21.3 to 10.21.4 ([ #262 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/262 ) )
27
+ * Bump PMD from 7.11.0 to 7.12.0 ([ #264 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/264 ) )
28
+
27
29
## 28-February-2025: 7.11.0.v20250228-1209-r
28
30
29
31
This is a minor release.
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.12.0-SNAPSHOT </version >
9
+ <version >7.12.0.v20250328-0915-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.12.0.qualifier
5
+ Bundle-Version : 7.12.0.v20250328-0915-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.12.0-SNAPSHOT </version >
9
+ <version >7.12.0.v20250328-0915-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.12.0.qualifier
3
+ Bundle-Version : 7.12.0.v20250328-0915-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.12.0-SNAPSHOT </version >
9
+ <version >7.12.0.v20250328-0915-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.12.0.qualifier
5
+ Bundle-Version : 7.12.0.v20250328-0915-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.12.0-SNAPSHOT </version >
9
+ <version >7.12.0.v20250328-0915-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.12.0.qualifier "
5
+ version =" 7.12.0.v20250328-0915-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.12.0.qualifier " />
39
+ version =" 7.12.0.v20250328-0915-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.12.0-SNAPSHOT </version >
9
+ <version >7.12.0.v20250328-0915-r </version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
You can’t perform that action at this time.
0 commit comments