Skip to content

Commit

Permalink
Prepare release pmd-eclipse-plugin 7.5.0.v20240830-0910-r
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Aug 30, 2024
1 parent 797d4ec commit ac2a64b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 18 deletions.
8 changes: 1 addition & 7 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ Eclipse Update Site:
* Releases: <https://pmd.github.io/pmd-eclipse-plugin-p2-site/>
* Snapshots: <https://pmd.github.io/pmd-eclipse-plugin-p2-site/snapshot/>

## ????: 7.5.0.v????
## 30-August-2024: 7.5.0.v20240830-0910-r

This is a minor release.

### New and noteworthy
* Update to PMD 7.5.0

### Fixed Issues

### API Changes

### External Contributions

### Dependency updates
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.4.0 ([#215](https://github.com/pmd/pmd-eclipse-plugin/pull/215))

Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse.p2updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>7.5.0-SNAPSHOT</version>
<version>7.5.0.v20240830-0910-r</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: PMD eclipse test fragment
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin.test.fragment;singleton:=true
Bundle-Version: 7.5.0.qualifier
Bundle-Version: 7.5.0.v20240830-0910-r
Bundle-Vendor: PMD Development Team
Fragment-Host: net.sourceforge.pmd.eclipse.plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse.plugin.test.fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>7.5.0-SNAPSHOT</version>
<version>7.5.0.v20240830-0910-r</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Version: 7.5.0.qualifier
Bundle-Version: 7.5.0.v20240830-0910-r
Import-Package: org.apache.commons.io
Bundle-Name: PMD Test Plugin
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin.test;singleton:=true
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse.plugin.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>7.5.0-SNAPSHOT</version>
<version>7.5.0.v20240830-0910-r</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin;singleton:=true
Bundle-Version: 7.5.0.qualifier
Bundle-Version: 7.5.0.v20240830-0910-r
Bundle-Activator: net.sourceforge.pmd.eclipse.plugin.PMDPlugin
Require-Bundle: org.eclipse.core.resources,
org.eclipse.jdt.core,
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>7.5.0-SNAPSHOT</version>
<version>7.5.0.v20240830-0910-r</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions net.sourceforge.pmd.eclipse/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.sourceforge.pmd.eclipse"
label="%feature.label"
version="7.5.0.qualifier"
version="7.5.0.v20240830-0910-r"
provider-name="%feature.provider_name"
plugin="net.sourceforge.pmd.eclipse.plugin"
image="pmd_logo_small.jpg">
Expand Down Expand Up @@ -36,6 +36,6 @@
id="net.sourceforge.pmd.eclipse.plugin"
download-size="0"
install-size="0"
version="7.5.0.qualifier"/>
version="7.5.0.v20240830-0910-r"/>

</feature>
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>7.5.0-SNAPSHOT</version>
<version>7.5.0.v20240830-0910-r</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>7.5.0-SNAPSHOT</version>
<version>7.5.0.v20240830-0910-r</version>
<packaging>pom</packaging>
<modules>
<module>net.sourceforge.pmd.eclipse</module>
Expand Down

0 comments on commit ac2a64b

Please sign in to comment.