Skip to content

Commit

Permalink
Prepare release 1.18.34
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-sh committed Jun 29, 2024
1 parent eae1db1 commit 546e378
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ All notable changes to this project will be documented in this file.

<a name="1.18.34"></a>

## [1.18.34-SNAPSHOT](https://github.com/lars-sh/lombok-annotations/compare/61de5d2332b65918ca4516e32e64bcf1e4dba5d9...master)
## [1.18.34](https://github.com/lars-sh/lombok-annotations/compare/61de5d2332b65918ca4516e32e64bcf1e4dba5d9...master) (2024-06-29)

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

* TODO: Update lombok to version 1.18.34
* Update lombok to version 1.18.34

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

## [1.18.32](https://github.com/lars-sh/lombok-annotations/compare/1cf0af584039dd73c4630769df63201a4da0de05...61de5d2332b65918ca4516e32e64bcf1e4dba5d9)
## [1.18.32](https://github.com/lars-sh/lombok-annotations/compare/1cf0af584039dd73c4630769df63201a4da0de05...61de5d2332b65918ca4516e32e64bcf1e4dba5d9) (2024-03-20)

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

Expand Down
4 changes: 2 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.34-SNAPSHOT</version>
<version>1.18.34</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.34</lombok.version>

<!-- Versions: Reporting Skins -->
<maven-fluido-skin.version>1.12.0</maven-fluido-skin.version>
Expand Down

0 comments on commit 546e378

Please sign in to comment.