From 984423dfee29b15624141873680f27b31690f383 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sun, 10 Feb 2019 11:48:19 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 1.3.0.Final --- build-config/pom.xml | 2 +- core-jdk8/pom.xml | 2 +- core/pom.xml | 2 +- distribution/pom.xml | 2 +- documentation/pom.xml | 2 +- integrationtest/pom.xml | 2 +- parent/pom.xml | 4 ++-- pom.xml | 4 ++-- processor/pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build-config/pom.xml b/build-config/pom.xml index 462fe5c4d..15b985e9d 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.3.0-SNAPSHOT + 1.3.0.Final ../parent/pom.xml diff --git a/core-jdk8/pom.xml b/core-jdk8/pom.xml index 48f50c7b6..c6869612c 100644 --- a/core-jdk8/pom.xml +++ b/core-jdk8/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.3.0-SNAPSHOT + 1.3.0.Final ../parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index fe993959b..8cb0d53e1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.3.0-SNAPSHOT + 1.3.0.Final ../parent/pom.xml diff --git a/distribution/pom.xml b/distribution/pom.xml index c012ac81d..5d146521f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.3.0-SNAPSHOT + 1.3.0.Final ../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index 3ce539793..855a844f8 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.3.0-SNAPSHOT + 1.3.0.Final ../parent/pom.xml diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 18082e0a0..1c8602987 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.3.0-SNAPSHOT + 1.3.0.Final ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index a4e60cc47..4dcbfe739 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ org.mapstruct mapstruct-parent - 1.3.0-SNAPSHOT + 1.3.0.Final pom MapStruct Parent @@ -58,7 +58,7 @@ scm:git:git://github.com/mapstruct/mapstruct.git scm:git:git@github.com:mapstruct/mapstruct.git https://github.com/mapstruct/mapstruct/ - HEAD + 1.3.0.Final diff --git a/pom.xml b/pom.xml index 2786ef835..fa3f71929 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.mapstruct mapstruct-parent - 1.3.0-SNAPSHOT + 1.3.0.Final parent/pom.xml @@ -54,7 +54,7 @@ scm:git:git://github.com/mapstruct/mapstruct.git scm:git:git@github.com:mapstruct/mapstruct.git https://github.com/mapstruct/mapstruct/ - HEAD + 1.3.0.Final diff --git a/processor/pom.xml b/processor/pom.xml index eb307ffa6..53d7d71bb 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -12,7 +12,7 @@ org.mapstruct mapstruct-parent - 1.3.0-SNAPSHOT + 1.3.0.Final ../parent/pom.xml