Skip to content

Commit fa120d0

Browse files
committed
Release 2.5.3
1 parent eca1e56 commit fa120d0

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To run Retrolambda using Maven, add the following to your pom.xml:
5555
<plugin>
5656
<groupId>net.orfjackal.retrolambda</groupId>
5757
<artifactId>retrolambda-maven-plugin</artifactId>
58-
<version>2.5.2</version>
58+
<version>2.5.3</version>
5959
<executions>
6060
<execution>
6161
<goals>
@@ -232,7 +232,7 @@ optimizations to that mechanism may break Retrolambda.
232232
Version History
233233
---------------
234234

235-
### Upcoming
235+
### Retrolambda 2.5.3 (2017-12-28)
236236

237237
- Copy the `SourceFile` attribute of the enclosing class into the lambda class
238238
([Issue #131](https://github.com/orfjackal/retrolambda/issues/131))

end-to-end-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.orfjackal.retrolambda</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.5.3-SNAPSHOT</version>
9+
<version>2.5.3</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>net.orfjackal.retrolambda</groupId>
1414
<artifactId>parent</artifactId>
15-
<version>2.5.3-SNAPSHOT</version>
15+
<version>2.5.3</version>
1616
<packaging>pom</packaging>
1717

1818
<description>Backport of Java 8 lambda expressions to Java 7</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.orfjackal.retrolambda</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.5.3-SNAPSHOT</version>
9+
<version>2.5.3</version>
1010
<relativePath>parent/pom.xml</relativePath>
1111
</parent>
1212

retrolambda-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.orfjackal.retrolambda</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.5.3-SNAPSHOT</version>
9+
<version>2.5.3</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

retrolambda-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.orfjackal.retrolambda</groupId>
77
<artifactId>parent</artifactId>
8-
<version>2.5.3-SNAPSHOT</version>
8+
<version>2.5.3</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

retrolambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.orfjackal.retrolambda</groupId>
88
<artifactId>parent</artifactId>
9-
<version>2.5.3-SNAPSHOT</version>
9+
<version>2.5.3</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)