diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml
index 95979201d6..c9a22a76a4 100644
--- a/spring-boot-project/spring-boot-docs/pom.xml
+++ b/spring-boot-project/spring-boot-docs/pom.xml
@@ -1010,6 +1010,24 @@
+
+ com.googlecode.maven-download-plugin
+ download-maven-plugin
+
+
+ unpack-doc-resources
+ generate-resources
+
+ wget
+
+
+ https://repo.spring.io/release/io/spring/docresources/spring-doc-resources/${spring-doc-resources.version}/spring-doc-resources-${spring-doc-resources.version}.zip
+ true
+ ${refdocs.build.directory}
+
+
+
+
org.apache.maven.plugins
maven-dependency-plugin
@@ -1161,24 +1179,6 @@
-
- unpack-doc-resources
-
- unpack
-
- generate-resources
-
-
-
- io.spring.docresources
- spring-doc-resources
- ${spring-doc-resources.version}
- zip
- ${refdocs.build.directory}
-
-
-
-
diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml
index 938e024905..097887b6b6 100644
--- a/spring-boot-project/spring-boot-parent/pom.xml
+++ b/spring-boot-project/spring-boot-parent/pom.xml
@@ -29,7 +29,7 @@
1.10.6
6.14.3
1.0.6.RELEASE
- 0.1.0.BUILD-SNAPSHOT
+ 0.1.0.RELEASE
http://github.com/spring-projects/spring-boot
@@ -276,6 +276,11 @@
+
+ com.googlecode.maven-download-plugin
+ download-maven-plugin
+ 1.4.1
+
org.jetbrains.kotlin
kotlin-maven-plugin