Skip to content
Snippets Groups Projects
Commit 2c3aa4a1 authored by Antoine Rey's avatar Antoine Rey
Browse files

Upgrading to Spring Boot 1.4.2

parent 0cafba19
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
</parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-angular1</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<name>Spring Petclinic :: Parent POM</name>
<packaging>pom</packaging>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-angular1</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>spring-petclinic-client</artifactId>
<name>Spring Petclinic :: AngularJS Client</name>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-angular1</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>spring-petclinic-server</artifactId>
<name>Spring Petclinic :: Spring MVC REST server</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment