mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-03-03 20:21:12 +00:00
Upgrade to Spring Boot 2.2.0.RELEASE
This commit is contained in:
parent
f284b29501
commit
ce7c3f93de
2 changed files with 3 additions and 3 deletions
4
pom.xml
4
pom.xml
|
|
@ -5,12 +5,12 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.samples</groupId>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>2.1.0.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.1.9.RELEASE</version>
|
||||
<version>2.2.0.RELEASE</version>
|
||||
</parent>
|
||||
<name>petclinic</name>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue