|
|
|
@ -3,14 +3,14 @@
@@ -3,14 +3,14 @@
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<artifactId>spring-cloud-openfeign</artifactId> |
|
|
|
|
<version>2.1.0.RC3</version> |
|
|
|
|
<version>2.1.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
<name>Spring Cloud OpenFeign</name> |
|
|
|
|
<description>Spring Cloud OpenFeign</description> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-build</artifactId> |
|
|
|
|
<version>2.1.0.RC3</version> |
|
|
|
|
<version>2.1.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<relativePath /> |
|
|
|
|
</parent> |
|
|
|
|
<scm> |
|
|
|
@ -22,8 +22,8 @@
@@ -22,8 +22,8 @@
|
|
|
|
|
<properties> |
|
|
|
|
<main.basedir>${basedir}</main.basedir> |
|
|
|
|
<jackson.version>2.7.3</jackson.version> |
|
|
|
|
<spring-cloud-commons.version>2.1.0.RC2</spring-cloud-commons.version> |
|
|
|
|
<spring-cloud-netflix.version>2.1.0.RC3</spring-cloud-netflix.version> |
|
|
|
|
<spring-cloud-commons.version>2.1.0.BUILD-SNAPSHOT</spring-cloud-commons.version> |
|
|
|
|
<spring-cloud-netflix.version>2.1.0.BUILD-SNAPSHOT</spring-cloud-netflix.version> |
|
|
|
|
|
|
|
|
|
<!-- Plugin versions --> |
|
|
|
|
<maven-compiler-plugin.version>3.6.1</maven-compiler-plugin.version> |
|
|
|
|