Merge pull request #9867 from kwoyke/JAVA-1638

JAVA-1638: Get rid of the overriden spring-boot.version property
This commit is contained in:
Dhawal Kapil 2020-08-14 11:40:27 +05:30 committed by GitHub
commit 2a0e8db760
1 changed files with 1 additions and 5 deletions

View File

@ -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>