Skip to content

Commit

Permalink
update config server to spring boot 2.0.3 and spring cloud finchley
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi Dov authored and chidov committed Jul 16, 2018
1 parent b421075 commit bd74c7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.5.RELEASE</version>
<version>2.0.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
<java.version>1.8</java.version>
</properties>

Expand All @@ -33,13 +34,13 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Brixton.RELEASE</version>
<version>${spring-cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit bd74c7c

Please sign in to comment.