diff --git a/README.md b/README.md
index 4b3dd1cac..7df8b57c6 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ If you are using Maven, simply copy-paste this dependency to your project.
com.github.dozermapper
dozer-core
- 6.3.0
+ 6.4.0
```
diff --git a/bom-dependencies/pom.xml b/bom-dependencies/pom.xml
index 1a6671882..7466b00dd 100644
--- a/bom-dependencies/pom.xml
+++ b/bom-dependencies/pom.xml
@@ -24,7 +24,7 @@
com.github.dozermapper
dozer-parent
- 6.4.0-SNAPSHOT
+ 6.4.0
../
diff --git a/building-tools/pom.xml b/building-tools/pom.xml
index a18df91dd..52ec19a7a 100644
--- a/building-tools/pom.xml
+++ b/building-tools/pom.xml
@@ -24,7 +24,7 @@
com.github.dozermapper
dozer-parent
- 6.4.0-SNAPSHOT
+ 6.4.0
dozer-building-tools
jar
diff --git a/core/pom.xml b/core/pom.xml
index 7884c54dc..ecff392c5 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
com.github.dozermapper
dozer-plugins-parent
- 6.4.0-SNAPSHOT
+ 6.4.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 bf8c5b7da..688bf6bec 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.4.0-SNAPSHOT";
+ public static final String CURRENT_VERSION = "6.4.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 04b668a20..6e13cc26e 100644
--- a/docs/asciidoc/documentation/faq.adoc
+++ b/docs/asciidoc/documentation/faq.adoc
@@ -1,4 +1,4 @@
-:dozer-version: 6.4.0-SNAPSHOT
+:dozer-version: 6.4.0
== Frequently Asked Questions
=== Common
diff --git a/docs/asciidoc/documentation/gettingstarted.adoc b/docs/asciidoc/documentation/gettingstarted.adoc
index 0f4021a0f..a81e9c5b7 100644
--- a/docs/asciidoc/documentation/gettingstarted.adoc
+++ b/docs/asciidoc/documentation/gettingstarted.adoc
@@ -1,4 +1,4 @@
-:dozer-version: 6.4.0-SNAPSHOT
+:dozer-version: 6.4.0
== Getting Started
=== Downloading the Distribution
diff --git a/docs/asciidoc/migration/v63-to-v64.adoc b/docs/asciidoc/migration/v63-to-v64.adoc
index 7a5614079..5d328d024 100644
--- a/docs/asciidoc/migration/v63-to-v64.adoc
+++ b/docs/asciidoc/migration/v63-to-v64.adoc
@@ -1,6 +1,8 @@
== Migration from v6.3.0 to v6.4.0
-**STILL WORK IN PROGRESS - NOT RELEASED**
See link:https://github.com/DozerMapper/dozer/releases/tag/6.4.0[for release notes].
-=== 1. ...
-...
+=== 1. Java 9 and 10 support
+Java9/10 are now tested against. However, no Java9/10 compiled JARs have been released.
+
+=== 2. Java 8 datetime converters
+Support for Java8 datetime packages.
diff --git a/docs/asciidoc/migration/v64-to-v65.adoc b/docs/asciidoc/migration/v64-to-v65.adoc
new file mode 100644
index 000000000..7302acf81
--- /dev/null
+++ b/docs/asciidoc/migration/v64-to-v65.adoc
@@ -0,0 +1,6 @@
+== Migration from v6.4.0 to v6.5.0
+*WORK IN PROGRESS*
+
+See link:https://github.com/DozerMapper/dozer/releases/tag/6.5.0[for release notes].
+
+=== 1. ...
diff --git a/dozer-integrations/dozer-proto3/pom.xml b/dozer-integrations/dozer-proto3/pom.xml
index f080d7c33..d633ae640 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.4.0-SNAPSHOT
+ 6.4.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 918a9cb49..86b7e2875 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.4.0-SNAPSHOT
+ 6.4.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 aa6079777..228a98996 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.4.0-SNAPSHOT
+ 6.4.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 b36ae36ce..936dba65d 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.4.0-SNAPSHOT
+ 6.4.0
../
diff --git a/dozer-integrations/dozer-spring-support/pom.xml b/dozer-integrations/dozer-spring-support/pom.xml
index 2152506a3..ef78bfda1 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.4.0-SNAPSHOT
+ 6.4.0
../
4.0.0
diff --git a/dozer-integrations/pom.xml b/dozer-integrations/pom.xml
index ea09bb6aa..ec029f92c 100644
--- a/dozer-integrations/pom.xml
+++ b/dozer-integrations/pom.xml
@@ -23,7 +23,7 @@
com.github.dozermapper
dozer-plugins-parent
- 6.4.0-SNAPSHOT
+ 6.4.0
../plugins-parent
diff --git a/plugins-parent/pom.xml b/plugins-parent/pom.xml
index 938a5466a..43e2051a4 100644
--- a/plugins-parent/pom.xml
+++ b/plugins-parent/pom.xml
@@ -24,7 +24,7 @@
com.github.dozermapper
dozer-parent
- 6.4.0-SNAPSHOT
+ 6.4.0
../
diff --git a/pom.xml b/pom.xml
index fbf357d36..ad0b59e1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
com.github.dozermapper
dozer-parent
pom
- 6.4.0-SNAPSHOT
+ 6.4.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.4.0-SNAPSHOT
+ 6.4.0
diff --git a/tests/dozer-jmh-tests/pom.xml b/tests/dozer-jmh-tests/pom.xml
index 3f7643f02..632ecdc72 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.4.0-SNAPSHOT
+ 6.4.0
../
diff --git a/tests/dozer-osgi-tests-model/pom.xml b/tests/dozer-osgi-tests-model/pom.xml
index 8e36b1bee..026423432 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.4.0-SNAPSHOT
+ 6.4.0
../
diff --git a/tests/dozer-osgi-tests/pom.xml b/tests/dozer-osgi-tests/pom.xml
index f1cd897c1..b611fd8ad 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.4.0-SNAPSHOT
+ 6.4.0
../
diff --git a/tests/dozer-wildfly-tests/pom.xml b/tests/dozer-wildfly-tests/pom.xml
index c3dcb8d95..7d4dbf3ab 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.4.0-SNAPSHOT
+ 6.4.0
../
diff --git a/tests/pom.xml b/tests/pom.xml
index 8a5b99574..a24e5c56d 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -24,7 +24,7 @@
com.github.dozermapper
dozer-plugins-parent
- 6.4.0-SNAPSHOT
+ 6.4.0
../plugins-parent