Skip to content

Commit 8475def

Browse files
committed
Release 2.5.4
1 parent 89e7deb commit 8475def

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

+2-2
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.3</version>
58+
<version>2.5.4</version>
5959
<executions>
6060
<execution>
6161
<goals>
@@ -237,7 +237,7 @@ yourself or pay someone to do it, if you think it's worth the effort. ;)
237237
Version History
238238
---------------
239239

240-
### Upcoming
240+
### Retrolambda 2.5.4 (2018-05-30)
241241

242242
- Fix regression in Maven plugin; use classpathFile
243243
([Issue #141](https://github.com/orfjackal/retrolambda/issues/141))

end-to-end-tests/pom.xml

+1-1
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.4-SNAPSHOT</version>
9+
<version>2.5.4</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

parent/pom.xml

+1-1
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.4-SNAPSHOT</version>
15+
<version>2.5.4</version>
1616
<packaging>pom</packaging>
1717

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

pom.xml

+1-1
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.4-SNAPSHOT</version>
9+
<version>2.5.4</version>
1010
<relativePath>parent/pom.xml</relativePath>
1111
</parent>
1212

retrolambda-api/pom.xml

+1-1
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.4-SNAPSHOT</version>
9+
<version>2.5.4</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

retrolambda-maven-plugin/pom.xml

+1-1
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.4-SNAPSHOT</version>
8+
<version>2.5.4</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

retrolambda/pom.xml

+1-1
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.4-SNAPSHOT</version>
9+
<version>2.5.4</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)