Skip to content

Commit f433a69

Browse files
committed
Require Java 8
1 parent ea36a3c commit f433a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.codehaus.modello</groupId>
55
<artifactId>modello</artifactId>
6-
<version>1.12-SNAPSHOT</version>
6+
<version>2.0.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<name>Modello</name>
@@ -224,7 +224,7 @@
224224
! and also the version which is used
225225
! in the integration tests.
226226
-->
227-
<java.version>1.7</java.version>
227+
<java.version>1.8</java.version>
228228
<project.build.outputTimestamp>2020-01-20T18:52:48Z</project.build.outputTimestamp>
229229
</properties>
230230

0 commit comments

Comments
 (0)