From b320f054869880aa34e4b1675c1b70796d80f0ed Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Fri, 31 Aug 2018 11:57:39 +0100 Subject: [PATCH] Release 6.4.1 (#698) --- bom-dependencies/pom.xml | 2 +- building-tools/pom.xml | 2 +- core/pom.xml | 2 +- .../java/com/github/dozermapper/core/util/DozerConstants.java | 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-integrations/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 | 2 +- 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 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bom-dependencies/pom.xml b/bom-dependencies/pom.xml index 933506444..50079acbe 100644 --- a/bom-dependencies/pom.xml +++ b/bom-dependencies/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.5.0-SNAPSHOT + 6.4.1 ../ diff --git a/building-tools/pom.xml b/building-tools/pom.xml index 98f7f0a8a..0eaaa0e85 100644 --- a/building-tools/pom.xml +++ b/building-tools/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.5.0-SNAPSHOT + 6.4.1 dozer-building-tools jar diff --git a/core/pom.xml b/core/pom.xml index 74b51dca9..b11a39897 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.5.0-SNAPSHOT + 6.4.1 ../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 7f2aeffc3..0ebbbaaaa 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.5.0-SNAPSHOT"; + public static final String CURRENT_VERSION = "6.4.1"; public static final boolean DEFAULT_WILDCARD_POLICY = true; public static final boolean DEFAULT_WILDCARD_CASE_INSENSITIVE_POLICY = false; diff --git a/dozer-integrations/dozer-proto3/pom.xml b/dozer-integrations/dozer-proto3/pom.xml index 08a6db32e..5761fb3e1 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.5.0-SNAPSHOT + 6.4.1 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 2babe77c3..41becd7fc 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.5.0-SNAPSHOT + 6.4.1 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 f0c0660af..c5c5ae916 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.5.0-SNAPSHOT + 6.4.1 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 79d709000..594793c3f 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.5.0-SNAPSHOT + 6.4.1 ../ diff --git a/dozer-integrations/dozer-spring-support/pom.xml b/dozer-integrations/dozer-spring-support/pom.xml index 2e5986e4b..af8ba9551 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.5.0-SNAPSHOT + 6.4.1 ../ 4.0.0 diff --git a/dozer-integrations/pom.xml b/dozer-integrations/pom.xml index f6a42472e..104982b7a 100644 --- a/dozer-integrations/pom.xml +++ b/dozer-integrations/pom.xml @@ -23,7 +23,7 @@ com.github.dozermapper dozer-plugins-parent - 6.5.0-SNAPSHOT + 6.4.1 ../plugins-parent diff --git a/plugins-parent/pom.xml b/plugins-parent/pom.xml index 03c1a2e80..aa5b3bef1 100644 --- a/plugins-parent/pom.xml +++ b/plugins-parent/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.5.0-SNAPSHOT + 6.4.1 ../ diff --git a/pom.xml b/pom.xml index 7f4732292..c3feefeef 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ com.github.dozermapper dozer-parent pom - 6.5.0-SNAPSHOT + 6.4.1 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.5.0-SNAPSHOT + 6.4.1 diff --git a/tests/dozer-jmh-tests/pom.xml b/tests/dozer-jmh-tests/pom.xml index 37289ae61..ae226ef2f 100644 --- a/tests/dozer-jmh-tests/pom.xml +++ b/tests/dozer-jmh-tests/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper.tests dozer-tests-parent - 6.5.0-SNAPSHOT + 6.4.1 ../ diff --git a/tests/dozer-osgi-tests-model/pom.xml b/tests/dozer-osgi-tests-model/pom.xml index 8ae42c750..ee5044c2d 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.5.0-SNAPSHOT + 6.4.1 ../ diff --git a/tests/dozer-osgi-tests/pom.xml b/tests/dozer-osgi-tests/pom.xml index 0fd37ed48..9c2047658 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.5.0-SNAPSHOT + 6.4.1 ../ diff --git a/tests/dozer-wildfly-tests/pom.xml b/tests/dozer-wildfly-tests/pom.xml index 2d435e168..332bb5342 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.5.0-SNAPSHOT + 6.4.1 ../ diff --git a/tests/pom.xml b/tests/pom.xml index d5cf1aa8d..732277691 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.5.0-SNAPSHOT + 6.4.1 ../plugins-parent