Skip to content

Commit

Permalink
Release 6.4.1 (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Aug 31, 2018
1 parent ccb55b0 commit b320f05
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
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.4.1</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.4.1</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.4.1</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.4.1";

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 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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</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.4.1</version>
<relativePath>../plugins-parent</relativePath>
</parent>

Expand Down

0 comments on commit b320f05

Please sign in to comment.