Skip to content

Commit

Permalink
Release 6.3.0 (#678)
Browse files Browse the repository at this point in the history
* Release 6.3.0

* Updated to dependancy go-offline with exclude fix
  • Loading branch information
garethahealy authored Jul 26, 2018
1 parent 6339369 commit f386945
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- mvn -N io.takari:maven:wrapper -Dmaven=3.5.0
- java -version && javac -version && ./mvnw -version -B
before_script:
- ./mvnw dependency:go-offline -B
- ./mvnw com.offbytwo.maven.plugins:maven-dependency-plugin:3.1.1.MDEP568:go-offline -DexcludeGroupIds=com.github.dozermapper -B
script:
- ./mvnw clean install -B
after_success:
Expand Down
2 changes: 1 addition & 1 deletion bom-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion building-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<artifactId>dozer-building-tools</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-plugins-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../plugins-parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class DozerConstants {
private DozerConstants() {
}

public static final String CURRENT_VERSION = "6.3.0-SNAPSHOT";
public static final String CURRENT_VERSION = "6.3.0";

public static final boolean DEFAULT_WILDCARD_POLICY = true;
public static final boolean DEFAULT_WILDCARD_CASE_INSENSITIVE_POLICY = false;
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/documentation/faq.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:dozer-version: 6.3.0-SNAPSHOT
:dozer-version: 6.3.0

== Frequently Asked Questions
=== Common
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/documentation/gettingstarted.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:dozer-version: 6.3.0-SNAPSHOT
:dozer-version: 6.3.0

== Getting Started
=== Downloading the Distribution
Expand Down
2 changes: 1 addition & 1 deletion dozer-integrations/dozer-proto3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-integrations</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>

<artifactId>dozer-proto3</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-spring-support</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>

<artifactId>dozer-spring-boot-autoconfigure</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-spring-support</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</parent>
<artifactId>dozer-spring-boot-starter</artifactId>
<name>Dozer :: Integrations :: Spring Support :: Starter</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-spring-support</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dozer-integrations/dozer-spring-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>dozer-integrations</artifactId>
<groupId>com.github.dozermapper</groupId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dozer-integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-plugins-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../plugins-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-parent</artifactId>
<packaging>pom</packaging>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<name>Dozer :: Parent</name>
<description>Dozer is a powerful Java Bean to Java Bean mapper that recursively copies data from one object to another</description>

Expand Down Expand Up @@ -100,7 +100,7 @@
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<versions-maven-plugin.version>2.4</versions-maven-plugin.version>

<building-tools.version>6.3.0-SNAPSHOT</building-tools.version>
<building-tools.version>6.3.0</building-tools.version>
</properties>

<build>
Expand Down
6 changes: 3 additions & 3 deletions tests/dozer-jmh-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../</relativePath>
</parent>

<artifactId>dozer-jmh-tests</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<packaging>jar</packaging>
<name>Dozer :: Tests :: JMH Tests</name>

Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
</dependency>

<!-- JMH -->
Expand Down
2 changes: 1 addition & 1 deletion tests/dozer-osgi-tests-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/dozer-osgi-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/dozer-wildfly-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper.tests</groupId>
<artifactId>dozer-tests-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-plugins-parent</artifactId>
<version>6.3.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>../plugins-parent</relativePath>
</parent>

Expand Down

0 comments on commit f386945

Please sign in to comment.