From af3b10d2af173996365b299e0b6ba2b2b597a7be Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 1 Feb 2019 15:39:32 +0100 Subject: [PATCH] #46 - Upgrade dependencies. Upgrade to Spring 5.1.4. Removed obsolete exclusions of Commons Logging. Introduced automatic module names. Set build encoding to UTF-8. Upgrade to Slf4j 1.7.25, Logback 1.2.3, Maven Compiler Plugin 3.8, Maven Source 3.0.1, Maven JAR Plugin 3.1.1, Maven Javadoc Plugin 3.0.1. --- core/pom.xml | 10 ++++------ metadata/pom.xml | 4 ++++ pom.xml | 30 ++++++++++++++++++++---------- 3 files changed, 28 insertions(+), 16 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 87af4e7..0f393b2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -13,18 +13,16 @@ 2.0.0.BUILD-SNAPSHOT + + spring.plugin.core + + org.springframework spring-beans ${spring.version} - - - commons-logging - commons-logging - - diff --git a/metadata/pom.xml b/metadata/pom.xml index b8d821d..873e50c 100644 --- a/metadata/pom.xml +++ b/metadata/pom.xml @@ -12,6 +12,10 @@ 2.0.0.BUILD-SNAPSHOT + + spring.plugin.metadata + + ${project.groupId} diff --git a/pom.xml b/pom.xml index 0453ce2..ec51de2 100644 --- a/pom.xml +++ b/pom.xml @@ -44,8 +44,10 @@ - 5.0.0.M3 - 1.7.22 + UTF-8 + 5.1.4.RELEASE + 1.7.25 + spring.plugin @@ -66,7 +68,7 @@ spring5-next - 5.0.0.BUILD-SNAPSHOT + 5.1.5.BUILD-SNAPSHOT @@ -115,7 +117,7 @@ ch.qos.logback logback-classic - 1.1.7 + 1.2.3 test @@ -126,7 +128,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5 + 3.8.0 1.8 1.8 @@ -136,7 +138,7 @@ org.apache.maven.plugins maven-source-plugin - 2.4 + 3.0.1 attach-sources @@ -150,16 +152,22 @@ org.apache.maven.plugins maven-jar-plugin - 2.6 + 3.1.1 - true + + + ${project.name} + ${project.version} + ${java-module-name} + + org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 3.0.1 attach-javadocs @@ -169,7 +177,9 @@ - -Xdoclint:none + + -Xdoclint:none +