From 22e5f86f37a9fd4af72bd2fd02c8898811793267 Mon Sep 17 00:00:00 2001 From: Michael Cramer Date: Fri, 30 Jan 2015 07:37:19 +0100 Subject: [PATCH 1/2] Upgrade to maven-dependency-plugin 2.10 See gh-2430 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 5c94d026a60..ad56cef0370 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1564,7 +1564,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.9 + 2.10 org.apache.maven.plugins From 3649a89a037a46fa7d5715f6be806f30fc1ef002 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 Mar 2015 14:07:40 +0000 Subject: [PATCH 2/2] Use maven-dependency-plugin 2.10 in Loader's integration test projects Closes gh-2430 --- .../spring-boot-loader/src/it/executable-dir/pom.xml | 2 +- .../spring-boot-loader/src/it/executable-jar/pom.xml | 2 +- .../spring-boot-loader/src/it/executable-props/pom.xml | 2 +- .../spring-boot-loader/src/it/executable-war/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml index 082ebbfcb90..95a49ab99ce 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.9 + 2.10 unpack diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml index 31ea8c6baa2..79a2b37fd80 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.9 + 2.10 unpack diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml index 089833d2f56..2bbfe1c7ecb 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.9 + 2.10 unpack diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml index 9c4db097a7a..3378d22711c 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml @@ -39,7 +39,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.9 + 2.10 unpack