Skip to content

Commit

Permalink
config: release 10.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Calixte committed Aug 25, 2024
1 parent 2044c75 commit 558687a
Show file tree
Hide file tree
Showing 23 changed files with 81 additions and 25 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.17.0, see
(2022-09 or higher version) workspace. Latest release 10.18.0, see
<a href="#!/releasenotes">release notes</a>.
</small>
</div>
Expand Down
23 changes: 23 additions & 0 deletions docs/partials/releases/10.18.0/release_notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<div>
<h3>Changes</h3>
<ul>
<li>2044c750 Issue #734: update to Checkstyle 10.18.0</li>
<li>8837509e build(deps): bump org.apache.maven.plugins:maven-surefire-plugin</li>
<li>933c9500 build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin</li>
<li>bddce06c build(deps): bump org.codehaus.mojo:exec-maven-plugin</li>
<li>23afa19e build(deps): bump org.apache.maven.plugins:maven-site-plugin</li>
<li>6126b3fa build(deps): bump org.codehaus.mojo:exec-maven-plugin</li>
<li>855b0712 build(deps): bump actions/setup-java from 4.2.1 to 4.2.2</li>
<li>db46903c simplify feature branding</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.18.0",
"template": "partials/releases/10.18.0/release_notes.html",
"open": true
},
{
"version": "Release 10.17.0",
"template": "partials/releases/10.17.0/release_notes.html",
Expand Down
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.17.0.qualifier"
version="10.18.0.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.17.0.qualifier"/>
version="10.18.0.qualifier"/>

<plugin
id="net.sf.eclipsecs.core"
version="10.17.0.qualifier"/>
version="10.18.0.qualifier"/>

<plugin
id="net.sf.eclipsecs.doc"
version="10.17.0.qualifier"/>
version="10.18.0.qualifier"/>

<plugin
id="net.sf.eclipsecs.checkstyle"
version="10.17.0.qualifier"/>
version="10.18.0.qualifier"/>

<plugin
id="net.sf.eclipsecs.ui"
version="10.17.0.qualifier"/>
version="10.18.0.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.17.0-SNAPSHOT</version>
<version>10.18.0-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.17.0.qualifier.jar" id="net.sf.eclipsecs" version="10.17.0.qualifier">
<feature url="features/net.sf.eclipsecs_10.18.0.qualifier.jar" id="net.sf.eclipsecs" version="10.18.0.qualifier">
<category name="Checkstyle"/>
</feature>
<feature url="features/net.sf.eclipsecs.source_10.17.0.qualifier.jar" id="net.sf.eclipsecs.source" version="10.17.0.qualifier">
<feature url="features/net.sf.eclipsecs.source_10.18.0.qualifier.jar" id="net.sf.eclipsecs.source" version="10.18.0.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.17.0-SNAPSHOT</version>
<version>10.18.0-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.17.0.qualifier
Bundle-Version: 10.18.0.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.17.0-SNAPSHOT</version>
<version>10.18.0-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.17.0.qualifier
Bundle-Version: 10.18.0.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.17.0-SNAPSHOT</version>
<version>10.18.0-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.17.0.qualifier
Bundle-Version: 10.18.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ClassPath: .,
lib/checkstyle-10.18.0-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.17.0-SNAPSHOT</version>
<version>10.18.0-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.17.0.qualifier
Bundle-Version: 10.18.0.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.17.0-SNAPSHOT</version>
<version>10.18.0-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.17.0, see
(2022-09 or higher version) workspace. Latest release 10.18.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,23 @@
<div>
<h3>Changes</h3>
<ul>
<li>2044c750 Issue #734: update to Checkstyle 10.18.0</li>
<li>8837509e build(deps): bump org.apache.maven.plugins:maven-surefire-plugin</li>
<li>933c9500 build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin</li>
<li>bddce06c build(deps): bump org.codehaus.mojo:exec-maven-plugin</li>
<li>23afa19e build(deps): bump org.apache.maven.plugins:maven-site-plugin</li>
<li>6126b3fa build(deps): bump org.codehaus.mojo:exec-maven-plugin</li>
<li>855b0712 build(deps): bump actions/setup-java from 4.2.1 to 4.2.2</li>
<li>db46903c simplify feature branding</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.18.0",
"template": "partials/releases/10.18.0/release_notes.html",
"open": true
},
{
"version": "Release 10.17.0",
"template": "partials/releases/10.17.0/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.17.0.qualifier
Bundle-Version: 10.18.0.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.17.0-SNAPSHOT</version>
<version>10.18.0-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.17.0.qualifier
Bundle-Version: 10.18.0.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.17.0-SNAPSHOT</version>
<version>10.18.0-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.17.0-SNAPSHOT</version>
<version>10.18.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eclipse-cs Maven Parent</name>

Expand Down

0 comments on commit 558687a

Please sign in to comment.