|
|
|
@ -5,7 +5,7 @@
@@ -5,7 +5,7 @@
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-commons-parent</artifactId> |
|
|
|
|
<version>2.1.2.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
<name>Spring Cloud Commons Parent</name> |
|
|
|
|
<description>Spring Cloud Commons Parent</description> |
|
|
|
@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-build</artifactId> |
|
|
|
|
<version>2.1.3.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<relativePath/> <!-- lookup parent from repository --> |
|
|
|
|
</parent> |
|
|
|
|
<scm> |
|
|
|
@ -27,11 +27,6 @@
@@ -27,11 +27,6 @@
|
|
|
|
|
</scm> |
|
|
|
|
<properties> |
|
|
|
|
<bintray.package>commons</bintray.package> |
|
|
|
|
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError> |
|
|
|
|
<maven-checkstyle-plugin.failsOnViolation>true |
|
|
|
|
</maven-checkstyle-plugin.failsOnViolation> |
|
|
|
|
<maven-checkstyle-plugin.includeTestSourceDirectory>true |
|
|
|
|
</maven-checkstyle-plugin.includeTestSourceDirectory> |
|
|
|
|
</properties> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|