Skip to content

Commit

Permalink
Merge pull request #904 from revelc/release/2.24.1
Browse files Browse the repository at this point in the history
Release/2.24.1
  • Loading branch information
hazendaz authored Jun 5, 2024
2 parents 40df8d4 + 6ec3db2 commit cd3b8c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ Changelog

Commits on branch "main"

Version formatter-maven-plugin-2.24.1 – 06/04/2024 09:04 PM -0400

* [maven-release-plugin] prepare release formatter-maven-plugin-2.24.1
* [ci] Update change log to this point
* [pom] For now override site to proper one for site xsd and let maven release the site
* [site] Fix site xml file uses <site> not <project> from legacy usage
* [ci] Update copyright date on notice
* [ci] Comment on what unchanged is
* [java] Add items to formatter java.xml that were missing as of 2024-03
* [ci] Update changelog for 2.24.0 release
* [ci] Fix the eclipse versions markdown to reflect 2.24 level at eclipse 4.31
* [cleanup] Reuse file.getName() as a string as its called many times
* [rework] Reduce reused code by using common calculate hash code method
* [pom] Bump guava to 33.2.1-jre
* [894] Use the formattedCode for the formattedHash.
* [maven-release-plugin] prepare for next development iteration

Version formatter-maven-plugin-2.24.0 – 05/29/2024 03:40 PM -0400

* [maven-release-plugin] prepare release formatter-maven-plugin-2.24.0
Expand Down Expand Up @@ -1287,4 +1304,4 @@ Version formatter-maven-plugin-0.5 – 06/04/2015 08:25 PM -0400
* Initial upload of project files.


Generated by Mavanagaiata 1.0.1 at 06/04/2024 06:31 PM -0400
Generated by Mavanagaiata 1.0.1 at 06/04/2024 09:06 PM -0400
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.24.1-SNAPSHOT</version>
<version>2.24.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>formatter-maven-plugin</name>
<description>Maven plugin for formatting source code</description>
Expand Down

0 comments on commit cd3b8c8

Please sign in to comment.