Merge pull request #9375 from kwoyke/JAVA-1641

JAVA-1641: Remove overriden spring-boot.version property
This commit is contained in:
Josh Cummings 2020-05-27 09:32:37 -06:00 committed by GitHub
commit fbabf0ed94

View File

@ -75,7 +75,6 @@
</build>
<properties>
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
<start-class>com.baeldung.birt.engine.ReportEngineApplication</start-class>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>