Skip to content

Commit

Permalink
Upgraded version of Spring-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
bijukunjummen committed Jan 8, 2015
1 parent 7901230 commit b079f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.2.1.RELEASE</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -78,13 +78,13 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-spring-service-connector</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.1.0.RELEASE</version>
</dependency>

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cloudfoundry-connector</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down

0 comments on commit b079f31

Please sign in to comment.