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