From d3ada6fcce497fe31a8311b2c1e91cb78fa744c8 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Sun, 1 Apr 2018 16:08:00 +0100 Subject: [PATCH] Updated to 6.2.0 (#573) --- 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/faq.adoc | 2 +- docs/asciidoc/documentation/gettingstarted.adoc | 2 +- docs/asciidoc/howtorelease.adoc | 1 + docs/asciidoc/migration/v61-to-v62.adoc | 1 - docs/asciidoc/migration/v62-to-v63.adoc | 6 ++++++ 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 +- 22 files changed, 29 insertions(+), 23 deletions(-) create mode 100644 docs/asciidoc/migration/v62-to-v63.adoc diff --git a/bom-dependencies/pom.xml b/bom-dependencies/pom.xml index 75e76a949..dd4a36cda 100644 --- a/bom-dependencies/pom.xml +++ b/bom-dependencies/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.2.0-SNAPSHOT + 6.2.0 ../ diff --git a/building-tools/pom.xml b/building-tools/pom.xml index cbed690a3..9e3c7d06c 100644 --- a/building-tools/pom.xml +++ b/building-tools/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.2.0-SNAPSHOT + 6.2.0 dozer-building-tools jar diff --git a/core/pom.xml b/core/pom.xml index 814477ca7..a12cf67e6 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.2.0-SNAPSHOT + 6.2.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 6ad4e362b..6223f8f20 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.2.0-SNAPSHOT"; + public static final String CURRENT_VERSION = "6.2.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 21443d62c..bea475b2f 100644 --- a/docs/asciidoc/documentation/faq.adoc +++ b/docs/asciidoc/documentation/faq.adoc @@ -1,4 +1,4 @@ -:dozer-version: 6.2.0-SNAPSHOT +:dozer-version: 6.2.0 == Frequently Asked Questions === Common diff --git a/docs/asciidoc/documentation/gettingstarted.adoc b/docs/asciidoc/documentation/gettingstarted.adoc index f9611403b..7abb35bce 100644 --- a/docs/asciidoc/documentation/gettingstarted.adoc +++ b/docs/asciidoc/documentation/gettingstarted.adoc @@ -1,4 +1,4 @@ -:dozer-version: 6.2.0-SNAPSHOT +:dozer-version: 6.2.0 == Getting Started === Downloading the Distribution diff --git a/docs/asciidoc/howtorelease.adoc b/docs/asciidoc/howtorelease.adoc index 25e392645..f19f3dda2 100644 --- a/docs/asciidoc/howtorelease.adoc +++ b/docs/asciidoc/howtorelease.adoc @@ -6,6 +6,7 @@ The following steps should be followed to perform a release: - Update link:core/src/main/java/org/dozer/util/DozerConstants.java[DozerConstants.java] - Update pom.xml - - Update dozer-version in docs for link:docs/asciidoc/documentation/gettingstarted.adoc[Getting Started] +- Update dozer-version in docs for link:docs/asciidoc/documentation/faq.adoc[FAQ] - Finally, raise a PR. If the PR is built successfully and merged, TravisCI should automatically publish to Maven Central [1] https://github.com/ariatemplates/git-release-notes/blob/master/README.md diff --git a/docs/asciidoc/migration/v61-to-v62.adoc b/docs/asciidoc/migration/v61-to-v62.adoc index f6da7f427..70874751a 100644 --- a/docs/asciidoc/migration/v61-to-v62.adoc +++ b/docs/asciidoc/migration/v61-to-v62.adoc @@ -1,5 +1,4 @@ == Migration from v6.1.0 to v6.2.0 -**STILL WORK IN PROGRESS - NOT RELEASED** See link:https://github.com/DozerMapper/dozer/releases/tag/6.2.0[for release notes]. === 1. JMX/Stats has been removed diff --git a/docs/asciidoc/migration/v62-to-v63.adoc b/docs/asciidoc/migration/v62-to-v63.adoc new file mode 100644 index 000000000..78334da6f --- /dev/null +++ b/docs/asciidoc/migration/v62-to-v63.adoc @@ -0,0 +1,6 @@ +== Migration from v6.2.0 to v6.1.0 +**STILL WORK IN PROGRESS - NOT RELEASED** +See link:https://github.com/DozerMapper/dozer/releases/tag/6.3.0[for release notes]. + +=== 1. ... +... diff --git a/dozer-integrations/dozer-proto3/pom.xml b/dozer-integrations/dozer-proto3/pom.xml index 62899943b..164e7b743 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.2.0-SNAPSHOT + 6.2.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 915aa9050..c64b0da50 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.2.0-SNAPSHOT + 6.2.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 16c809056..b61720f1c 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.2.0-SNAPSHOT + 6.2.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 0a8d1e4c6..0451a1d5f 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.2.0-SNAPSHOT + 6.2.0 ../ diff --git a/dozer-integrations/dozer-spring-support/pom.xml b/dozer-integrations/dozer-spring-support/pom.xml index c01c8ce08..3ac464ee5 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.2.0-SNAPSHOT + 6.2.0 ../ 4.0.0 diff --git a/dozer-integrations/pom.xml b/dozer-integrations/pom.xml index 39dbdc7ab..d1155e14f 100644 --- a/dozer-integrations/pom.xml +++ b/dozer-integrations/pom.xml @@ -23,7 +23,7 @@ com.github.dozermapper dozer-plugins-parent - 6.2.0-SNAPSHOT + 6.2.0 ../plugins-parent diff --git a/plugins-parent/pom.xml b/plugins-parent/pom.xml index ddc477ffc..5b5715e5f 100644 --- a/plugins-parent/pom.xml +++ b/plugins-parent/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-parent - 6.2.0-SNAPSHOT + 6.2.0 ../ diff --git a/pom.xml b/pom.xml index 3e16a1fb2..d0ec00e74 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ com.github.dozermapper dozer-parent pom - 6.2.0-SNAPSHOT + 6.2.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.2.0-SNAPSHOT + 6.2.0 diff --git a/tests/dozer-jmh-tests/pom.xml b/tests/dozer-jmh-tests/pom.xml index c3c6392ac..ecb458fb5 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.2.0-SNAPSHOT + 6.2.0 ../ dozer-jmh-tests - 6.2.0-SNAPSHOT + 6.2.0 jar Dozer :: Tests :: JMH Tests @@ -41,7 +41,7 @@ com.github.dozermapper dozer-core - 6.2.0-SNAPSHOT + 6.2.0 diff --git a/tests/dozer-osgi-tests-model/pom.xml b/tests/dozer-osgi-tests-model/pom.xml index ccd432db2..faf07a70a 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.2.0-SNAPSHOT + 6.2.0 ../ diff --git a/tests/dozer-osgi-tests/pom.xml b/tests/dozer-osgi-tests/pom.xml index c10340b99..051c7be88 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.2.0-SNAPSHOT + 6.2.0 ../ diff --git a/tests/dozer-wildfly-tests/pom.xml b/tests/dozer-wildfly-tests/pom.xml index 64800c671..b6804719b 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.2.0-SNAPSHOT + 6.2.0 ../ diff --git a/tests/pom.xml b/tests/pom.xml index 8a8d759f7..046aad99a 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -24,7 +24,7 @@ com.github.dozermapper dozer-plugins-parent - 6.2.0-SNAPSHOT + 6.2.0 ../plugins-parent