Skip to content

Commit

Permalink
config: release 10.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Calixte committed Mar 27, 2024
1 parent 37eca5e commit f1dfb47
Show file tree
Hide file tree
Showing 24 changed files with 102 additions and 40 deletions.
2 changes: 1 addition & 1 deletion docs/partials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
<small>
<sup>1 </sup>
Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse
(2022-09 or higher version) workspace. Latest release 10.14.1, see
(2022-09 or higher version) workspace. Latest release 10.14.2, see
<a href="#!/releasenotes">release notes</a>.
</small>
</div>
Expand Down
26 changes: 26 additions & 0 deletions docs/partials/releases/10.14.2/release_notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<div>
<h3>Changes</h3>
<ul>
<li>37eca5e3 use tycho-eclipse-plugin instead of tycho-eclipserun-plugin</li>
<li>f95813d7 Issue #664: update to Checkstyle 10.14.2</li>
<li>c30fa35f resolve OverridableMethodInConstructor violations</li>
<li>cbe970a5 build(deps): bump EnricoMi/publish-unit-test-result-action</li>
<li>c180d1d3 build(deps): bump org.apache.maven.plugins:maven-compiler-plugin</li>
<li>daabb31f build(deps): bump actions/cache from 4.0.1 to 4.0.2</li>
<li>9813060e Fix new violations</li>
<li>97d25fb8 require java 17</li>
<li>49972e40 Multiple Maven fixes</li>
<li>32bba97d build(deps): bump actions/checkout from 4.1.1 to 4.1.2</li>
<li>2711e53d build(deps): bump actions/setup-java from 4.1.0 to 4.2.1</li>
</ul>

<p>
Please read the
<a target="_blank" href="https://checkstyle.org/releasenotes.html">
Checkstyle release notes
</a>
for details on recent and potentially breaking changes in Checkstyle.
Checkstyle configuration files potentially
need to be adapted to this version.
</p>
</div>
5 changes: 5 additions & 0 deletions docs/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "Release 10.14.2",
"template": "partials/releases/10.14.2/release_notes.html",
"open": true
},
{
"version": "Release 10.14.1",
"template": "partials/releases/10.14.1/release_notes.html",
Expand Down
30 changes: 15 additions & 15 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,77 +15,77 @@
-->
<url>
<loc>https://checkstyle.org/eclipse-cs/</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/releasenotes</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/install</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/project-setup</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/custom-config</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/filters</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/configtypes</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/properties</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/filesets</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/preferences</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/extensions</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/custom-checks</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/builtin-config</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/custom-filters</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/faq</loc>
<lastmod>2024-03-05</lastmod>
<lastmod>2024-03-19</lastmod>
<changefreq>weekly</changefreq>
</url>
</urlset>
12 changes: 6 additions & 6 deletions net.sf.eclipsecs-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.sf.eclipsecs"
label="%feature.label"
version="10.14.1.qualifier"
version="10.14.2.qualifier"
provider-name="%feature.provider_name"
plugin="net.sf.eclipsecs.branding">

Expand Down Expand Up @@ -38,22 +38,22 @@

<plugin
id="net.sf.eclipsecs.branding"
version="10.14.1.qualifier"/>
version="10.14.2.qualifier"/>

<plugin
id="net.sf.eclipsecs.core"
version="10.14.1.qualifier"/>
version="10.14.2.qualifier"/>

<plugin
id="net.sf.eclipsecs.doc"
version="10.14.1.qualifier"/>
version="10.14.2.qualifier"/>

<plugin
id="net.sf.eclipsecs.checkstyle"
version="10.14.1.qualifier"/>
version="10.14.2.qualifier"/>

<plugin
id="net.sf.eclipsecs.ui"
version="10.14.1.qualifier"/>
version="10.14.2.qualifier"/>

</feature>
2 changes: 1 addition & 1 deletion net.sf.eclipsecs-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<groupId>net.sf.eclipsecs</groupId>
<version>10.14.1-SNAPSHOT</version>
<version>10.14.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sf.eclipsecs</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions net.sf.eclipsecs-updatesite/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description name="Eclipse Checkstyle Plugin" url="http://eclipse-cs.sourceforge.net/update">
Eclipse Checkstyle Plugin Update Site
</description>
<feature url="features/net.sf.eclipsecs_10.14.1.qualifier.jar" id="net.sf.eclipsecs" version="10.14.1.qualifier">
<feature url="features/net.sf.eclipsecs_10.14.2.qualifier.jar" id="net.sf.eclipsecs" version="10.14.2.qualifier">
<category name="Checkstyle"/>
</feature>
<feature url="features/net.sf.eclipsecs.source_10.14.1.qualifier.jar" id="net.sf.eclipsecs.source" version="10.14.1.qualifier">
<feature url="features/net.sf.eclipsecs.source_10.14.2.qualifier.jar" id="net.sf.eclipsecs.source" version="10.14.2.qualifier">
<category name="Checkstyle"/>
</feature>
<category-def name="Checkstyle" label="Checkstyle">
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs-updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<groupId>net.sf.eclipsecs</groupId>
<version>10.14.1-SNAPSHOT</version>
<version>10.14.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sf.eclipsecs-updatesite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.branding/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: net.sf.eclipsecs.branding
Bundle-Version: 10.14.1.qualifier
Bundle-Version: 10.14.2.qualifier
Bundle-Vendor: %Bundle-Vendor
Automatic-Module-Name: net.sf.eclipsecs.branding
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<groupId>net.sf.eclipsecs</groupId>
<version>10.14.1-SNAPSHOT</version>
<version>10.14.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sf.eclipsecs.branding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.checkstyle/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: %Bundle-Name
Bundle-SymbolicName: net.sf.eclipsecs.checkstyle
Bundle-Version: 10.14.1.qualifier
Bundle-Version: 10.14.2.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<groupId>net.sf.eclipsecs</groupId>
<version>10.14.1-SNAPSHOT</version>
<version>10.14.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sf.eclipsecs.checkstyle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.core/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-Name: %Bundle-Name
Bundle-ManifestVersion: 2
Bundle-SymbolicName: net.sf.eclipsecs.core;singleton:=true
Bundle-Version: 10.14.1.qualifier
Bundle-Version: 10.14.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ClassPath: .,
lib/checkstyle-10.14.2-all.jar
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<groupId>net.sf.eclipsecs</groupId>
<version>10.14.1-SNAPSHOT</version>
<version>10.14.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sf.eclipsecs.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.doc/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: %Bundle-Name
Bundle-SymbolicName: net.sf.eclipsecs.doc;singleton:=true
Bundle-Version: 10.14.1.qualifier
Bundle-Version: 10.14.2.qualifier
Require-Bundle: org.eclipse.help;bundle-version="3.9.0"
Bundle-Vendor: %Bundle-Vendor
Automatic-Module-Name: net.sf.eclipsecs.doc
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<groupId>net.sf.eclipsecs</groupId>
<version>10.14.1-SNAPSHOT</version>
<version>10.14.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sf.eclipsecs.doc</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
<small>
<sup>1 </sup>
Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse
(2022-09 or higher version) workspace. Latest release 10.14.1, see
(2022-09 or higher version) workspace. Latest release 10.14.2, see
<a href="#!/releasenotes">release notes</a>.
</small>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<div>
<h3>Changes</h3>
<ul>
<li>37eca5e3 use tycho-eclipse-plugin instead of tycho-eclipserun-plugin</li>
<li>f95813d7 Issue #664: update to Checkstyle 10.14.2</li>
<li>c30fa35f resolve OverridableMethodInConstructor violations</li>
<li>cbe970a5 build(deps): bump EnricoMi/publish-unit-test-result-action</li>
<li>c180d1d3 build(deps): bump org.apache.maven.plugins:maven-compiler-plugin</li>
<li>daabb31f build(deps): bump actions/cache from 4.0.1 to 4.0.2</li>
<li>9813060e Fix new violations</li>
<li>97d25fb8 require java 17</li>
<li>49972e40 Multiple Maven fixes</li>
<li>32bba97d build(deps): bump actions/checkout from 4.1.1 to 4.1.2</li>
<li>2711e53d build(deps): bump actions/setup-java from 4.1.0 to 4.2.1</li>
</ul>

<p>
Please read the
<a target="_blank" href="https://checkstyle.org/releasenotes.html">
Checkstyle release notes
</a>
for details on recent and potentially breaking changes in Checkstyle.
Checkstyle configuration files potentially
need to be adapted to this version.
</p>
</div>
5 changes: 5 additions & 0 deletions net.sf.eclipsecs.doc/src/main/resources/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "Release 10.14.2",
"template": "partials/releases/10.14.2/release_notes.html",
"open": true
},
{
"version": "Release 10.14.1",
"template": "partials/releases/10.14.1/release_notes.html",
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.sample/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: %Bundle-Name
Bundle-SymbolicName: net.sf.eclipsecs.sample;singleton:=true
Bundle-Version: 10.14.1.qualifier
Bundle-Version: 10.14.2.qualifier
Require-Bundle: net.sf.eclipsecs.checkstyle,
net.sf.eclipsecs.core,
net.sf.eclipsecs.ui
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<groupId>net.sf.eclipsecs</groupId>
<version>10.14.1-SNAPSHOT</version>
<version>10.14.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sf.eclipsecs.sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.ui/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: %Bundle-Name
Bundle-SymbolicName: net.sf.eclipsecs.ui;singleton:=true
Bundle-Version: 10.14.1.qualifier
Bundle-Version: 10.14.2.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Activator: net.sf.eclipsecs.ui.CheckstyleUIPlugin
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsecs.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<groupId>net.sf.eclipsecs</groupId>
<version>10.14.1-SNAPSHOT</version>
<version>10.14.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>net.sf.eclipsecs.ui</artifactId>
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.sf.eclipsecs</groupId>
<artifactId>net.sf.eclipsecs.parent</artifactId>
<version>10.14.1-SNAPSHOT</version>
<version>10.14.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eclipse-cs Maven Parent</name>

Expand Down

0 comments on commit f1dfb47

Please sign in to comment.