Skip to content

Commit

Permalink
Prepare release pmd-eclipse-plugin 4.18.0.v20201024-1129
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Oct 24, 2020
1 parent a9e3474 commit 5d39f70
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 17 deletions.
5 changes: 1 addition & 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://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/>
* Snapshots: <https://dl.bintray.com/pmd/pmd-eclipse-plugin/snapshots/updates/>

## ????: 4.18.0.v????
## 24-October-2020: 4.18.0.v20201024-1129

This is a minor release.

Expand All @@ -19,8 +19,6 @@ This is a minor release.

* [#131](https://github.com/pmd/pmd-eclipse-plugin/issues/131): Conflict with Jaspersoft Studio plugin (log4j)

### API Changes

#### Breaking Changes

* With 4.10.0 usage of log4j has been deprecated. In order to fix [#131](https://github.com/pmd/pmd-eclipse-plugin/issues/131)
Expand All @@ -32,7 +30,6 @@ This is a minor release.
* `setLogLevel(Level)`
* `LOG_LEVEL`


### External Contributions

* [#132](https://github.com/pmd/pmd-eclipse-plugin/pull/132): Remove log4j - [Rich DiCroce](https://github.com/rdicroce)
Expand Down
2 changes: 1 addition & 1 deletion kepler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.18.0-SNAPSHOT</version>
<version>4.18.0.v20201024-1129</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse.p2updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="net.sourceforge.pmd.eclipse" version="4.18.0.qualifier">
<feature id="net.sourceforge.pmd.eclipse" version="4.18.0.v20201024-1129">
<category name="pmdForEclipse"/>
</feature>
<category-def name="pmdForEclipse" label="PMD for Eclipse">
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 @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.18.0-SNAPSHOT</version>
<version>4.18.0.v20201024-1129</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: 4.18.0.qualifier
Bundle-Version: 4.18.0.v20201024-1129
Bundle-Vendor: PMD Development Team
Fragment-Host: net.sourceforge.pmd.eclipse.plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
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 @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.18.0-SNAPSHOT</version>
<version>4.18.0.v20201024-1129</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: 4.18.0.qualifier
Bundle-Version: 4.18.0.v20201024-1129
Bundle-Name: PMD Test Plugin
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin.test;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
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 @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.18.0-SNAPSHOT</version>
<version>4.18.0.v20201024-1129</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: 4.18.0.qualifier
Bundle-Version: 4.18.0.v20201024-1129
Bundle-Activator: net.sourceforge.pmd.eclipse.plugin.PMDPlugin
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.runtime,
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 @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.18.0-SNAPSHOT</version>
<version>4.18.0.v20201024-1129</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="4.18.0.qualifier"
version="4.18.0.v20201024-1129"
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="4.18.0.qualifier"/>
version="4.18.0.v20201024-1129"/>

</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 @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.18.0-SNAPSHOT</version>
<version>4.18.0.v20201024-1129</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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.18.0-SNAPSHOT</version>
<version>4.18.0.v20201024-1129</version>
<packaging>pom</packaging>
<modules>
<module>net.sourceforge.pmd.eclipse</module>
Expand Down

0 comments on commit 5d39f70

Please sign in to comment.