Skip to content

Commit f386945

Browse files
authored
Release 6.3.0 (#678)
* Release 6.3.0 * Updated to dependancy go-offline with exclude fix
1 parent 6339369 commit f386945

File tree

20 files changed

+23
-23
lines changed

20 files changed

+23
-23
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2828
before_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
3030
script:
3131
- ./mvnw clean install -B
3232
after_success:

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.3.0-SNAPSHOT</version>
27+
<version>6.3.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.3.0-SNAPSHOT</version>
27+
<version>6.3.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.3.0-SNAPSHOT</version>
27+
<version>6.3.0</version>
2828
<relativePath>../plugins-parent</relativePath>
2929
</parent>
3030

core/src/main/java/com/github/dozermapper/core/util/DozerConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

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.3.0-SNAPSHOT
1+
:dozer-version: 6.3.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.3.0-SNAPSHOT
1+
:dozer-version: 6.3.0
22

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

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

3030
<artifactId>dozer-proto3</artifactId>

dozer-integrations/dozer-spring-support/dozer-spring-boot-autoconfigure/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-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>

dozer-integrations/dozer-spring-support/dozer-spring-boot-starter/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-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>

0 commit comments

Comments
 (0)