File tree Expand file tree Collapse file tree 22 files changed +76
-24
lines changed
partials/releases/10.23.1
net.sf.eclipsecs-updatesite
net.sf.eclipsecs.branding
net.sf.eclipsecs.checkstyle
partials/releases/10.23.1 Expand file tree Collapse file tree 22 files changed +76
-24
lines changed Original file line number Diff line number Diff line change
1
+ < div >
2
+ < h3 > Changes</ h3 >
3
+ < ul >
4
+ < li > 32e1e68d Issue #848: update to Checstyle 1.23.1</ li >
5
+ < li > f1f6c2cd build(deps): bump org.codehaus.mojo:build-helper-maven-plugin</ li >
6
+ < li > b4a429a4 build(deps): bump EnricoMi/publish-unit-test-result-action</ li >
7
+ < li > 68dd8176 build(deps): bump org.codehaus.mojo:exec-maven-plugin</ li >
8
+ < li > 9eed1d22 build(deps): bump org.apache.maven.plugins:maven-clean-plugin</ li >
9
+ < li > 2659aed5 build(deps): bump the rewrite group with 6 updates</ li >
10
+ </ ul >
11
+
12
+ < p >
13
+ Please read the
14
+ < a target ="_blank " href ="https://checkstyle.org/releasenotes.html ">
15
+ Checkstyle release notes
16
+ </ a >
17
+ for details on recent and potentially breaking changes in Checkstyle.
18
+ Checkstyle configuration files potentially
19
+ need to be adapted to this version.
20
+ </ p >
21
+ </ div >
Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "version" : " Release 10.23.1" ,
4
+ "template" : " partials/releases/10.23.1/release_notes.html" ,
5
+ "open" : true
6
+ },
2
7
{
3
8
"version" : " Release 10.23.0" ,
4
9
"template" : " partials/releases/10.23.0/release_notes.html" ,
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" net.sf.eclipsecs"
4
4
label =" %feature.label"
5
- version =" 10.23.0 .qualifier"
5
+ version =" 10.23.1 .qualifier"
6
6
provider-name =" %feature.provider_name"
7
7
plugin =" net.sf.eclipsecs.branding" >
8
8
38
38
39
39
<plugin
40
40
id =" net.sf.eclipsecs.branding"
41
- version =" 10.23.0 .qualifier" />
41
+ version =" 10.23.1 .qualifier" />
42
42
43
43
<plugin
44
44
id =" net.sf.eclipsecs.core"
45
- version =" 10.23.0 .qualifier" />
45
+ version =" 10.23.1 .qualifier" />
46
46
47
47
<plugin
48
48
id =" net.sf.eclipsecs.doc"
49
- version =" 10.23.0 .qualifier" />
49
+ version =" 10.23.1 .qualifier" />
50
50
51
51
<plugin
52
52
id =" net.sf.eclipsecs.checkstyle"
53
- version =" 10.23.0 .qualifier" />
53
+ version =" 10.23.1 .qualifier" />
54
54
55
55
<plugin
56
56
id =" net.sf.eclipsecs.ui"
57
- version =" 10.23.0 .qualifier" />
57
+ version =" 10.23.1 .qualifier" />
58
58
59
59
</feature >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >net.sf.eclipsecs.parent</artifactId >
5
5
<groupId >net.sf.eclipsecs</groupId >
6
- <version >10.23.0 -SNAPSHOT</version >
6
+ <version >10.23.1 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >net.sf.eclipsecs</artifactId >
Original file line number Diff line number Diff line change 3
3
<description name =" Eclipse Checkstyle Plugin" url =" http://eclipse-cs.sourceforge.net/update" >
4
4
Eclipse Checkstyle Plugin Update Site
5
5
</description >
6
- <feature url =" features/net.sf.eclipsecs_10.23.0 .qualifier.jar" id =" net.sf.eclipsecs" version =" 10.23.0 .qualifier" >
6
+ <feature url =" features/net.sf.eclipsecs_10.23.1 .qualifier.jar" id =" net.sf.eclipsecs" version =" 10.23.1 .qualifier" >
7
7
<category name =" Checkstyle" />
8
8
</feature >
9
- <feature url =" features/net.sf.eclipsecs.source_10.23.0 .qualifier.jar" id =" net.sf.eclipsecs.source" version =" 10.23.0 .qualifier" >
9
+ <feature url =" features/net.sf.eclipsecs.source_10.23.1 .qualifier.jar" id =" net.sf.eclipsecs.source" version =" 10.23.1 .qualifier" >
10
10
<category name =" Checkstyle" />
11
11
</feature >
12
12
<category-def name =" Checkstyle" label =" Checkstyle" >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >net.sf.eclipsecs.parent</artifactId >
6
6
<groupId >net.sf.eclipsecs</groupId >
7
- <version >10.23.0 -SNAPSHOT</version >
7
+ <version >10.23.1 -SNAPSHOT</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<artifactId >net.sf.eclipsecs-updatesite</artifactId >
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %Bundle-Name
4
4
Bundle-SymbolicName : net.sf.eclipsecs.branding
5
- Bundle-Version : 10.23.0 .qualifier
5
+ Bundle-Version : 10.23.1 .qualifier
6
6
Bundle-Vendor : %Bundle-Vendor
7
7
Automatic-Module-Name : net.sf.eclipsecs.branding
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >net.sf.eclipsecs.parent</artifactId >
5
5
<groupId >net.sf.eclipsecs</groupId >
6
- <version >10.23.0 -SNAPSHOT</version >
6
+ <version >10.23.1 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >net.sf.eclipsecs.branding</artifactId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %Bundle-Name
4
4
Bundle-SymbolicName : net.sf.eclipsecs.checkstyle
5
- Bundle-Version : 10.23.0 .qualifier
5
+ Bundle-Version : 10.23.1 .qualifier
6
6
Bundle-Vendor : %Bundle-Vendor
7
7
Bundle-ActivationPolicy : lazy
8
8
Bundle-RequiredExecutionEnvironment : JavaSE-17
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >net.sf.eclipsecs.parent</artifactId >
5
5
<groupId >net.sf.eclipsecs</groupId >
6
- <version >10.23.0 -SNAPSHOT</version >
6
+ <version >10.23.1 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >net.sf.eclipsecs.checkstyle</artifactId >
You can’t perform that action at this time.
0 commit comments