Skip to content

Commit 96b60ab

Browse files
committed
config: release 8.41.1
1 parent 94698d4 commit 96b60ab

File tree

26 files changed

+98
-85
lines changed

26 files changed

+98
-85
lines changed

docs/partials/index.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ <h1>Eclipse Checkstyle Plugin</h1>
1414
Install
1515
<sup>1</sup>
1616
</a>
17-
<a class="btn btn-primary btn-outline-inverse btn-lg" target="_blank"
18-
href="https://bintray.com/eclipse-cs/eclipse-cs/update-site-archive/_latestVersion" title="Download the latest release as update site archive">
19-
<i class="fa fa-download">
20-
</i>
21-
Download
22-
<sup>2</sup>
23-
</a>
2417
<a class="btn btn-default btn-outline-inverse btn-lg" target="_blank"
2518
href="https://github.com/checkstyle/eclipse-cs" title="Browse/clone code at Github">
2619
<i class="fa fa-code">
@@ -31,12 +24,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
3124
<small>
3225
<sup>1 </sup>
3326
Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse
34-
(Juno or higher version) workspace
35-
</small>
36-
<br />
37-
<small>
38-
<sup>2 </sup>
39-
Latest release 8.41.0, based on Checkstyle 8.41, see
27+
(Juno or higher version) workspace. Latest release 8.41.1, based on Checkstyle 8.41, see
4028
<a href="#!/releasenotes">release notes</a>
4129
</small>
4230
</div>

docs/partials/install.html

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -44,34 +44,11 @@ <h1>Installation</h1>
4444
<div class="panel-body">
4545
<ol>
4646
<li>Within Eclipse go to: <em>Help -> Install New Software...</em></li>
47-
<li>Enter the following update site url: <code>https://checkstyle.org/eclipse-cs/update</code></li>
48-
<li>Select the Eclipse Checkstyle Plugin feature to install</li>
49-
<li>Conclude the installation as described above</li>
50-
</ol>
51-
</div>
52-
</div>
53-
54-
<div class="panel panel-default">
55-
<div class="panel-heading">From an update site archive</div>
56-
<div class="panel-body">
57-
<p>
58-
<a class="btn btn-primary btn-outline-inverse btn-lg" target="_blank"
59-
href="https://bintray.com/eclipse-cs/eclipse-cs/update-site-archive/_latestVersion"><i class="fa fa-download"
60-
> </i> Download latest</a>
61-
<a class="btn btn-default btn-outline-inverse btn-lg" target="_blank"
62-
href="https://bintray.com/eclipse-cs/eclipse-cs/update-site-archive/"> Download
63-
older release <i class="fa fa-external-link"> </i></a>
64-
<a class="btn btn-default btn-outline-inverse btn-lg" target="_blank"
65-
href="http://sourceforge.net/projects/eclipse-cs/files/Eclipse%20Checkstyle%20Plug-in/"> Download
66-
ancient releases <i class="fa fa-external-link"> </i></a>
67-
</p>
68-
<ol>
69-
<li>Download a Eclipse Checkstyle Plugin update site bundle</li>
70-
<li>Within Eclipse go to: <em>Help -> Install New Software...</em></li>
71-
<li>Press <em>Add...</em>, then <em>Archive...</em>, select the downloaded file</li>
47+
<li>Enter the following update site url: <code>https://checkstyle.org/eclipse-cs-update-site</code></li>
7248
<li>Select the Eclipse Checkstyle Plugin feature to install</li>
7349
<li>Conclude the installation as described above</li>
7450
</ol>
7551
</div>
7652
</div>
53+
7754
</div>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<div>
2+
<h3>Changes</h3>
3+
<ul>
4+
<li>94698d46 Issue #282: update to Checkstyle 8.41.1</li>
5+
<li>5138cc1d Issue #281: Stop using Authenticator for Basic HTTP Auth</li>
6+
<li>ecc027f7 Issue #279: change update-site references</li>
7+
<li>cdfc49d9 Issue #279: change update-site repository</li>
8+
</ul>
9+
10+
<p>
11+
Please read the
12+
<a target="_blank" href="http://checkstyle.sourceforge.net/releasenotes.html">
13+
Checkstyle release notes
14+
</a>
15+
for details on recent and potentially breaking changes in Checkstyle.
16+
Checkstyle configuration files potentially
17+
need to be adapted to this version.
18+
</p>
19+
</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 8.41.1",
4+
"template": "partials/releases/8.41.1/release_notes.html",
5+
"open": true
6+
},
27
{
38
"version": "Release 8.41.0",
49
"template": "partials/releases/8.41.0/release_notes.html",

docs/sitemap.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,77 +12,77 @@
1212
-->
1313
<url>
1414
<loc>https://checkstyle.org/eclipse-cs/</loc>
15-
<lastmod>2021-05-04T17:25:26Z</lastmod>
15+
<lastmod>2021-05-10T22:00:37Z</lastmod>
1616
<changefreq>weekly</changefreq>
1717
</url>
1818
<url>
1919
<loc>https://checkstyle.org/eclipse-cs/#!/releasenotes</loc>
20-
<lastmod>2021-05-04T17:25:26Z</lastmod>
20+
<lastmod>2021-05-10T22:00:37Z</lastmod>
2121
<changefreq>weekly</changefreq>
2222
</url>
2323
<url>
2424
<loc>https://checkstyle.org/eclipse-cs/#!/install</loc>
25-
<lastmod>2021-05-04T17:25:26Z</lastmod>
25+
<lastmod>2021-05-10T22:00:37Z</lastmod>
2626
<changefreq>weekly</changefreq>
2727
</url>
2828
<url>
2929
<loc>https://checkstyle.org/eclipse-cs/#!/project-setup</loc>
30-
<lastmod>2021-05-04T17:25:26Z</lastmod>
30+
<lastmod>2021-05-10T22:00:37Z</lastmod>
3131
<changefreq>weekly</changefreq>
3232
</url>
3333
<url>
3434
<loc>https://checkstyle.org/eclipse-cs/#!/custom-config</loc>
35-
<lastmod>2021-05-04T17:25:26Z</lastmod>
35+
<lastmod>2021-05-10T22:00:37Z</lastmod>
3636
<changefreq>weekly</changefreq>
3737
</url>
3838
<url>
3939
<loc>https://checkstyle.org/eclipse-cs/#!/filters</loc>
40-
<lastmod>2021-05-04T17:25:26Z</lastmod>
40+
<lastmod>2021-05-10T22:00:37Z</lastmod>
4141
<changefreq>weekly</changefreq>
4242
</url>
4343
<url>
4444
<loc>https://checkstyle.org/eclipse-cs/#!/configtypes</loc>
45-
<lastmod>2021-05-04T17:25:26Z</lastmod>
45+
<lastmod>2021-05-10T22:00:37Z</lastmod>
4646
<changefreq>weekly</changefreq>
4747
</url>
4848
<url>
4949
<loc>https://checkstyle.org/eclipse-cs/#!/properties</loc>
50-
<lastmod>2021-05-04T17:25:26Z</lastmod>
50+
<lastmod>2021-05-10T22:00:37Z</lastmod>
5151
<changefreq>weekly</changefreq>
5252
</url>
5353
<url>
5454
<loc>https://checkstyle.org/eclipse-cs/#!/filesets</loc>
55-
<lastmod>2021-05-04T17:25:26Z</lastmod>
55+
<lastmod>2021-05-10T22:00:37Z</lastmod>
5656
<changefreq>weekly</changefreq>
5757
</url>
5858
<url>
5959
<loc>https://checkstyle.org/eclipse-cs/#!/preferences</loc>
60-
<lastmod>2021-05-04T17:25:26Z</lastmod>
60+
<lastmod>2021-05-10T22:00:37Z</lastmod>
6161
<changefreq>weekly</changefreq>
6262
</url>
6363
<url>
6464
<loc>https://checkstyle.org/eclipse-cs/#!/extensions</loc>
65-
<lastmod>2021-05-04T17:25:26Z</lastmod>
65+
<lastmod>2021-05-10T22:00:37Z</lastmod>
6666
<changefreq>weekly</changefreq>
6767
</url>
6868
<url>
6969
<loc>https://checkstyle.org/eclipse-cs/#!/custom-checks</loc>
70-
<lastmod>2021-05-04T17:25:26Z</lastmod>
70+
<lastmod>2021-05-10T22:00:37Z</lastmod>
7171
<changefreq>weekly</changefreq>
7272
</url>
7373
<url>
7474
<loc>https://checkstyle.org/eclipse-cs/#!/builtin-config</loc>
75-
<lastmod>2021-05-04T17:25:26Z</lastmod>
75+
<lastmod>2021-05-10T22:00:37Z</lastmod>
7676
<changefreq>weekly</changefreq>
7777
</url>
7878
<url>
7979
<loc>https://checkstyle.org/eclipse-cs/#!/custom-filters</loc>
80-
<lastmod>2021-05-04T17:25:26Z</lastmod>
80+
<lastmod>2021-05-10T22:00:37Z</lastmod>
8181
<changefreq>weekly</changefreq>
8282
</url>
8383
<url>
8484
<loc>https://checkstyle.org/eclipse-cs/#!/faq</loc>
85-
<lastmod>2021-05-04T17:25:26Z</lastmod>
85+
<lastmod>2021-05-10T22:00:37Z</lastmod>
8686
<changefreq>weekly</changefreq>
8787
</url>
8888
</urlset>

net.sf.eclipsecs-feature/feature.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature version="8.41.0.qualifier"
2+
<feature version="8.41.1.qualifier"
33
id="net.sf.eclipsecs"
44
label="%feature.label"
55
provider-name="%feature.provider_name"
@@ -39,33 +39,33 @@
3939
id="net.sf.eclipsecs.branding"
4040
download-size="0"
4141
install-size="0"
42-
version="8.41.0.qualifier"
42+
version="8.41.1.qualifier"
4343
unpack="false"/>
4444

4545
<plugin
4646
id="net.sf.eclipsecs.core"
4747
download-size="0"
4848
install-size="0"
49-
version="8.41.0.qualifier"
49+
version="8.41.1.qualifier"
5050
unpack="true"/>
5151

5252
<plugin
5353
id="net.sf.eclipsecs.doc"
5454
download-size="0"
5555
install-size="0"
56-
version="8.41.0.qualifier"
56+
version="8.41.1.qualifier"
5757
unpack="false"/>
5858

5959
<plugin
6060
id="net.sf.eclipsecs.checkstyle"
6161
download-size="0"
6262
install-size="0"
63-
version="8.41.0.qualifier"/>
63+
version="8.41.1.qualifier"/>
6464

6565
<plugin
6666
id="net.sf.eclipsecs.ui"
6767
download-size="0"
6868
install-size="0"
69-
version="8.41.0.qualifier"/>
69+
version="8.41.1.qualifier"/>
7070

7171
</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>8.41.0-SNAPSHOT</version>
6+
<version>8.41.1-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_8.41.0.qualifier.jar" id="net.sf.eclipsecs" version="8.41.0.qualifier">
6+
<feature url="features/net.sf.eclipsecs_8.41.1.qualifier.jar" id="net.sf.eclipsecs" version="8.41.1.qualifier">
77
<category name="Checkstyle"/>
88
</feature>
9-
<feature url="features/net.sf.eclipsecs.source_8.41.0.qualifier.jar" id="net.sf.eclipsecs.source" version="8.41.0.qualifier">
9+
<feature url="features/net.sf.eclipsecs.source_8.41.1.qualifier.jar" id="net.sf.eclipsecs.source" version="8.41.1.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>8.41.0-SNAPSHOT</version>
7+
<version>8.41.1-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,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Eclipse Checkstyle
44
Bundle-SymbolicName: net.sf.eclipsecs.branding
5-
Bundle-Version: 8.41.0.qualifier
5+
Bundle-Version: 8.41.1.qualifier
66
Bundle-Vendor: Eclipse Checkstyle Project
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Automatic-Module-Name: net.sf.eclipsecs.branding

0 commit comments

Comments
 (0)