Skip to content

Commit 460bd4d

Browse files
committed
Prepare 8.11.0 release
1 parent db2ec03 commit 460bd4d

File tree

35 files changed

+165
-120
lines changed

35 files changed

+165
-120
lines changed

docs/partials/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
3636
<br />
3737
<small>
3838
<sup>2 </sup>
39-
Latest release 8.10.1, based on Checkstyle 8.10.1, see
39+
Latest release 8.11.0, based on Checkstyle 8.11, see
4040
<a href="#!/releasenotes">release notes</a>
4141
</small>
4242
</div>

docs/partials/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <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.github.io/eclipse-cs/update</code></li>
47+
<li>Enter the following update site url: <code>https://checkstyle.org/eclipse-cs/update</code></li>
4848
<li>Select the Eclipse Checkstyle Plugin feature to install</li>
4949
<li>Conclude the installation as described above</li>
5050
</ol>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<div>
2+
<p>Updates the Checkstyle core to version 8.11.</p>
3+
<p>
4+
Please note that this version requires
5+
<strong>Java 8 as the minimum runtime environment</strong>
6+
. This requires
7+
you to run Eclipse on a Java 8 JVM in order to use this plugin version.
8+
</p>
9+
<p>This restriction does not affect the ability to analyze Java 5 or lower level source code.</p>
10+
<p>
11+
Please read the
12+
<a target="_blank" href="http://checkstyle.sourceforge.net/releasenotes.html">Checkstyle
13+
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+
<h3>Changes</h3>
20+
<ul>
21+
<li>
22+
<a href="https://github.com/checkstyle/eclipse-cs/issues/84">#84 upgrade to checkstyle 8.11</a>
23+
</li>
24+
<li>
25+
<a href="https://github.com/checkstyle/eclipse-cs/issues/66">#66 Update urls to be http for checkstyle.org</a>
26+
</li>
27+
</ul>
28+
</div>

docs/releases.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "Release 8.11.0",
4+
"template": "partials/releases/8.11.0/release_notes.html",
5+
"open": true
6+
},
27
{
38
"version": "Release 8.10.1",
49
"template": "partials/releases/8.10.1/release_notes.html",
@@ -16,13 +21,11 @@
1621
},
1722
{
1823
"version": "Release 8.7.0",
19-
"template": "partials/releases/8.7.0/release_notes.html",
20-
"open": true
24+
"template": "partials/releases/8.7.0/release_notes.html"
2125
},
2226
{
2327
"version": "Release 8.5.1",
24-
"template": "partials/releases/8.5.1/release_notes.html",
25-
"open": true
28+
"template": "partials/releases/8.5.1/release_notes.html"
2629
},
2730
{
2831
"version": "Release 8.5.0",

docs/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sitemap: https://checkstyle.github.io/eclipse-cs/sitemap.xml
1+
Sitemap: https://checkstyle.org/eclipse-cs/sitemap.xml

docs/sitemap.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,78 +3,78 @@
33
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
44
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
55
<url>
6-
<loc>https://checkstyle.github.io/eclipse-cs/</loc>
7-
<lastmod>2018-07-28T10:47:22Z</lastmod>
6+
<loc>https://checkstyle.org/eclipse-cs/</loc>
7+
<lastmod>2018-07-28T15:21:26Z</lastmod>
88
<changefreq>weekly</changefreq>
99
</url>
1010
<url>
11-
<loc>https://checkstyle.github.io/eclipse-cs/#!/releasenotes</loc>
12-
<lastmod>2018-07-28T10:47:22Z</lastmod>
11+
<loc>https://checkstyle.org/eclipse-cs/#!/releasenotes</loc>
12+
<lastmod>2018-07-28T15:21:26Z</lastmod>
1313
<changefreq>weekly</changefreq>
1414
</url>
1515
<url>
16-
<loc>https://checkstyle.github.io/eclipse-cs/#!/install</loc>
17-
<lastmod>2018-07-28T10:47:22Z</lastmod>
16+
<loc>https://checkstyle.org/eclipse-cs/#!/install</loc>
17+
<lastmod>2018-07-28T15:21:26Z</lastmod>
1818
<changefreq>weekly</changefreq>
1919
</url>
2020
<url>
21-
<loc>https://checkstyle.github.io/eclipse-cs/#!/project-setup</loc>
22-
<lastmod>2018-07-28T10:47:22Z</lastmod>
21+
<loc>https://checkstyle.org/eclipse-cs/#!/project-setup</loc>
22+
<lastmod>2018-07-28T15:21:26Z</lastmod>
2323
<changefreq>weekly</changefreq>
2424
</url>
2525
<url>
26-
<loc>https://checkstyle.github.io/eclipse-cs/#!/custom-config</loc>
27-
<lastmod>2018-07-28T10:47:22Z</lastmod>
26+
<loc>https://checkstyle.org/eclipse-cs/#!/custom-config</loc>
27+
<lastmod>2018-07-28T15:21:26Z</lastmod>
2828
<changefreq>weekly</changefreq>
2929
</url>
3030
<url>
31-
<loc>https://checkstyle.github.io/eclipse-cs/#!/filters</loc>
32-
<lastmod>2018-07-28T10:47:22Z</lastmod>
31+
<loc>https://checkstyle.org/eclipse-cs/#!/filters</loc>
32+
<lastmod>2018-07-28T15:21:26Z</lastmod>
3333
<changefreq>weekly</changefreq>
3434
</url>
3535
<url>
36-
<loc>https://checkstyle.github.io/eclipse-cs/#!/configtypes</loc>
37-
<lastmod>2018-07-28T10:47:22Z</lastmod>
36+
<loc>https://checkstyle.org/eclipse-cs/#!/configtypes</loc>
37+
<lastmod>2018-07-28T15:21:26Z</lastmod>
3838
<changefreq>weekly</changefreq>
3939
</url>
4040
<url>
41-
<loc>https://checkstyle.github.io/eclipse-cs/#!/properties</loc>
42-
<lastmod>2018-07-28T10:47:22Z</lastmod>
41+
<loc>https://checkstyle.org/eclipse-cs/#!/properties</loc>
42+
<lastmod>2018-07-28T15:21:26Z</lastmod>
4343
<changefreq>weekly</changefreq>
4444
</url>
4545
<url>
46-
<loc>https://checkstyle.github.io/eclipse-cs/#!/filesets</loc>
47-
<lastmod>2018-07-28T10:47:22Z</lastmod>
46+
<loc>https://checkstyle.org/eclipse-cs/#!/filesets</loc>
47+
<lastmod>2018-07-28T15:21:26Z</lastmod>
4848
<changefreq>weekly</changefreq>
4949
</url>
5050
<url>
51-
<loc>https://checkstyle.github.io/eclipse-cs/#!/preferences</loc>
52-
<lastmod>2018-07-28T10:47:22Z</lastmod>
51+
<loc>https://checkstyle.org/eclipse-cs/#!/preferences</loc>
52+
<lastmod>2018-07-28T15:21:26Z</lastmod>
5353
<changefreq>weekly</changefreq>
5454
</url>
5555
<url>
56-
<loc>https://checkstyle.github.io/eclipse-cs/#!/extensions</loc>
57-
<lastmod>2018-07-28T10:47:22Z</lastmod>
56+
<loc>https://checkstyle.org/eclipse-cs/#!/extensions</loc>
57+
<lastmod>2018-07-28T15:21:26Z</lastmod>
5858
<changefreq>weekly</changefreq>
5959
</url>
6060
<url>
61-
<loc>https://checkstyle.github.io/eclipse-cs/#!/custom-checks</loc>
62-
<lastmod>2018-07-28T10:47:22Z</lastmod>
61+
<loc>https://checkstyle.org/eclipse-cs/#!/custom-checks</loc>
62+
<lastmod>2018-07-28T15:21:26Z</lastmod>
6363
<changefreq>weekly</changefreq>
6464
</url>
6565
<url>
66-
<loc>https://checkstyle.github.io/eclipse-cs/#!/builtin-config</loc>
67-
<lastmod>2018-07-28T10:47:22Z</lastmod>
66+
<loc>https://checkstyle.org/eclipse-cs/#!/builtin-config</loc>
67+
<lastmod>2018-07-28T15:21:26Z</lastmod>
6868
<changefreq>weekly</changefreq>
6969
</url>
7070
<url>
71-
<loc>https://checkstyle.github.io/eclipse-cs/#!/custom-filters</loc>
72-
<lastmod>2018-07-28T10:47:22Z</lastmod>
71+
<loc>https://checkstyle.org/eclipse-cs/#!/custom-filters</loc>
72+
<lastmod>2018-07-28T15:21:26Z</lastmod>
7373
<changefreq>weekly</changefreq>
7474
</url>
7575
<url>
76-
<loc>https://checkstyle.github.io/eclipse-cs/#!/faq</loc>
77-
<lastmod>2018-07-28T10:47:22Z</lastmod>
76+
<loc>https://checkstyle.org/eclipse-cs/#!/faq</loc>
77+
<lastmod>2018-07-28T15:21:26Z</lastmod>
7878
<changefreq>weekly</changefreq>
7979
</url>
8080
</urlset>

docs/update/compositeArtifacts.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<properties size='2'>
66
<property name='p2.compressed' value='true' />
77
<!-- get new time w/ date +%s000 -->
8-
<property name='p2.timestamp' value='201807281047' />
8+
<property name='p2.timestamp' value='201807281521' />
99
</properties>
1010
<children size='2'>
11-
<child location='https://dl.bintray.com/eclipse-cs/eclipse-cs/8.10.1/' />
11+
<child location='https://dl.bintray.com/eclipse-cs/eclipse-cs/8.11.0/' />
1212
<child location='https://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/' />
1313
</children>
1414
</repository>

docs/update/compositeContent.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<properties size='2'>
66
<property name='p2.compressed' value='true' />
77
<!-- get new time w/ date +%s000 -->
8-
<property name='p2.timestamp' value='201807281047' />
8+
<property name='p2.timestamp' value='201807281521' />
99
</properties>
1010
<children size='2'>
11-
<child location='https://dl.bintray.com/eclipse-cs/eclipse-cs/8.10.1/' />
11+
<child location='https://dl.bintray.com/eclipse-cs/eclipse-cs/8.11.0/' />
1212
<child location='https://sevntu-checkstyle.github.io/sevntu.checkstyle/update-site/' />
1313
</children>
1414
</repository>

net.sf.eclipsecs-feature/feature.xml

Lines changed: 7 additions & 7 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.10.1.qualifier"
2+
<feature version="8.11.0.qualifier"
33
id="net.sf.eclipsecs"
44
label="%feature.label"
55
provider-name="%feature.provider_name"
@@ -18,7 +18,7 @@
1818
</license>
1919

2020
<url>
21-
<update label="%updateSiteName" url="https://checkstyle.github.io/eclipse-cs/update/"/>
21+
<update label="%updateSiteName" url="https://checkstyle.org/eclipse-cs/update/"/>
2222
</url>
2323

2424
<requires>
@@ -39,33 +39,33 @@
3939
id="net.sf.eclipsecs.branding"
4040
download-size="0"
4141
install-size="0"
42-
version="8.10.1.qualifier"
42+
version="8.11.0.qualifier"
4343
unpack="false"/>
4444

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

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

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

6565
<plugin
6666
id="net.sf.eclipsecs.ui"
6767
download-size="0"
6868
install-size="0"
69-
version="8.10.1.qualifier"/>
69+
version="8.11.0.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.10.1-SNAPSHOT</version>
6+
<version>8.11.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>net.sf.eclipsecs</artifactId>

0 commit comments

Comments
 (0)