-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
110 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<div> | ||
<h3>Changes</h3> | ||
<ul> | ||
<li>185a41fc Issue #526: update to Checkstyle 10.11.0</li> | ||
<li>0682dfe7 build(deps): bump EnricoMi/publish-unit-test-result-action</li> | ||
<li>a7a2bde0 build(deps): bump org.apache.maven.plugins:maven-compiler-plugin</li> | ||
<li>0db2660a build(deps): bump org.codehaus.mojo:build-helper-maven-plugin</li> | ||
<li>00e43d32 build(deps): bump org.codehaus.mojo:exec-maven-plugin</li> | ||
<li>78ca1648 build(deps): bump org.apache.maven.plugins:maven-compiler-plugin</li> | ||
<li>efc58725 build(deps): bump org.codehaus.mojo:versions-maven-plugin</li> | ||
<li>823a271d Fix build order</li> | ||
<li>e32ddb5e [StepSecurity] ci: Harden GitHub Actions</li> | ||
<li>06121dfd build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin</li> | ||
<li>74af9a95 build(deps): bump actions/setup-java from 3 to 4</li> | ||
<li>bc7b99ee build(deps): bump org.apache.maven.plugins:maven-clean-plugin</li> | ||
<li>f06f86e3 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin</li> | ||
<li>fd82f2c5 build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin</li> | ||
<li>ac44bccb Create CODE_OF_CONDUCT.md</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
net.sf.eclipsecs.doc/src/main/resources/partials/releases/10.11.0/release_notes.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<div> | ||
<h3>Changes</h3> | ||
<ul> | ||
<li>185a41fc Issue #526: update to Checkstyle 10.11.0</li> | ||
<li>0682dfe7 build(deps): bump EnricoMi/publish-unit-test-result-action</li> | ||
<li>a7a2bde0 build(deps): bump org.apache.maven.plugins:maven-compiler-plugin</li> | ||
<li>0db2660a build(deps): bump org.codehaus.mojo:build-helper-maven-plugin</li> | ||
<li>00e43d32 build(deps): bump org.codehaus.mojo:exec-maven-plugin</li> | ||
<li>78ca1648 build(deps): bump org.apache.maven.plugins:maven-compiler-plugin</li> | ||
<li>efc58725 build(deps): bump org.codehaus.mojo:versions-maven-plugin</li> | ||
<li>823a271d Fix build order</li> | ||
<li>e32ddb5e [StepSecurity] ci: Harden GitHub Actions</li> | ||
<li>06121dfd build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin</li> | ||
<li>74af9a95 build(deps): bump actions/setup-java from 3 to 4</li> | ||
<li>bc7b99ee build(deps): bump org.apache.maven.plugins:maven-clean-plugin</li> | ||
<li>f06f86e3 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin</li> | ||
<li>fd82f2c5 build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin</li> | ||
<li>ac44bccb Create CODE_OF_CONDUCT.md</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters