Skip to content

Commit

Permalink
Prepare release pmd-eclipse-plugin 7.0.0.v20240322-0920-r
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Mar 22, 2024
1 parent 8f2dbb4 commit 9f87925
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 15 deletions.
6 changes: 2 additions & 4 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.0.0.v????
## 22-March-2024: 7.0.0.v20240322-0920-r

This is a major release.

Expand All @@ -29,7 +29,7 @@ This is a major release.
### API Changes

Due to the updated PMD version, there are a couple of incompatible changes, like changed packages.
For the details, see the release notes of PMD.
For the details, see the [release notes of PMD](https://docs.pmd-code.org/pmd-doc-7.0.0/pmd_release_notes.html).

The following members have been removed, even though they have not been deprecated before:
* net.sourceforge.pmd.eclipse.ui.preferences.panelmanagers.Configuratio#EXCLUDED_RULE_PROPERTIES
Expand Down Expand Up @@ -110,8 +110,6 @@ The following deprecated classes have been removed:
* net.sourceforge.pmd.eclipse.util.PriorityUtil
* net.sourceforge.pmd.eclipse.util.IOUtil

### External Contributions

## 30-September-2023: 7.0.0.v20230930-1814-rc4

This is a minor release.
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.0.0-SNAPSHOT</version>
<version>7.0.0.v20240322-0920-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.0.0.qualifier
Bundle-Version: 7.0.0.v20240322-0920-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.0.0-SNAPSHOT</version>
<version>7.0.0.v20240322-0920-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.0.0.qualifier
Bundle-Version: 7.0.0.v20240322-0920-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.0.0-SNAPSHOT</version>
<version>7.0.0.v20240322-0920-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.0.0.qualifier
Bundle-Version: 7.0.0.v20240322-0920-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.0.0-SNAPSHOT</version>
<version>7.0.0.v20240322-0920-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.0.0.qualifier"
version="7.0.0.v20240322-0920-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.0.0.qualifier"/>
version="7.0.0.v20240322-0920-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.0.0-SNAPSHOT</version>
<version>7.0.0.v20240322-0920-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.0.0-SNAPSHOT</version>
<version>7.0.0.v20240322-0920-r</version>
<packaging>pom</packaging>
<modules>
<module>net.sourceforge.pmd.eclipse</module>
Expand Down

0 comments on commit 9f87925

Please sign in to comment.