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 2424 <parent >
2525 <groupId >com.github.dozermapper</groupId >
2626 <artifactId >dozer-parent</artifactId >
27- <version >6.1.0-SNAPSHOT </version >
27+ <version >6.1.0</version >
2828 <relativePath >../</relativePath >
2929 </parent >
3030
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >com.github.dozermapper</groupId >
2525 <artifactId >dozer-parent</artifactId >
26- <version >6.1.0-SNAPSHOT </version >
26+ <version >6.1.0</version >
2727 </parent >
2828 <artifactId >building-tools</artifactId >
2929 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >com.github.dozermapper</groupId >
2626 <artifactId >dozer-plugins-parent</artifactId >
27- <version >6.1.0-SNAPSHOT </version >
27+ <version >6.1.0</version >
2828 <relativePath >../plugins-parent</relativePath >
2929 </parent >
3030
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public final class DozerConstants {
3333
3434 private DozerConstants () {}
3535
36- public static final String CURRENT_VERSION = "6.1.0-SNAPSHOT " ;
36+ public static final String CURRENT_VERSION = "6.1.0" ;
3737
3838 public static final boolean DEFAULT_WILDCARD_POLICY = true ;
3939 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
22
33== Getting Started
44=== Downloading the Distribution
Original file line number Diff line number Diff line change 5252 <parent >
5353 <groupId >com.github.dozermapper</groupId >
5454 <artifactId >dozer-plugins-parent</artifactId >
55- <version >6.1.0-SNAPSHOT </version >
55+ <version >6.1.0</version >
5656 <relativePath >../plugins-parent</relativePath >
5757 </parent >
5858
5959 <groupId >com.github.dozermapper</groupId >
6060 <artifactId >dozer-jmh-tests</artifactId >
61- <version >6.1.0-SNAPSHOT </version >
61+ <version >6.1.0</version >
6262 <packaging >jar</packaging >
6363 <name >Dozer :: JMH Tests</name >
6464
7070 <dependency >
7171 <groupId >com.github.dozermapper</groupId >
7272 <artifactId >dozer-core</artifactId >
73- <version >6.1.0-SNAPSHOT </version >
73+ <version >6.1.0</version >
7474 </dependency >
7575
7676 <!-- JMH -->
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >com.github.dozermapper</groupId >
2626 <artifactId >dozer-plugins-parent</artifactId >
27- <version >6.1.0-SNAPSHOT </version >
27+ <version >6.1.0</version >
2828 <relativePath >../plugins-parent</relativePath >
2929 </parent >
3030
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >com.github.dozermapper</groupId >
2626 <artifactId >dozer-plugins-parent</artifactId >
27- <version >6.1.0-SNAPSHOT </version >
27+ <version >6.1.0</version >
2828 <relativePath >../plugins-parent</relativePath >
2929 </parent >
3030
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >com.github.dozermapper</groupId >
2626 <artifactId >dozer-parent</artifactId >
27- <version >6.1.0-SNAPSHOT </version >
27+ <version >6.1.0</version >
2828 <relativePath >../</relativePath >
2929 </parent >
3030
3333 <name >Dozer :: Plugins Parent</name >
3434
3535 <properties >
36- <bom-dependencies-version >6.1.0-SNAPSHOT </bom-dependencies-version >
36+ <bom-dependencies-version >6.1.0</bom-dependencies-version >
3737
3838 <!-- Maven Plugins versions; alphabetical order -->
3939 <alta-maven-plugin .version>0.5</alta-maven-plugin .version>
Original file line number Diff line number Diff line change 3030 <groupId >com.github.dozermapper</groupId >
3131 <artifactId >dozer-parent</artifactId >
3232 <packaging >pom</packaging >
33- <version >6.1.0-SNAPSHOT </version >
33+ <version >6.1.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
102102 <nexus-staging-maven-plugin .version>1.6.7</nexus-staging-maven-plugin .version>
103103 <versions-maven-plugin .version>2.3</versions-maven-plugin .version>
104104
105- <building-tools .version>6.1.0-SNAPSHOT </building-tools .version>
105+ <building-tools .version>6.1.0</building-tools .version>
106106 </properties >
107107
108108 <build >
You can’t perform that action at this time.
0 commit comments