Skip to content

Commit d9850f4

Browse files
committed
config: release 10.15.0
1 parent 19510aa commit d9850f4

File tree

24 files changed

+160
-40
lines changed

24 files changed

+160
-40
lines changed

docs/partials/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
2424
<small>
2525
<sup>1 </sup>
2626
Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse
27-
(2022-09 or higher version) workspace. Latest release 10.14.2, see
27+
(2022-09 or higher version) workspace. Latest release 10.15.0, see
2828
<a href="#!/releasenotes">release notes</a>.
2929
</small>
3030
</div>
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<div>
2+
<h3>Changes</h3>
3+
<ul>
4+
<li>19510aac Issue #683: update to Checkstyle 10.15.0</li>
5+
<li>478db446 remove early startup extension</li>
6+
<li>6ce32460 Refresh SCM filter info correctly</li>
7+
<li>68e6d6c9 build(deps): bump org.codehaus.mojo:versions-maven-plugin</li>
8+
<li>190829a9 build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin</li>
9+
<li>5ad962fa build(deps): bump org.apache.maven.plugins:maven-clean-plugin</li>
10+
<li>3d75aa31 build(deps): bump org.codehaus.mojo:versions-maven-plugin</li>
11+
<li>f8d18981 build(deps): bump EnricoMi/publish-unit-test-result-action</li>
12+
<li>3d387699 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin</li>
13+
<li>251a83d0 build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin</li>
14+
<li>37256ec2 build(deps): bump actions/checkout from 4.1.6 to 4.1.7</li>
15+
<li>0f7be2c1 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin</li>
16+
<li>d496c9ee build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin</li>
17+
<li>831918cb maven cleanup</li>
18+
<li>196a0e9a upgrade external target platform dependencies</li>
19+
<li>006d669f build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin</li>
20+
<li>c9906805 Add command for running checkstyle</li>
21+
<li>c6bb3f28 Re-enable quickfixes</li>
22+
<li>28c91798 build(deps): bump tycho-version from 4.0.7 to 4.0.8</li>
23+
<li>3ac35402 build(deps): bump org.codehaus.mojo:exec-maven-plugin</li>
24+
<li>dbb7dbfe build(deps): bump org.codehaus.mojo:build-helper-maven-plugin</li>
25+
<li>d5300db8 build(deps): bump actions/checkout from 4.1.5 to 4.1.6</li>
26+
<li>9020ff8f build(deps): bump actions/checkout from 4.1.4 to 4.1.5</li>
27+
<li>3c523b3e build(deps): bump org.apache.maven.plugins:maven-deploy-plugin</li>
28+
<li>16b82a1e build(deps): bump org.apache.maven.plugins:maven-install-plugin</li>
29+
<li>8e002acf build(deps): bump actions/checkout from 4.1.3 to 4.1.4</li>
30+
<li>3ea3c711 build(deps): bump actions/checkout from 4.1.2 to 4.1.3</li>
31+
<li>d7c7e155 build(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin</li>
32+
<li>ea1a2ac2 Show module id on property page</li>
33+
<li>dd75f672 Revert "remove duplicate checkstyle.jar"</li>
34+
<li>e6202756 check that module meta data can be read</li>
35+
<li>33ce44e8 Upgrade project properties to 2024-03</li>
36+
<li>f3e15909 Correctly look up metadata from checkstyle marker</li>
37+
<li>b9486313 selectable marker properties</li>
38+
<li>d74a25f7 remove duplicate checkstyle.jar</li>
39+
<li>eec9691d have sevntu plugin in target platform</li>
40+
<li>60e51a17 replace reflections by classgraph</li>
41+
<li>cf32964e remove source repackaging</li>
42+
<li>a7060684 multiple upgrades</li>
43+
<li>eb8397b5 remove Tycho 2.x workaround</li>
44+
</ul>
45+
46+
<p>
47+
Please read the
48+
<a target="_blank" href="https://checkstyle.org/releasenotes.html">
49+
Checkstyle release notes
50+
</a>
51+
for details on recent and potentially breaking changes in Checkstyle.
52+
Checkstyle configuration files potentially
53+
need to be adapted to this version.
54+
</p>
55+
</div>

docs/releases.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "Release 10.15.0",
4+
"template": "partials/releases/10.15.0/release_notes.html",
5+
"open": true
6+
},
27
{
38
"version": "Release 10.14.2",
49
"template": "partials/releases/10.14.2/release_notes.html",

docs/sitemap.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,77 +15,77 @@
1515
-->
1616
<url>
1717
<loc>https://checkstyle.org/eclipse-cs/</loc>
18-
<lastmod>2024-03-19</lastmod>
18+
<lastmod>2024-03-27</lastmod>
1919
<changefreq>weekly</changefreq>
2020
</url>
2121
<url>
2222
<loc>https://checkstyle.org/eclipse-cs/#!/releasenotes</loc>
23-
<lastmod>2024-03-19</lastmod>
23+
<lastmod>2024-03-27</lastmod>
2424
<changefreq>weekly</changefreq>
2525
</url>
2626
<url>
2727
<loc>https://checkstyle.org/eclipse-cs/#!/install</loc>
28-
<lastmod>2024-03-19</lastmod>
28+
<lastmod>2024-03-27</lastmod>
2929
<changefreq>weekly</changefreq>
3030
</url>
3131
<url>
3232
<loc>https://checkstyle.org/eclipse-cs/#!/project-setup</loc>
33-
<lastmod>2024-03-19</lastmod>
33+
<lastmod>2024-03-27</lastmod>
3434
<changefreq>weekly</changefreq>
3535
</url>
3636
<url>
3737
<loc>https://checkstyle.org/eclipse-cs/#!/custom-config</loc>
38-
<lastmod>2024-03-19</lastmod>
38+
<lastmod>2024-03-27</lastmod>
3939
<changefreq>weekly</changefreq>
4040
</url>
4141
<url>
4242
<loc>https://checkstyle.org/eclipse-cs/#!/filters</loc>
43-
<lastmod>2024-03-19</lastmod>
43+
<lastmod>2024-03-27</lastmod>
4444
<changefreq>weekly</changefreq>
4545
</url>
4646
<url>
4747
<loc>https://checkstyle.org/eclipse-cs/#!/configtypes</loc>
48-
<lastmod>2024-03-19</lastmod>
48+
<lastmod>2024-03-27</lastmod>
4949
<changefreq>weekly</changefreq>
5050
</url>
5151
<url>
5252
<loc>https://checkstyle.org/eclipse-cs/#!/properties</loc>
53-
<lastmod>2024-03-19</lastmod>
53+
<lastmod>2024-03-27</lastmod>
5454
<changefreq>weekly</changefreq>
5555
</url>
5656
<url>
5757
<loc>https://checkstyle.org/eclipse-cs/#!/filesets</loc>
58-
<lastmod>2024-03-19</lastmod>
58+
<lastmod>2024-03-27</lastmod>
5959
<changefreq>weekly</changefreq>
6060
</url>
6161
<url>
6262
<loc>https://checkstyle.org/eclipse-cs/#!/preferences</loc>
63-
<lastmod>2024-03-19</lastmod>
63+
<lastmod>2024-03-27</lastmod>
6464
<changefreq>weekly</changefreq>
6565
</url>
6666
<url>
6767
<loc>https://checkstyle.org/eclipse-cs/#!/extensions</loc>
68-
<lastmod>2024-03-19</lastmod>
68+
<lastmod>2024-03-27</lastmod>
6969
<changefreq>weekly</changefreq>
7070
</url>
7171
<url>
7272
<loc>https://checkstyle.org/eclipse-cs/#!/custom-checks</loc>
73-
<lastmod>2024-03-19</lastmod>
73+
<lastmod>2024-03-27</lastmod>
7474
<changefreq>weekly</changefreq>
7575
</url>
7676
<url>
7777
<loc>https://checkstyle.org/eclipse-cs/#!/builtin-config</loc>
78-
<lastmod>2024-03-19</lastmod>
78+
<lastmod>2024-03-27</lastmod>
7979
<changefreq>weekly</changefreq>
8080
</url>
8181
<url>
8282
<loc>https://checkstyle.org/eclipse-cs/#!/custom-filters</loc>
83-
<lastmod>2024-03-19</lastmod>
83+
<lastmod>2024-03-27</lastmod>
8484
<changefreq>weekly</changefreq>
8585
</url>
8686
<url>
8787
<loc>https://checkstyle.org/eclipse-cs/#!/faq</loc>
88-
<lastmod>2024-03-19</lastmod>
88+
<lastmod>2024-03-27</lastmod>
8989
<changefreq>weekly</changefreq>
9090
</url>
9191
</urlset>

net.sf.eclipsecs-feature/feature.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="net.sf.eclipsecs"
44
label="%feature.label"
5-
version="10.14.2.qualifier"
5+
version="10.15.0.qualifier"
66
provider-name="%feature.provider_name"
77
plugin="net.sf.eclipsecs.branding">
88

@@ -38,22 +38,22 @@
3838

3939
<plugin
4040
id="net.sf.eclipsecs.branding"
41-
version="10.14.2.qualifier"/>
41+
version="10.15.0.qualifier"/>
4242

4343
<plugin
4444
id="net.sf.eclipsecs.core"
45-
version="10.14.2.qualifier"/>
45+
version="10.15.0.qualifier"/>
4646

4747
<plugin
4848
id="net.sf.eclipsecs.doc"
49-
version="10.14.2.qualifier"/>
49+
version="10.15.0.qualifier"/>
5050

5151
<plugin
5252
id="net.sf.eclipsecs.checkstyle"
53-
version="10.14.2.qualifier"/>
53+
version="10.15.0.qualifier"/>
5454

5555
<plugin
5656
id="net.sf.eclipsecs.ui"
57-
version="10.14.2.qualifier"/>
57+
version="10.15.0.qualifier"/>
5858

5959
</feature>

net.sf.eclipsecs-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>net.sf.eclipsecs.parent</artifactId>
55
<groupId>net.sf.eclipsecs</groupId>
6-
<version>10.14.2-SNAPSHOT</version>
6+
<version>10.15.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>net.sf.eclipsecs</artifactId>

net.sf.eclipsecs-updatesite/category.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<description name="Eclipse Checkstyle Plugin" url="http://eclipse-cs.sourceforge.net/update">
44
Eclipse Checkstyle Plugin Update Site
55
</description>
6-
<feature url="features/net.sf.eclipsecs_10.14.2.qualifier.jar" id="net.sf.eclipsecs" version="10.14.2.qualifier">
6+
<feature url="features/net.sf.eclipsecs_10.15.0.qualifier.jar" id="net.sf.eclipsecs" version="10.15.0.qualifier">
77
<category name="Checkstyle"/>
88
</feature>
9-
<feature url="features/net.sf.eclipsecs.source_10.14.2.qualifier.jar" id="net.sf.eclipsecs.source" version="10.14.2.qualifier">
9+
<feature url="features/net.sf.eclipsecs.source_10.15.0.qualifier.jar" id="net.sf.eclipsecs.source" version="10.15.0.qualifier">
1010
<category name="Checkstyle"/>
1111
</feature>
1212
<category-def name="Checkstyle" label="Checkstyle">

net.sf.eclipsecs-updatesite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>net.sf.eclipsecs.parent</artifactId>
66
<groupId>net.sf.eclipsecs</groupId>
7-
<version>10.14.2-SNAPSHOT</version>
7+
<version>10.15.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>net.sf.eclipsecs-updatesite</artifactId>

net.sf.eclipsecs.branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: net.sf.eclipsecs.branding
5-
Bundle-Version: 10.14.2.qualifier
5+
Bundle-Version: 10.15.0.qualifier
66
Bundle-Vendor: %Bundle-Vendor
77
Automatic-Module-Name: net.sf.eclipsecs.branding

net.sf.eclipsecs.branding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>net.sf.eclipsecs.parent</artifactId>
55
<groupId>net.sf.eclipsecs</groupId>
6-
<version>10.14.2-SNAPSHOT</version>
6+
<version>10.15.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>net.sf.eclipsecs.branding</artifactId>

0 commit comments

Comments
 (0)