From f386945e02af50a931b435cbe94e01d43f7962b2 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Thu, 26 Jul 2018 19:25:12 +0100 Subject: [PATCH] Release 6.3.0 (#678) * Release 6.3.0 * Updated to dependancy go-offline with exclude fix --- .travis.yml | 2 +- bom-dependencies/pom.xml | 2 +- building-tools/pom.xml | 2 +- core/pom.xml | 2 +- .../com/github/dozermapper/core/util/DozerConstants.java | 2 +- docs/asciidoc/documentation/faq.adoc | 2 +- docs/asciidoc/documentation/gettingstarted.adoc | 2 +- dozer-integrations/dozer-proto3/pom.xml | 2 +- .../dozer-spring-boot-autoconfigure/pom.xml | 2 +- .../dozer-spring-support/dozer-spring-boot-starter/pom.xml | 2 +- .../dozer-spring-support/dozer-spring4/pom.xml | 2 +- dozer-integrations/dozer-spring-support/pom.xml | 2 +- dozer-integrations/pom.xml | 2 +- plugins-parent/pom.xml | 2 +- pom.xml | 4 ++-- tests/dozer-jmh-tests/pom.xml | 6 +++--- tests/dozer-osgi-tests-model/pom.xml | 2 +- tests/dozer-osgi-tests/pom.xml | 2 +- tests/dozer-wildfly-tests/pom.xml | 2 +- tests/pom.xml | 2 +- 20 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.travis.yml b/.travis.yml index dec3eb6a6..cf5a28c76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: - mvn -N io.takari:maven:wrapper -Dmaven=3.5.0 - java -version && javac -version && ./mvnw -version -B before_script: -- ./mvnw dependency:go-offline -B +- ./mvnw com.offbytwo.maven.plugins:maven-dependency-plugin:3.1.1.MDEP568:go-offline -DexcludeGroupIds=com.github.dozermapper -B script: - ./mvnw clean install -B after_success: diff --git a/bom-dependencies/pom.xml b/bom-dependencies/pom.xml index 0c68a0e98..383d239dc 100644 --- a/bom-dependencies/pom.xml +++ b/bom-dependencies/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.3.0-SNAPSHOT + 6.3.0 ../ diff --git a/building-tools/pom.xml b/building-tools/pom.xml index e5ac02609..350dd1521 100644 --- a/building-tools/pom.xml +++ b/building-tools/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.3.0-SNAPSHOT + 6.3.0 dozer-building-tools jar diff --git a/core/pom.xml b/core/pom.xml index 4958aaa47..2e1e9e677 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.3.0-SNAPSHOT + 6.3.0 ../plugins-parent diff --git a/core/src/main/java/com/github/dozermapper/core/util/DozerConstants.java b/core/src/main/java/com/github/dozermapper/core/util/DozerConstants.java index 724586514..718b2fa72 100644 --- a/core/src/main/java/com/github/dozermapper/core/util/DozerConstants.java +++ b/core/src/main/java/com/github/dozermapper/core/util/DozerConstants.java @@ -28,7 +28,7 @@ public final class DozerConstants { private DozerConstants() { } - public static final String CURRENT_VERSION = "6.3.0-SNAPSHOT"; + public static final String CURRENT_VERSION = "6.3.0"; public static final boolean DEFAULT_WILDCARD_POLICY = true; public static final boolean DEFAULT_WILDCARD_CASE_INSENSITIVE_POLICY = false; diff --git a/docs/asciidoc/documentation/faq.adoc b/docs/asciidoc/documentation/faq.adoc index 555cd47d4..d4c525ea1 100644 --- a/docs/asciidoc/documentation/faq.adoc +++ b/docs/asciidoc/documentation/faq.adoc @@ -1,4 +1,4 @@ -:dozer-version: 6.3.0-SNAPSHOT +:dozer-version: 6.3.0 == Frequently Asked Questions === Common diff --git a/docs/asciidoc/documentation/gettingstarted.adoc b/docs/asciidoc/documentation/gettingstarted.adoc index 3b09c5646..9e49abcf8 100644 --- a/docs/asciidoc/documentation/gettingstarted.adoc +++ b/docs/asciidoc/documentation/gettingstarted.adoc @@ -1,4 +1,4 @@ -:dozer-version: 6.3.0-SNAPSHOT +:dozer-version: 6.3.0 == Getting Started === Downloading the Distribution diff --git a/dozer-integrations/dozer-proto3/pom.xml b/dozer-integrations/dozer-proto3/pom.xml index 9654c1f02..023874269 100755 --- a/dozer-integrations/dozer-proto3/pom.xml +++ b/dozer-integrations/dozer-proto3/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-integrations - 6.3.0-SNAPSHOT + 6.3.0 dozer-proto3 diff --git a/dozer-integrations/dozer-spring-support/dozer-spring-boot-autoconfigure/pom.xml b/dozer-integrations/dozer-spring-support/dozer-spring-boot-autoconfigure/pom.xml index 61e07a262..df5e7ccb8 100644 --- a/dozer-integrations/dozer-spring-support/dozer-spring-boot-autoconfigure/pom.xml +++ b/dozer-integrations/dozer-spring-support/dozer-spring-boot-autoconfigure/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-spring-support - 6.3.0-SNAPSHOT + 6.3.0 dozer-spring-boot-autoconfigure diff --git a/dozer-integrations/dozer-spring-support/dozer-spring-boot-starter/pom.xml b/dozer-integrations/dozer-spring-support/dozer-spring-boot-starter/pom.xml index fc67c8ce4..cc32c59c0 100644 --- a/dozer-integrations/dozer-spring-support/dozer-spring-boot-starter/pom.xml +++ b/dozer-integrations/dozer-spring-support/dozer-spring-boot-starter/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-spring-support - 6.3.0-SNAPSHOT + 6.3.0 dozer-spring-boot-starter Dozer :: Integrations :: Spring Support :: Starter diff --git a/dozer-integrations/dozer-spring-support/dozer-spring4/pom.xml b/dozer-integrations/dozer-spring-support/dozer-spring4/pom.xml index 0a01df4f1..ec1af2c64 100644 --- a/dozer-integrations/dozer-spring-support/dozer-spring4/pom.xml +++ b/dozer-integrations/dozer-spring-support/dozer-spring4/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-spring-support - 6.3.0-SNAPSHOT + 6.3.0 ../ diff --git a/dozer-integrations/dozer-spring-support/pom.xml b/dozer-integrations/dozer-spring-support/pom.xml index 77d7c05f0..e443ff03b 100644 --- a/dozer-integrations/dozer-spring-support/pom.xml +++ b/dozer-integrations/dozer-spring-support/pom.xml @@ -22,7 +22,7 @@ dozer-integrations com.github.dozermapper - 6.3.0-SNAPSHOT + 6.3.0 ../ 4.0.0 diff --git a/dozer-integrations/pom.xml b/dozer-integrations/pom.xml index a3e1a3b0e..a5fca441d 100644 --- a/dozer-integrations/pom.xml +++ b/dozer-integrations/pom.xml @@ -23,7 +23,7 @@ com.github.dozermapper dozer-plugins-parent - 6.3.0-SNAPSHOT + 6.3.0 ../plugins-parent diff --git a/plugins-parent/pom.xml b/plugins-parent/pom.xml index 4f873821d..ba16ae2cf 100644 --- a/plugins-parent/pom.xml +++ b/plugins-parent/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.3.0-SNAPSHOT + 6.3.0 ../ diff --git a/pom.xml b/pom.xml index 777998b50..718109c6e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ com.github.dozermapper dozer-parent pom - 6.3.0-SNAPSHOT + 6.3.0 Dozer :: Parent Dozer is a powerful Java Bean to Java Bean mapper that recursively copies data from one object to another @@ -100,7 +100,7 @@ 1.6.8 2.4 - 6.3.0-SNAPSHOT + 6.3.0 diff --git a/tests/dozer-jmh-tests/pom.xml b/tests/dozer-jmh-tests/pom.xml index 306e8777f..7124b2253 100644 --- a/tests/dozer-jmh-tests/pom.xml +++ b/tests/dozer-jmh-tests/pom.xml @@ -24,12 +24,12 @@ com.github.dozermapper.tests dozer-tests-parent - 6.3.0-SNAPSHOT + 6.3.0 ../ dozer-jmh-tests - 6.3.0-SNAPSHOT + 6.3.0 jar Dozer :: Tests :: JMH Tests @@ -43,7 +43,7 @@ com.github.dozermapper dozer-core - 6.3.0-SNAPSHOT + 6.3.0 diff --git a/tests/dozer-osgi-tests-model/pom.xml b/tests/dozer-osgi-tests-model/pom.xml index 03b65afd4..52d836b26 100644 --- a/tests/dozer-osgi-tests-model/pom.xml +++ b/tests/dozer-osgi-tests-model/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper.tests dozer-tests-parent - 6.3.0-SNAPSHOT + 6.3.0 ../ diff --git a/tests/dozer-osgi-tests/pom.xml b/tests/dozer-osgi-tests/pom.xml index fe27ad55b..511297f02 100644 --- a/tests/dozer-osgi-tests/pom.xml +++ b/tests/dozer-osgi-tests/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper.tests dozer-tests-parent - 6.3.0-SNAPSHOT + 6.3.0 ../ diff --git a/tests/dozer-wildfly-tests/pom.xml b/tests/dozer-wildfly-tests/pom.xml index 89ff8e6d2..62f03efe6 100644 --- a/tests/dozer-wildfly-tests/pom.xml +++ b/tests/dozer-wildfly-tests/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper.tests dozer-tests-parent - 6.3.0-SNAPSHOT + 6.3.0 ../ diff --git a/tests/pom.xml b/tests/pom.xml index 3070070a8..893381e2e 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.3.0-SNAPSHOT + 6.3.0 ../plugins-parent