From f6a72c42818dd0381eed38c8cfb353661bfccef1 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 30 Oct 2017 15:12:13 +0100 Subject: [PATCH] #661 - Prepare 0.24 release. Upgraded dependencies: Spring Framework 4.3.11 -> 4.3.12 Logback 1.1.8 -> 1.1.11 Jackson 2.8.5 -> 2.8.10 Slf4J 1.7.22 -> 1.7.25 Evo Inflector 1.2.1 -> 1.2.2 Upgraded Spring Framework build profiles accordingly. Removed Asciidoctor plugin dependency for EPub as we don't actually generate them. Build plugin updates. --- pom.xml | 61 +++++++++++++++++++++------------------------------------ 1 file changed, 22 insertions(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index b66eee1a..560b6767 100644 --- a/pom.xml +++ b/pom.xml @@ -68,16 +68,16 @@ UTF-8 - 4.3.11.RELEASE - 1.1.8 + 4.3.12.RELEASE + 1.1.11 0.7.8 ${project.build.directory}/jacoco.exec - 2.8.5 + 2.8.10 2.0.1 2.2.1 2.2.0 - 1.7.22 - 1.2.1 + 1.7.25 + 1.2.2 true 1.6 @@ -87,7 +87,7 @@ spring43-next - 4.3.12.BUILD-SNAPSHOT + 4.3.13.BUILD-SNAPSHOT @@ -100,7 +100,7 @@ spring5 - 5.0.0.RELEASE + 5.0.1.RELEASE 2.9.1 @@ -114,7 +114,7 @@ spring5-next - 5.0.1.BUILD-SNAPSHOT + 5.0.2.BUILD-SNAPSHOT 2.9.1 @@ -202,7 +202,7 @@ org.springframework.data.build spring-data-build-resources - 1.8.5.RELEASE + 1.9.8.RELEASE provided zip @@ -258,17 +258,12 @@ org.asciidoctor asciidoctor-maven-plugin - 1.5.3 + 1.5.6 org.asciidoctor asciidoctorj-pdf - 1.5.0-alpha.11 - - - org.asciidoctor - asciidoctorj-epub3 - 1.5.0-alpha.6 + 1.5.0-alpha.16 @@ -293,20 +288,6 @@ - - pdf generate-resources @@ -390,7 +371,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.0.0 + 3.1.0 static @@ -585,7 +566,7 @@ joda-time joda-time - 2.9.7 + 2.9.9 test @@ -599,7 +580,7 @@ net.jadler jadler-all - 1.1.1 + 1.3.0 test @@ -620,7 +601,7 @@ org.apache.maven.wagon wagon-ssh - 2.5 + 2.12 @@ -628,7 +609,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.3 + 3.7.0 ${source.level} ${source.level} @@ -655,16 +636,18 @@ org.apache.maven.plugins maven-jar-plugin - 2.6 + 3.0.2 - true + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + org.apache.maven.plugins maven-source-plugin - 2.4 + 3.0.1 attach-sources @@ -678,7 +661,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 2.10.4 true
${project.name}