Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recently closed issues to the changelog #893

Merged
merged 13 commits into from
Nov 8, 2024
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Make `SourceChecker#suppressWarningsString` protected to allow adaptation in sub

**Closed issues:**

eisop#413, eisop#777, eisop#782.

Version 3.42.0-eisop4 (July 12, 2024)
-------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/MavenExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.21.0</version>
<version>3.20.0</version>
wmdietl marked this conversation as resolved.
Show resolved Hide resolved
</plugin>
</plugins>
</build>
Expand Down
Loading