Skip to content

Commit 3a40dd2

Browse files
authored
Updated to v6.0.0 release (#390)
1 parent 9b1972b commit 3a40dd2

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you are using Maven, simply copy-paste this dependency to your project.
3232
<dependency>
3333
<groupId>com.github.dozermapper</groupId>
3434
<artifactId>dozer-core</artifactId>
35-
<version>6.0.0-SNAPSHOT</version>
35+
<version>6.0.0</version>
3636
</dependency>
3737
```
3838

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.0.0-SNAPSHOT</version>
27+
<version>6.0.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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.github.dozermapper</groupId>
2525
<artifactId>dozer-parent</artifactId>
26-
<version>6.0.0-SNAPSHOT</version>
26+
<version>6.0.0</version>
2727
</parent>
2828
<artifactId>building-tools</artifactId>
2929
<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.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
<relativePath>../plugins-parent</relativePath>
2929
</parent>
3030

core/src/main/java/org/dozer/util/DozerConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class DozerConstants {
3333

3434
private DozerConstants() {}
3535

36-
public static final String CURRENT_VERSION = "6.0.0-SNAPSHOT";
36+
public static final String CURRENT_VERSION = "6.0.0";
3737

3838
public static final boolean DEFAULT_WILDCARD_POLICY = true;
3939
public static final boolean DEFAULT_ERROR_POLICY = true;

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.0.0-SNAPSHOT
1+
:dozer-version: 6.0.0
22

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

osgi-test/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.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
<relativePath>../plugins-parent</relativePath>
2929
</parent>
3030

plugins-parent/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

@@ -33,7 +33,7 @@
3333
<name>Dozer :: Plugins Parent</name>
3434

3535
<properties>
36-
<bom-dependencies-version>6.0.0-SNAPSHOT</bom-dependencies-version>
36+
<bom-dependencies-version>6.0.0</bom-dependencies-version>
3737

3838
<!-- Maven Plugins versions; alphabetical order -->
3939
<alta-maven-plugin.version>0.5</alta-maven-plugin.version>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>com.github.dozermapper</groupId>
3131
<artifactId>dozer-parent</artifactId>
3232
<packaging>pom</packaging>
33-
<version>6.0.0-SNAPSHOT</version>
33+
<version>6.0.0</version>
3434
<name>Dozer :: Parent</name>
3535
<description>Dozer is a powerful Java Bean to Java Bean mapper that recursively copies data from one object to another</description>
3636

@@ -103,7 +103,7 @@
103103
<nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
104104
<versions-maven-plugin.version>2.3</versions-maven-plugin.version>
105105

106-
<building-tools.version>6.0.0-SNAPSHOT</building-tools.version>
106+
<building-tools.version>6.0.0</building-tools.version>
107107
</properties>
108108

109109
<build>

proto/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.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
<relativePath>../plugins-parent</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)