Skip to content

Commit d3ada6f

Browse files
authored
Updated to 6.2.0 (#573)
1 parent 7089915 commit d3ada6f

File tree

22 files changed

+29
-23
lines changed

22 files changed

+29
-23
lines changed

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.2.0-SNAPSHOT</version>
27+
<version>6.2.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.2.0-SNAPSHOT</version>
27+
<version>6.2.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.2.0-SNAPSHOT</version>
27+
<version>6.2.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.2.0-SNAPSHOT";
36+
public static final String CURRENT_VERSION = "6.2.0";
3737

3838
public static final boolean DEFAULT_WILDCARD_POLICY = true;
3939
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.2.0-SNAPSHOT
1+
:dozer-version: 6.2.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.2.0-SNAPSHOT
1+
:dozer-version: 6.2.0
22

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

docs/asciidoc/howtorelease.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The following steps should be followed to perform a release:
66
- Update link:core/src/main/java/org/dozer/util/DozerConstants.java[DozerConstants.java]
77
- Update pom.xml - <building-tools.version/>
88
- Update dozer-version in docs for link:docs/asciidoc/documentation/gettingstarted.adoc[Getting Started]
9+
- Update dozer-version in docs for link:docs/asciidoc/documentation/faq.adoc[FAQ]
910
- Finally, raise a PR. If the PR is built successfully and merged, TravisCI should automatically publish to Maven Central
1011

1112
[1] https://github.com/ariatemplates/git-release-notes/blob/master/README.md

docs/asciidoc/migration/v61-to-v62.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
== Migration from v6.1.0 to v6.2.0
2-
**STILL WORK IN PROGRESS - NOT RELEASED**
32
See link:https://github.com/DozerMapper/dozer/releases/tag/6.2.0[for release notes].
43

54
=== 1. JMX/Stats has been removed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
== Migration from v6.2.0 to v6.1.0
2+
**STILL WORK IN PROGRESS - NOT RELEASED**
3+
See link:https://github.com/DozerMapper/dozer/releases/tag/6.3.0[for release notes].
4+
5+
=== 1. ...
6+
...

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

3030
<artifactId>dozer-proto3</artifactId>

0 commit comments

Comments
 (0)