Skip to content

Commit

Permalink
config: release 10.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Calixte committed Feb 2, 2024
1 parent cae5986 commit 75a25fd
Show file tree
Hide file tree
Showing 24 changed files with 86 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
(2021-06 or higher version) workspace. Latest release 10.12.4, based on Checkstyle 10.12.0, see
(2021-06 or higher version) workspace. Latest release 10.12.5, based on Checkstyle 10.12.0, see
<a href="#!/releasenotes">release notes</a>
</small>
</div>
Expand Down
18 changes: 18 additions & 0 deletions docs/partials/releases/10.12.5/release_notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<div>
<h3>Changes</h3>
<ul>
<li>cae5986d Issue #606: update to Checkstyle 10.12.5</li>
<li>fafa9f5a Remove violations charts</li>
<li>9eeba337 limit Java EE version</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.12.5",
"template": "partials/releases/10.12.5/release_notes.html",
"open": true
},
{
"version": "Release 10.12.4",
"template": "partials/releases/10.12.4/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-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/releasenotes</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/install</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/project-setup</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/custom-config</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/filters</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/configtypes</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/properties</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/filesets</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/preferences</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/extensions</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/custom-checks</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/builtin-config</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/custom-filters</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://checkstyle.org/eclipse-cs/#!/faq</loc>
<lastmod>2024-01-25</lastmod>
<lastmod>2024-01-28</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.12.4.qualifier"
version="10.12.5.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.12.4.qualifier"/>
version="10.12.5.qualifier"/>

<plugin
id="net.sf.eclipsecs.core"
version="10.12.4.qualifier"/>
version="10.12.5.qualifier"/>

<plugin
id="net.sf.eclipsecs.doc"
version="10.12.4.qualifier"/>
version="10.12.5.qualifier"/>

<plugin
id="net.sf.eclipsecs.checkstyle"
version="10.12.4.qualifier"/>
version="10.12.5.qualifier"/>

<plugin
id="net.sf.eclipsecs.ui"
version="10.12.4.qualifier"/>
version="10.12.5.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.12.4-SNAPSHOT</version>
<version>10.12.5-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.12.4.qualifier.jar" id="net.sf.eclipsecs" version="10.12.4.qualifier">
<feature url="features/net.sf.eclipsecs_10.12.5.qualifier.jar" id="net.sf.eclipsecs" version="10.12.5.qualifier">
<category name="Checkstyle"/>
</feature>
<feature url="features/net.sf.eclipsecs.source_10.12.4.qualifier.jar" id="net.sf.eclipsecs.source" version="10.12.4.qualifier">
<feature url="features/net.sf.eclipsecs.source_10.12.5.qualifier.jar" id="net.sf.eclipsecs.source" version="10.12.5.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.12.4-SNAPSHOT</version>
<version>10.12.5-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.12.4.qualifier
Bundle-Version: 10.12.5.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.12.4-SNAPSHOT</version>
<version>10.12.5-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.12.4.qualifier
Bundle-Version: 10.12.5.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
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.12.4-SNAPSHOT</version>
<version>10.12.5-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.12.4.qualifier
Bundle-Version: 10.12.5.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ClassPath: .,
lib/checkstyle-10.12.5-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.12.4-SNAPSHOT</version>
<version>10.12.5-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,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: net.sf.eclipsecs.doc;singleton:=true
Bundle-Version: 10.12.4.qualifier
Bundle-Version: 10.12.5.qualifier
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.12.4-SNAPSHOT</version>
<version>10.12.5-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
(2021-06 or higher version) workspace. Latest release 10.12.4, based on Checkstyle 10.12.0, see
(2021-06 or higher version) workspace. Latest release 10.12.5, based on Checkstyle 10.12.0, see
<a href="#!/releasenotes">release notes</a>
</small>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<div>
<h3>Changes</h3>
<ul>
<li>cae5986d Issue #606: update to Checkstyle 10.12.5</li>
<li>fafa9f5a Remove violations charts</li>
<li>9eeba337 limit Java EE version</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.12.5",
"template": "partials/releases/10.12.5/release_notes.html",
"open": true
},
{
"version": "Release 10.12.4",
"template": "partials/releases/10.12.4/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.12.4.qualifier
Bundle-Version: 10.12.5.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.12.4-SNAPSHOT</version>
<version>10.12.5-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.12.4.qualifier
Bundle-Version: 10.12.5.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.12.4-SNAPSHOT</version>
<version>10.12.5-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.12.4-SNAPSHOT</version>
<version>10.12.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eclipse-cs Maven Parent</name>

Expand Down

0 comments on commit 75a25fd

Please sign in to comment.