BAEL-617: fixed target release
This commit is contained in:
parent
e5ee3fd8b8
commit
e6cd81938e
|
@ -76,8 +76,8 @@
|
|||
<properties>
|
||||
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
|
||||
<start-class>com.baeldung.springbootmvc.SpringBootMvcApplication</start-class>
|
||||
<maven.compiler.source>1.10</maven.compiler.source>
|
||||
<maven.compiler.target>1.10</maven.compiler.target>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue