Skip to content

Commit

Permalink
Prepare release 1.18.32
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-sh committed Mar 20, 2024
1 parent 4d6fb35 commit 61de5d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ All notable changes to this project will be documented in this file.

<a name="1.18.32"></a>

## [1.18.32-SNAPSHOT](https://github.com/lars-sh/lombok-annotations/compare/1cf0af584039dd73c4630769df63201a4da0de05...master)
## [1.18.32](https://github.com/lars-sh/lombok-annotations/compare/1cf0af584039dd73c4630769df63201a4da0de05...master)

Download at [Maven Search](https://search.maven.org/artifact/de.lars-sh/lombok-annotations/1.18.32/jar)

* TODO: Update lombok to version 1.18.32
* Update lombok to version 1.18.32

<a name="1.18.30"></a>

Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.lars-sh</groupId>
<artifactId>lombok-annotations</artifactId>
<version>1.18.32-SNAPSHOT</version>
<version>1.18.32</version>

<name>Lombok Annotations</name>
<description>Annotations of Project Lombok as separate JAR to improve compiling and handling Java sources generated by Delombok</description>
Expand Down Expand Up @@ -99,7 +99,7 @@

<!-- Versions: Plugin Dependencies -->
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
<lombok.version>edge-SNAPSHOT</lombok.version>
<lombok.version>1.18.32</lombok.version>

<!-- Versions: Reporting Skins -->
<maven-fluido-skin.version>1.12.0</maven-fluido-skin.version>
Expand Down Expand Up @@ -344,6 +344,7 @@
/lombok/EqualsAndHashCode.java,
/lombok/Generated.java,
/lombok/Getter.java,
/lombok/Locked.java,
/lombok/NoArgsConstructor.java,
/lombok/NonNull.java,
/lombok/RequiredArgsConstructor.java,
Expand Down

0 comments on commit 61de5d2

Please sign in to comment.