From f70bad7a10377b5d83db340384d2a8f85ad839b7 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Tue, 11 May 2021 09:19:14 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 2.0.4 --- checkstyle-rules/pom.xml | 2 +- core/api/pom.xml | 2 +- core/impl/pom.xml | 2 +- core/pom.xml | 2 +- declarative/api/pom.xml | 2 +- declarative/impl/pom.xml | 2 +- declarative/integration/cdi/pom.xml | 2 +- declarative/integration/pom.xml | 2 +- declarative/pom.xml | 2 +- dist/bom/pom.xml | 2 +- dist/pom.xml | 2 +- documentation/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 4 ++-- typescript/pom.xml | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/checkstyle-rules/pom.xml b/checkstyle-rules/pom.xml index cc7c854..540be5a 100644 --- a/checkstyle-rules/pom.xml +++ b/checkstyle-rules/pom.xml @@ -3,7 +3,7 @@ blaze-domain com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../pom.xml 4.0.0 diff --git a/core/api/pom.xml b/core/api/pom.xml index 8f74167..96d5592 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -3,7 +3,7 @@ blaze-domain-core com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../pom.xml 4.0.0 diff --git a/core/impl/pom.xml b/core/impl/pom.xml index bb79f48..6f20d71 100644 --- a/core/impl/pom.xml +++ b/core/impl/pom.xml @@ -3,7 +3,7 @@ blaze-domain-core com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 0a5285b..5301889 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ blaze-domain-parent com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../parent/pom.xml 4.0.0 diff --git a/declarative/api/pom.xml b/declarative/api/pom.xml index f35c87c..df87d24 100644 --- a/declarative/api/pom.xml +++ b/declarative/api/pom.xml @@ -3,7 +3,7 @@ blaze-domain-declarative com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../pom.xml 4.0.0 diff --git a/declarative/impl/pom.xml b/declarative/impl/pom.xml index e3a521d..d0a5e3b 100644 --- a/declarative/impl/pom.xml +++ b/declarative/impl/pom.xml @@ -3,7 +3,7 @@ blaze-domain-declarative com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../pom.xml 4.0.0 diff --git a/declarative/integration/cdi/pom.xml b/declarative/integration/cdi/pom.xml index bb1cafd..75e5d04 100644 --- a/declarative/integration/cdi/pom.xml +++ b/declarative/integration/cdi/pom.xml @@ -3,7 +3,7 @@ blaze-domain-declarative-integration com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../pom.xml 4.0.0 diff --git a/declarative/integration/pom.xml b/declarative/integration/pom.xml index 640a91b..2df13aa 100644 --- a/declarative/integration/pom.xml +++ b/declarative/integration/pom.xml @@ -3,7 +3,7 @@ blaze-domain-declarative com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../pom.xml 4.0.0 diff --git a/declarative/pom.xml b/declarative/pom.xml index 8209590..2f28deb 100644 --- a/declarative/pom.xml +++ b/declarative/pom.xml @@ -3,7 +3,7 @@ blaze-domain-parent com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../parent/pom.xml 4.0.0 diff --git a/dist/bom/pom.xml b/dist/bom/pom.xml index 526e4de..3cec9a2 100644 --- a/dist/bom/pom.xml +++ b/dist/bom/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-domain - 2.0.4-SNAPSHOT + 2.0.4 ../../pom.xml diff --git a/dist/pom.xml b/dist/pom.xml index fc1fd9f..4a7e4d7 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-domain-parent - 2.0.4-SNAPSHOT + 2.0.4 ../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index 3f722be..ec12082 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-domain-parent - 2.0.4-SNAPSHOT + 2.0.4 ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 16da2dd..d71978f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -3,7 +3,7 @@ blaze-domain com.blazebit - 2.0.4-SNAPSHOT + 2.0.4 ../pom.xml pom diff --git a/pom.xml b/pom.xml index c325617..39af285 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ blaze-domain - 2.0.4-SNAPSHOT + 2.0.4 Blazebit Blaze-Domain https://domain.blazebit.com @@ -60,7 +60,7 @@ scm:git:git@github.com:Blazebit/blaze-domain.git scm:git:git@github.com:Blazebit/blaze-domain.git git@github.com:Blazebit/blaze-domain.git - HEAD + 2.0.4 diff --git a/typescript/pom.xml b/typescript/pom.xml index b0b2d58..ef69d55 100644 --- a/typescript/pom.xml +++ b/typescript/pom.xml @@ -3,7 +3,7 @@ com.blazebit blaze-domain-parent - 2.0.4-SNAPSHOT + 2.0.4 ../parent/pom.xml 4.0.0