Skip to content

Commit

Permalink
Merge pull request sillerud#1 from xxyy/patch-1
Browse files Browse the repository at this point in the history
Change lombok version to 1.12.0 (from 0.12.0)
  • Loading branch information
TheUnnamedDude authored and TheUnnamedDude committed Nov 21, 2013
2 parents bab9543 + 059e181 commit aeb5136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -76,7 +75,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>0.12.0</version>
<version>1.12.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit aeb5136

Please sign in to comment.