File tree Expand file tree Collapse file tree 13 files changed +17
-17
lines changed
src/main/java/org/dozer/util
docs/asciidoc/documentation Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.dozermapper</groupId >
26
26
<artifactId >dozer-parent</artifactId >
27
- <version >6.1.0-SNAPSHOT </version >
27
+ <version >6.1.0</version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >com.github.dozermapper</groupId >
25
25
<artifactId >dozer-parent</artifactId >
26
- <version >6.1.0-SNAPSHOT </version >
26
+ <version >6.1.0</version >
27
27
</parent >
28
28
<artifactId >building-tools</artifactId >
29
29
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.dozermapper</groupId >
26
26
<artifactId >dozer-plugins-parent</artifactId >
27
- <version >6.1.0-SNAPSHOT </version >
27
+ <version >6.1.0</version >
28
28
<relativePath >../plugins-parent</relativePath >
29
29
</parent >
30
30
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public final class DozerConstants {
33
33
34
34
private DozerConstants () {}
35
35
36
- public static final String CURRENT_VERSION = "6.1.0-SNAPSHOT " ;
36
+ public static final String CURRENT_VERSION = "6.1.0" ;
37
37
38
38
public static final boolean DEFAULT_WILDCARD_POLICY = true ;
39
39
public static final boolean DEFAULT_ERROR_POLICY = true ;
Original file line number Diff line number Diff line change 1
- :dozer-version: 6.1.0-SNAPSHOT
1
+ :dozer-version: 6.1.0
2
2
3
3
== Getting Started
4
4
=== Downloading the Distribution
Original file line number Diff line number Diff line change 52
52
<parent >
53
53
<groupId >com.github.dozermapper</groupId >
54
54
<artifactId >dozer-plugins-parent</artifactId >
55
- <version >6.1.0-SNAPSHOT </version >
55
+ <version >6.1.0</version >
56
56
<relativePath >../plugins-parent</relativePath >
57
57
</parent >
58
58
59
59
<groupId >com.github.dozermapper</groupId >
60
60
<artifactId >dozer-jmh-tests</artifactId >
61
- <version >6.1.0-SNAPSHOT </version >
61
+ <version >6.1.0</version >
62
62
<packaging >jar</packaging >
63
63
<name >Dozer :: JMH Tests</name >
64
64
70
70
<dependency >
71
71
<groupId >com.github.dozermapper</groupId >
72
72
<artifactId >dozer-core</artifactId >
73
- <version >6.1.0-SNAPSHOT </version >
73
+ <version >6.1.0</version >
74
74
</dependency >
75
75
76
76
<!-- JMH -->
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.dozermapper</groupId >
26
26
<artifactId >dozer-plugins-parent</artifactId >
27
- <version >6.1.0-SNAPSHOT </version >
27
+ <version >6.1.0</version >
28
28
<relativePath >../plugins-parent</relativePath >
29
29
</parent >
30
30
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.dozermapper</groupId >
26
26
<artifactId >dozer-plugins-parent</artifactId >
27
- <version >6.1.0-SNAPSHOT </version >
27
+ <version >6.1.0</version >
28
28
<relativePath >../plugins-parent</relativePath >
29
29
</parent >
30
30
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.github.dozermapper</groupId >
26
26
<artifactId >dozer-parent</artifactId >
27
- <version >6.1.0-SNAPSHOT </version >
27
+ <version >6.1.0</version >
28
28
<relativePath >../</relativePath >
29
29
</parent >
30
30
33
33
<name >Dozer :: Plugins Parent</name >
34
34
35
35
<properties >
36
- <bom-dependencies-version >6.1.0-SNAPSHOT </bom-dependencies-version >
36
+ <bom-dependencies-version >6.1.0</bom-dependencies-version >
37
37
38
38
<!-- Maven Plugins versions; alphabetical order -->
39
39
<alta-maven-plugin .version>0.5</alta-maven-plugin .version>
Original file line number Diff line number Diff line change 30
30
<groupId >com.github.dozermapper</groupId >
31
31
<artifactId >dozer-parent</artifactId >
32
32
<packaging >pom</packaging >
33
- <version >6.1.0-SNAPSHOT </version >
33
+ <version >6.1.0</version >
34
34
<name >Dozer :: Parent</name >
35
35
<description >Dozer is a powerful Java Bean to Java Bean mapper that recursively copies data from one object to another</description >
36
36
102
102
<nexus-staging-maven-plugin .version>1.6.7</nexus-staging-maven-plugin .version>
103
103
<versions-maven-plugin .version>2.3</versions-maven-plugin .version>
104
104
105
- <building-tools .version>6.1.0-SNAPSHOT </building-tools .version>
105
+ <building-tools .version>6.1.0</building-tools .version>
106
106
</properties >
107
107
108
108
<build >
You can’t perform that action at this time.
0 commit comments