Skip to content

Commit 6566292

Browse files
committed
compiler source/target 1.8
Signed-off-by: Olivier Lamy <[email protected]>
1 parent be22f45 commit 6566292

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
@@ -60,8 +60,8 @@ See the Apache License Version 2.0 for the specific language governing permissio
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-compiler-plugin</artifactId>
6262
<configuration>
63-
<source>1.4</source>
64-
<target>1.4</target>
63+
<source>1.8</source>
64+
<target>1.8</target>
6565
</configuration>
6666
</plugin>
6767
<plugin>

0 commit comments

Comments
 (0)