Skip to content

Commit 945bf1e

Browse files
authored
Next release of 6.4.0 (#693)
1 parent 0e76776 commit 945bf1e

File tree

22 files changed

+32
-24
lines changed

22 files changed

+32
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you are using Maven, simply copy-paste this dependency to your project.
4646
<dependency>
4747
<groupId>com.github.dozermapper</groupId>
4848
<artifactId>dozer-core</artifactId>
49-
<version>6.3.0</version>
49+
<version>6.4.0</version>
5050
</dependency>
5151
```
5252

bom-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.dozermapper</groupId>
2626
<artifactId>dozer-parent</artifactId>
27-
<version>6.4.0-SNAPSHOT</version>
27+
<version>6.4.0</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

building-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.dozermapper</groupId>
2626
<artifactId>dozer-parent</artifactId>
27-
<version>6.4.0-SNAPSHOT</version>
27+
<version>6.4.0</version>
2828
</parent>
2929
<artifactId>dozer-building-tools</artifactId>
3030
<packaging>jar</packaging>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.dozermapper</groupId>
2626
<artifactId>dozer-plugins-parent</artifactId>
27-
<version>6.4.0-SNAPSHOT</version>
27+
<version>6.4.0</version>
2828
<relativePath>../plugins-parent</relativePath>
2929
</parent>
3030

core/src/main/java/com/github/dozermapper/core/util/DozerConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public final class DozerConstants {
2828
private DozerConstants() {
2929
}
3030

31-
public static final String CURRENT_VERSION = "6.4.0-SNAPSHOT";
31+
public static final String CURRENT_VERSION = "6.4.0";
3232

3333
public static final boolean DEFAULT_WILDCARD_POLICY = true;
3434
public static final boolean DEFAULT_WILDCARD_CASE_INSENSITIVE_POLICY = false;

docs/asciidoc/documentation/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:dozer-version: 6.4.0-SNAPSHOT
1+
:dozer-version: 6.4.0
22

33
== Frequently Asked Questions
44
=== Common

docs/asciidoc/documentation/gettingstarted.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:dozer-version: 6.4.0-SNAPSHOT
1+
:dozer-version: 6.4.0
22

33
== Getting Started
44
=== Downloading the Distribution
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
== Migration from v6.3.0 to v6.4.0
2-
**STILL WORK IN PROGRESS - NOT RELEASED**
32
See link:https://github.com/DozerMapper/dozer/releases/tag/6.4.0[for release notes].
43

5-
=== 1. ...
6-
...
4+
=== 1. Java 9 and 10 support
5+
Java9/10 are now tested against. However, no Java9/10 compiled JARs have been released.
6+
7+
=== 2. Java 8 datetime converters
8+
Support for Java8 datetime packages.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
== Migration from v6.4.0 to v6.5.0
2+
*WORK IN PROGRESS*
3+
4+
See link:https://github.com/DozerMapper/dozer/releases/tag/6.5.0[for release notes].
5+
6+
=== 1. ...

dozer-integrations/dozer-proto3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.dozermapper</groupId>
2626
<artifactId>dozer-integrations</artifactId>
27-
<version>6.4.0-SNAPSHOT</version>
27+
<version>6.4.0</version>
2828
</parent>
2929

3030
<artifactId>dozer-proto3</artifactId>

0 commit comments

Comments
 (0)