Skip to content

Commit

Permalink
perf($SpringBoot): upgrade to Spring Boot 2.3.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed May 20, 2020
1 parent c4f1b7b commit f17c044
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
Empty file added kubernetes/.empty
Empty file.
17 changes: 10 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@
<spring-boot-admin.version>2.2.2</spring-boot-admin.version>
<knife4j.version>2.0.2</knife4j.version>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.7.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<!-- The modules (sometimes called subprojects) to build as a part of this project. -->
<modules>
<module>common</module>
<module>service-registry</module>
Expand All @@ -55,9 +51,16 @@
<module>exercise-mis</module>
<module>muscle-mis</module>
</modules>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<dependencyManagement>
<dependencies>
<!-- Spring Cloud Dependencies -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
Expand Down

0 comments on commit f17c044

Please sign in to comment.