Error:java: Source option 5 is no longer supported. Use 8 or later.

ht‮‬tps://www.lautturi.com
Error:java: Source option 5 is no longer supported. Use 8 or later.
<properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
</properties>

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <configuration>
        <source>1.8</source>
        <target>1.8</target>
    </configuration>
</plugin>
Created Time:2017-09-05 10:43:26  Author:lautturi