Skip to content

Commit d127697

Browse files
authored
release 6.5.2 (DozerMapper#817)
1 parent 1cc1390 commit d127697

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you are using Maven, simply copy-paste this dependency to your project.
3737
<dependency>
3838
<groupId>com.github.dozermapper</groupId>
3939
<artifactId>dozer-core</artifactId>
40-
<version>6.5.0</version>
40+
<version>6.5.2</version>
4141
</dependency>
4242
```
4343

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

33
== Getting Started
44
=== Downloading the Distribution

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.6.0-SNAPSHOT</version>
27+
<version>6.5.2</version>
2828
</parent>
2929

3030
<artifactId>dozer-proto3</artifactId>

dozer-integrations/dozer-spring-support/dozer-spring-boot-autoconfigure/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-spring-support</artifactId>
27-
<version>6.6.0-SNAPSHOT</version>
27+
<version>6.5.2</version>
2828
</parent>
2929

3030
<artifactId>dozer-spring-boot-autoconfigure</artifactId>

dozer-integrations/dozer-spring-support/dozer-spring-boot-starter/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-spring-support</artifactId>
27-
<version>6.6.0-SNAPSHOT</version>
27+
<version>6.5.2</version>
2828
</parent>
2929
<artifactId>dozer-spring-boot-starter</artifactId>
3030
<name>Dozer :: Integrations :: Spring Support :: Starter</name>

0 commit comments

Comments
 (0)