Skip to content

Commit

Permalink
Update lombok to version 1.18.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-sh committed Oct 17, 2020
1 parent 00be58b commit f0daa4d
Show file tree
Hide file tree
Showing 2 changed files with 4 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.16"></a>

## [1.18.16-SNAPSHOT](https://github.com/lars-sh/lombok-annotations/compare/6f353640b02e9481c38be1c36a2c94009f230ab5...master)
## [1.18.16](https://github.com/lars-sh/lombok-annotations/compare/6f353640b02e9481c38be1c36a2c94009f230ab5...master) (2020-10-17)

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

* TODO: Update lombok to version 1.18.16
* Update lombok to version 1.18.16

<a name="1.18.14"></a>

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.16-SNAPSHOT</version>
<version>1.18.16</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 @@ -61,7 +61,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Versions: Dependencies -->
<lombok.version>edge-SNAPSHOT</lombok.version>
<lombok.version>1.18.16</lombok.version>

<!-- Versions: Plugins -->
<build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version>
Expand Down

0 comments on commit f0daa4d

Please sign in to comment.