Skip to content

Commit

Permalink
Prepare release pmd-eclipse-plugin 7.8.0.v20241129-1139-r
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Nov 29, 2024
1 parent 39398f4 commit a26a278
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 17 deletions.
11 changes: 5 additions & 6 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ 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.8.0.v????
## 29-November-2024: 7.8.0.v20241129-1139-r

This is a minor release.

### New and noteworthy
* Update to PMD 7.8.0

### Fixed Issues

### API Changes

### External Contributions
### Dependency updates
* Bump tycho from 4.0.8 to 4.0.10 ([#229](https://github.com/pmd/pmd-eclipse-plugin/pull/229))
* Bump PMD from 7.7.0 to 7.8.0 ([#230](https://github.com/pmd/pmd-eclipse-plugin/pull/230))
* Bump pmd-build-tools from 27 to 28 ([#231](https://github.com/pmd/pmd-eclipse-plugin/pull/231))

## 25-October-2024: 7.7.0.v20241025-0829-r

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.8.0-SNAPSHOT</version>
<version>7.8.0.v20241129-1139-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.8.0.qualifier
Bundle-Version: 7.8.0.v20241129-1139-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.8.0-SNAPSHOT</version>
<version>7.8.0.v20241129-1139-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.8.0.qualifier
Bundle-Version: 7.8.0.v20241129-1139-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.8.0-SNAPSHOT</version>
<version>7.8.0.v20241129-1139-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.8.0.qualifier
Bundle-Version: 7.8.0.v20241129-1139-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.8.0-SNAPSHOT</version>
<version>7.8.0.v20241129-1139-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.8.0.qualifier"
version="7.8.0.v20241129-1139-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.8.0.qualifier"/>
version="7.8.0.v20241129-1139-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.8.0-SNAPSHOT</version>
<version>7.8.0.v20241129-1139-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.8.0-SNAPSHOT</version>
<version>7.8.0.v20241129-1139-r</version>
<packaging>pom</packaging>
<modules>
<module>net.sourceforge.pmd.eclipse</module>
Expand Down

0 comments on commit a26a278

Please sign in to comment.