Skip to content

Commit f88b155

Browse files
authored
6.5.0 release (#757)
1 parent f730cec commit f88b155

File tree

22 files changed

+29
-24
lines changed

22 files changed

+29
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you are using Maven, simply copy-paste this dependency to your project.
4848
<dependency>
4949
<groupId>com.github.dozermapper</groupId>
5050
<artifactId>dozer-core</artifactId>
51-
<version>6.4.1</version>
51+
<version>6.5.0</version>
5252
</dependency>
5353
```
5454

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.5.0-SNAPSHOT</version>
27+
<version>6.5.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.5.0-SNAPSHOT</version>
27+
<version>6.5.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.5.0-SNAPSHOT</version>
27+
<version>6.5.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.5.0-SNAPSHOT";
31+
public static final String CURRENT_VERSION = "6.5.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.5.0-SNAPSHOT
1+
:dozer-version: 6.5.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.5.0-SNAPSHOT
1+
:dozer-version: 6.5.0
22

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

6-
=== 1. ...
4+
=== 1. Java 11 support
5+
Java11 are now tested against. However, no Java11 compiled JARs have been released.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
== Migration from v6.5.0 to v6.6.0
2+
*WORK IN PROGRESS*
3+
4+
See link:https://github.com/DozerMapper/dozer/releases/tag/6.6.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.5.0-SNAPSHOT</version>
27+
<version>6.5.0</version>
2828
</parent>
2929

3030
<artifactId>dozer-proto3</artifactId>

0 commit comments

Comments
 (0)