Skip to content

Commit 6039108

Browse files
committed
Prepare for next development iteration
1 parent 10cb06e commit 6039108

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

0 commit comments

Comments
 (0)