File tree Expand file tree Collapse file tree 20 files changed +23
-23
lines changed
src/main/java/com/github/dozermapper/core/util
docs/asciidoc/documentation
dozer-spring-boot-autoconfigure
dozer-spring-boot-starter Expand file tree Collapse file tree 20 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ install:
2626- mvn -N io.takari:maven:wrapper -Dmaven=3.5.0
2727- java -version && javac -version && ./mvnw -version -B
2828before_script :
29- - ./mvnw dependency: go-offline -B
29+ - ./mvnw com.offbytwo.maven.plugins:maven- dependency-plugin:3.1.1.MDEP568: go-offline -DexcludeGroupIds=com.github.dozermapper -B
3030script :
3131- ./mvnw clean install -B
3232after_success :
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.3.0-SNAPSHOT </version >
27+ <version >6.3.0</version >
2828 <relativePath >../</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.3.0-SNAPSHOT </version >
27+ <version >6.3.0</version >
2828 </parent >
2929 <artifactId >dozer-building-tools</artifactId >
3030 <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.3.0-SNAPSHOT </version >
27+ <version >6.3.0</version >
2828 <relativePath >../plugins-parent</relativePath >
2929 </parent >
3030
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public final class DozerConstants {
2828 private DozerConstants () {
2929 }
3030
31- public static final String CURRENT_VERSION = "6.3.0-SNAPSHOT " ;
31+ public static final String CURRENT_VERSION = "6.3.0" ;
3232
3333 public static final boolean DEFAULT_WILDCARD_POLICY = true ;
3434 public static final boolean DEFAULT_WILDCARD_CASE_INSENSITIVE_POLICY = false ;
Original file line number Diff line number Diff line change 1- :dozer-version: 6.3.0-SNAPSHOT
1+ :dozer-version: 6.3.0
22
33== Frequently Asked Questions
44=== Common
Original file line number Diff line number Diff line change 1- :dozer-version: 6.3.0-SNAPSHOT
1+ :dozer-version: 6.3.0
22
33== Getting Started
44=== Downloading the Distribution
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >com.github.dozermapper</groupId >
2626 <artifactId >dozer-integrations</artifactId >
27- <version >6.3.0-SNAPSHOT </version >
27+ <version >6.3.0</version >
2828 </parent >
2929
3030 <artifactId >dozer-proto3</artifactId >
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >com.github.dozermapper</groupId >
2626 <artifactId >dozer-spring-support</artifactId >
27- <version >6.3.0-SNAPSHOT </version >
27+ <version >6.3.0</version >
2828 </parent >
2929
3030 <artifactId >dozer-spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >com.github.dozermapper</groupId >
2626 <artifactId >dozer-spring-support</artifactId >
27- <version >6.3.0-SNAPSHOT </version >
27+ <version >6.3.0</version >
2828 </parent >
2929 <artifactId >dozer-spring-boot-starter</artifactId >
3030 <name >Dozer :: Integrations :: Spring Support :: Starter</name >
You can’t perform that action at this time.
0 commit comments