JAVA-1638: Get rid of the overriden spring-boot.version property
This commit is contained in:
parent
db4c926b1a
commit
2addd74680
|
@ -7,7 +7,7 @@
|
|||
<version>1.0.0-SNAPSHOT</version>
|
||||
<name>spring-5-reactive-oauth</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>WebFluc and Spring Security OAuth</description>
|
||||
<description>WebFlux and Spring Security OAuth</description>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
|
@ -64,8 +64,4 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<spring-boot.version>2.1.0.RELEASE</spring-boot.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue