Skip to content

Commit

Permalink
Prepare release pmd-eclipse-plugin 4.1.0.v20190307-2036
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Mar 7, 2019
1 parent 392a28b commit ea17eb0
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ReleaseNotes.md
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.1.0.v????
## 07-March-2019: 4.1.0.v20190307-2036

This is a minor release.

Expand All @@ -29,7 +29,7 @@ This is a minor release.
* [#70](https://github.com/pmd/pmd-eclipse-plugin/issues/70): UnsupportedOperationException opening Rule Configuration
* [#76](https://github.com/pmd/pmd-eclipse-plugin/issues/76): Global rule management is saved even if cancelled
* [#78](https://github.com/pmd/pmd-eclipse-plugin/issues/78): Project properties cannot be loaded anymore
* [#83](https://github.com/pmd/pmd-eclipse-plugin/issues/83): "Restore defaults" button in PMD prefences is always deactivated
* [#83](https://github.com/pmd/pmd-eclipse-plugin/issues/83): "Restore defaults" button in PMD preferences is always deactivated
* [#86](https://github.com/pmd/pmd-eclipse-plugin/issues/86): Add Markers next to Scroll bar
* [#88](https://github.com/pmd/pmd-eclipse-plugin/issues/88): PMD is executed for all file types regardless of active rules
* [#89](https://github.com/pmd/pmd-eclipse-plugin/issues/89): Upgrade to PMD 6.12.0
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse.p2updatesite/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="net.sourceforge.pmd.eclipse" version="4.1.0.qualifier">
<feature id="net.sourceforge.pmd.eclipse" version="4.1.0.v20190307-2036">
<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
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.v20190307-2036</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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.1.0.qualifier
Bundle-Version: 4.1.0.v20190307-2036
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
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.v20190307-2036</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Version: 4.1.0.qualifier
Bundle-Version: 4.1.0.v20190307-2036
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
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.v20190307-2036</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF
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.1.0.qualifier
Bundle-Version: 4.1.0.v20190307-2036
Bundle-Activator: net.sourceforge.pmd.eclipse.plugin.PMDPlugin
Require-Bundle: org.apache.commons.logging;bundle-version="1.0.4",
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse.plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.v20190307-2036</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions net.sourceforge.pmd.eclipse/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.sourceforge.pmd.eclipse"
label="%feature.label"
version="4.1.0.qualifier"
version="4.1.0.v20190307-2036"
provider-name="%feature.provider_name"
image="pmd_logo_small.jpg"
plugin="net.sourceforge.pmd.eclipse.plugin">
Expand Down Expand Up @@ -36,7 +36,7 @@
id="net.sourceforge.pmd.eclipse.plugin"
download-size="0"
install-size="0"
version="4.1.0.qualifier"
version="4.1.0.v20190307-2036"
unpack="true"
/>

Expand Down
2 changes: 1 addition & 1 deletion net.sourceforge.pmd.eclipse/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>net.sourceforge.pmd.eclipse.parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.v20190307-2036</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
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.1.0-SNAPSHOT</version>
<version>4.1.0.v20190307-2036</version>
<packaging>pom</packaging>
<modules>
<module>net.sourceforge.pmd.eclipse</module>
Expand Down

0 comments on commit ea17eb0

Please sign in to comment.