Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Feb 23, 2017
1 parent 6d5a4c1 commit 10cb06e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -55,7 +55,7 @@ To run Retrolambda using Maven, add the following to your pom.xml:
<plugin>
<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>retrolambda-maven-plugin</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -232,9 +232,10 @@ optimizations to that mechanism may break Retrolambda.
Version History
---------------

### Upcoming
### Retrolambda 2.5.1 (2017-02-23)

- Fix anonymous classes inside lambda expressions
- Fixed the enclosing method attribute of anonymous classes declared inside
lambda expressions
([Issue #121](https://github.com/orfjackal/retrolambda/issues/121))

### Retrolambda 2.5.0 (2017-01-22)
Expand Down
2 changes: 1 addition & 1 deletion end-to-end-tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>parent</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>parent</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<packaging>pom</packaging>

<description>Backport of Java 8 lambda expressions to Java 7</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>parent</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrolambda-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>parent</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion retrolambda/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>parent</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 10cb06e

Please sign in to comment.