Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-sh committed Sep 21, 2023
1 parent 5ea99a4 commit 4c1bdff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
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)

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

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

## [1.18.30](https://github.com/lars-sh/lombok-annotations/compare/2e98204d72cbf3b218b08f2545a7488f500c41ee...1cf0af584039dd73c4630769df63201a4da0de05) (2023-09-21)
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.30</version>
<version>1.18.32-SNAPSHOT</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>1.18.30</lombok.version>
<lombok.version>edge-SNAPSHOT</lombok.version>

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

0 comments on commit 4c1bdff

Please sign in to comment.