From dda3c367e9f39e2fd61cc1ef395fa111790338d4 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Sun, 6 Aug 2017 14:51:27 +0100 Subject: [PATCH] Release for 6.1.0 (#455) --- bom-dependencies/pom.xml | 2 +- building-tools/pom.xml | 2 +- core/pom.xml | 2 +- core/src/main/java/org/dozer/util/DozerConstants.java | 2 +- docs/asciidoc/documentation/gettingstarted.adoc | 2 +- jmh-tests/pom.xml | 6 +++--- osgi-test/pom.xml | 2 +- osgi-tests-model/pom.xml | 2 +- plugins-parent/pom.xml | 4 ++-- pom.xml | 4 ++-- proto/pom.xml | 2 +- schema/pom.xml | 2 +- spring/pom.xml | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bom-dependencies/pom.xml b/bom-dependencies/pom.xml index f892e5259..5ac99682d 100644 --- a/bom-dependencies/pom.xml +++ b/bom-dependencies/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.1.0-SNAPSHOT + 6.1.0 ../ diff --git a/building-tools/pom.xml b/building-tools/pom.xml index 4e6d3783b..b8e452b39 100644 --- a/building-tools/pom.xml +++ b/building-tools/pom.xml @@ -23,7 +23,7 @@ com.github.dozermapper dozer-parent - 6.1.0-SNAPSHOT + 6.1.0 building-tools jar diff --git a/core/pom.xml b/core/pom.xml index 922c57456..689ac5ff1 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.1.0-SNAPSHOT + 6.1.0 ../plugins-parent diff --git a/core/src/main/java/org/dozer/util/DozerConstants.java b/core/src/main/java/org/dozer/util/DozerConstants.java index 7eb2261a1..b6f560033 100644 --- a/core/src/main/java/org/dozer/util/DozerConstants.java +++ b/core/src/main/java/org/dozer/util/DozerConstants.java @@ -33,7 +33,7 @@ public final class DozerConstants { private DozerConstants() {} - public static final String CURRENT_VERSION = "6.1.0-SNAPSHOT"; + public static final String CURRENT_VERSION = "6.1.0"; public static final boolean DEFAULT_WILDCARD_POLICY = true; public static final boolean DEFAULT_ERROR_POLICY = true; diff --git a/docs/asciidoc/documentation/gettingstarted.adoc b/docs/asciidoc/documentation/gettingstarted.adoc index 0350b9676..8ee91ae0a 100644 --- a/docs/asciidoc/documentation/gettingstarted.adoc +++ b/docs/asciidoc/documentation/gettingstarted.adoc @@ -1,4 +1,4 @@ -:dozer-version: 6.1.0-SNAPSHOT +:dozer-version: 6.1.0 == Getting Started === Downloading the Distribution diff --git a/jmh-tests/pom.xml b/jmh-tests/pom.xml index af763cda4..64a27025f 100644 --- a/jmh-tests/pom.xml +++ b/jmh-tests/pom.xml @@ -52,13 +52,13 @@ com.github.dozermapper dozer-plugins-parent - 6.1.0-SNAPSHOT + 6.1.0 ../plugins-parent com.github.dozermapper dozer-jmh-tests - 6.1.0-SNAPSHOT + 6.1.0 jar Dozer :: JMH Tests @@ -70,7 +70,7 @@ com.github.dozermapper dozer-core - 6.1.0-SNAPSHOT + 6.1.0 diff --git a/osgi-test/pom.xml b/osgi-test/pom.xml index 0d8671a72..22283032a 100644 --- a/osgi-test/pom.xml +++ b/osgi-test/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.1.0-SNAPSHOT + 6.1.0 ../plugins-parent diff --git a/osgi-tests-model/pom.xml b/osgi-tests-model/pom.xml index 8de4914d0..af8a088c9 100644 --- a/osgi-tests-model/pom.xml +++ b/osgi-tests-model/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.1.0-SNAPSHOT + 6.1.0 ../plugins-parent diff --git a/plugins-parent/pom.xml b/plugins-parent/pom.xml index 18e85f422..ac1dbf8f8 100644 --- a/plugins-parent/pom.xml +++ b/plugins-parent/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.1.0-SNAPSHOT + 6.1.0 ../ @@ -33,7 +33,7 @@ Dozer :: Plugins Parent - 6.1.0-SNAPSHOT + 6.1.0 0.5 diff --git a/pom.xml b/pom.xml index e21ad41f6..d63f0507f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ com.github.dozermapper dozer-parent pom - 6.1.0-SNAPSHOT + 6.1.0 Dozer :: Parent Dozer is a powerful Java Bean to Java Bean mapper that recursively copies data from one object to another @@ -102,7 +102,7 @@ 1.6.7 2.3 - 6.1.0-SNAPSHOT + 6.1.0 diff --git a/proto/pom.xml b/proto/pom.xml index ff7d89973..cbcf25123 100755 --- a/proto/pom.xml +++ b/proto/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.1.0-SNAPSHOT + 6.1.0 ../plugins-parent diff --git a/schema/pom.xml b/schema/pom.xml index e39bd0fe6..e25ea22b0 100644 --- a/schema/pom.xml +++ b/schema/pom.xml @@ -23,7 +23,7 @@ com.github.dozermapper dozer-plugins-parent - 6.1.0-SNAPSHOT + 6.1.0 ../plugins-parent dozer-schema diff --git a/spring/pom.xml b/spring/pom.xml index c85bbcbf8..56ebc3bda 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.1.0-SNAPSHOT + 6.1.0 ../plugins-parent