Skip to content

Commit

Permalink
6.5.0 release (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Jun 16, 2019
1 parent f730cec commit f88b155
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you are using Maven, simply copy-paste this dependency to your project.
<dependency>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
<version>6.4.1</version>
<version>6.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion bom-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion building-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
</parent>
<artifactId>dozer-building-tools</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-plugins-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../plugins-parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class DozerConstants {
private DozerConstants() {
}

public static final String CURRENT_VERSION = "6.5.0-SNAPSHOT";
public static final String CURRENT_VERSION = "6.5.0";

public static final boolean DEFAULT_WILDCARD_POLICY = true;
public static final boolean DEFAULT_WILDCARD_CASE_INSENSITIVE_POLICY = false;
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/documentation/faq.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:dozer-version: 6.5.0-SNAPSHOT
:dozer-version: 6.5.0

== Frequently Asked Questions
=== Common
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/documentation/gettingstarted.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:dozer-version: 6.5.0-SNAPSHOT
:dozer-version: 6.5.0

== Getting Started
=== Downloading the Distribution
Expand Down
5 changes: 2 additions & 3 deletions docs/asciidoc/migration/v64-to-v65.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
== 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. ...
=== 1. Java 11 support
Java11 are now tested against. However, no Java11 compiled JARs have been released.
6 changes: 6 additions & 0 deletions docs/asciidoc/migration/v66-to-v66.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
== Migration from v6.5.0 to v6.6.0
*WORK IN PROGRESS*

See link:https://github.com/DozerMapper/dozer/releases/tag/6.6.0[for release notes].

=== 1. ...
2 changes: 1 addition & 1 deletion dozer-integrations/dozer-proto3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-integrations</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
</parent>

<artifactId>dozer-proto3</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-spring-support</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
</parent>

<artifactId>dozer-spring-boot-autoconfigure</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-spring-support</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
</parent>
<artifactId>dozer-spring-boot-starter</artifactId>
<name>Dozer :: Integrations :: Spring Support :: Starter</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-spring-support</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dozer-integrations/dozer-spring-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>dozer-integrations</artifactId>
<groupId>com.github.dozermapper</groupId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dozer-integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-plugins-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../plugins-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-parent</artifactId>
<packaging>pom</packaging>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<name>Dozer :: Parent</name>
<description>Dozer is a powerful Java Bean to Java Bean mapper that recursively copies data from one object to another</description>

Expand Down Expand Up @@ -100,7 +100,7 @@
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<versions-maven-plugin.version>2.4</versions-maven-plugin.version>

<building-tools.version>6.5.0-SNAPSHOT</building-tools.version>
<building-tools.version>6.5.0</building-tools.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion tests/dozer-jmh-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/dozer-osgi-tests-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/dozer-osgi-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/dozer-wildfly-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-plugins-parent</artifactId>
<version>6.5.0-SNAPSHOT</version>
<version>6.5.0</version>
<relativePath>../plugins-parent</relativePath>
</parent>

Expand Down

0 comments on commit f88b155

Please sign in to comment.