Skip to content

Commit 4142ede

Browse files
committed
Release 1.8.0
1 parent baf8c1c commit 4142ede

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To run Retrolambda using Maven, add the following to your pom.xml:
3737
<plugin>
3838
<groupId>net.orfjackal.retrolambda</groupId>
3939
<artifactId>retrolambda-maven-plugin</artifactId>
40-
<version>1.7.0</version>
40+
<version>1.8.0</version>
4141
<executions>
4242
<execution>
4343
<goals>
@@ -154,6 +154,9 @@ Version History
154154
([Issue #31](https://github.com/orfjackal/retrolambda/issues/31))
155155
- *Experimental! Can be enabled with the enviroment variable
156156
DEFAULT_METHODS=2*
157+
158+
### Retrolambda 1.8.0 (2014-11-16)
159+
157160
- Backports try-with-resources statements to Java 6 and older by removing
158161
calls to `Throwable.addSuppressed`
159162
([Issue #38](https://github.com/orfjackal/retrolambda/issues/38))

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>1.7.1-SNAPSHOT</version>
9+
<version>1.8.0</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>1.7.1-SNAPSHOT</version>
15+
<version>1.8.0</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>1.7.1-SNAPSHOT</version>
9+
<version>1.8.0</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>1.7.1-SNAPSHOT</version>
8+
<version>1.8.0</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>1.7.1-SNAPSHOT</version>
9+
<version>1.8.0</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)