From 24db1e2fdd4e00efcb5e067216fa9bedc73d152f Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Tue, 11 May 2021 10:39:36 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 1.0.0-Alpha22 --- base/pom.xml | 2 +- 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/entity-view/pom.xml | 2 +- declarative/excel/pom.xml | 2 +- declarative/impl/pom.xml | 2 +- declarative/persistence/pom.xml | 2 +- declarative/pom.xml | 2 +- dist/bom/pom.xml | 2 +- dist/pom.xml | 2 +- documentation/pom.xml | 2 +- editor/monaco/pom.xml | 2 +- editor/pom.xml | 2 +- examples/pom.xml | 2 +- examples/web-editor/pom.xml | 2 +- excel/pom.xml | 2 +- parent/pom.xml | 2 +- persistence/pom.xml | 2 +- pom.xml | 4 ++-- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/base/pom.xml b/base/pom.xml index e961731..4f21ef9 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -3,7 +3,7 @@ blaze-expression-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../parent/pom.xml 4.0.0 diff --git a/checkstyle-rules/pom.xml b/checkstyle-rules/pom.xml index 2d6de9b..258ca00 100644 --- a/checkstyle-rules/pom.xml +++ b/checkstyle-rules/pom.xml @@ -3,7 +3,7 @@ blaze-expression com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/core/api/pom.xml b/core/api/pom.xml index d2adb94..7afa723 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -3,7 +3,7 @@ blaze-expression-core com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/core/impl/pom.xml b/core/impl/pom.xml index 08edcbe..44a6f6f 100644 --- a/core/impl/pom.xml +++ b/core/impl/pom.xml @@ -3,7 +3,7 @@ blaze-expression-core com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index e1723e3..0baaabe 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ blaze-expression-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../parent/pom.xml 4.0.0 diff --git a/declarative/api/pom.xml b/declarative/api/pom.xml index 3e01c12..182cfb8 100644 --- a/declarative/api/pom.xml +++ b/declarative/api/pom.xml @@ -3,7 +3,7 @@ blaze-expression-declarative com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/declarative/entity-view/pom.xml b/declarative/entity-view/pom.xml index 2aa90df..deb053c 100644 --- a/declarative/entity-view/pom.xml +++ b/declarative/entity-view/pom.xml @@ -3,7 +3,7 @@ blaze-expression-declarative com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/declarative/excel/pom.xml b/declarative/excel/pom.xml index d9d36f8..bd2f1c8 100644 --- a/declarative/excel/pom.xml +++ b/declarative/excel/pom.xml @@ -3,7 +3,7 @@ blaze-expression-declarative com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/declarative/impl/pom.xml b/declarative/impl/pom.xml index 254964c..abd9933 100644 --- a/declarative/impl/pom.xml +++ b/declarative/impl/pom.xml @@ -3,7 +3,7 @@ blaze-expression-declarative com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/declarative/persistence/pom.xml b/declarative/persistence/pom.xml index fdb55bf..de11c7b 100644 --- a/declarative/persistence/pom.xml +++ b/declarative/persistence/pom.xml @@ -3,7 +3,7 @@ blaze-expression-declarative com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/declarative/pom.xml b/declarative/pom.xml index 88959b9..0b2a334 100644 --- a/declarative/pom.xml +++ b/declarative/pom.xml @@ -3,7 +3,7 @@ blaze-expression-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../parent/pom.xml 4.0.0 diff --git a/dist/bom/pom.xml b/dist/bom/pom.xml index 9e59faa..5f301c8 100644 --- a/dist/bom/pom.xml +++ b/dist/bom/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-expression - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../../pom.xml diff --git a/dist/pom.xml b/dist/pom.xml index 12206cb..44b4d91 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-expression-parent - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index e0a778e..3a051bb 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-expression-parent - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../parent/pom.xml diff --git a/editor/monaco/pom.xml b/editor/monaco/pom.xml index 8e27ff8..a6b9a22 100644 --- a/editor/monaco/pom.xml +++ b/editor/monaco/pom.xml @@ -3,7 +3,7 @@ com.blazebit blaze-expression-editor - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/editor/pom.xml b/editor/pom.xml index 2016480..ab9e348 100644 --- a/editor/pom.xml +++ b/editor/pom.xml @@ -3,7 +3,7 @@ blaze-expression-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../parent/pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 4bdcd7b..3349f5d 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ blaze-expression-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../parent/pom.xml 4.0.0 diff --git a/examples/web-editor/pom.xml b/examples/web-editor/pom.xml index d7ded61..4308721 100644 --- a/examples/web-editor/pom.xml +++ b/examples/web-editor/pom.xml @@ -3,7 +3,7 @@ blaze-expression-examples com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml 4.0.0 diff --git a/excel/pom.xml b/excel/pom.xml index 1d1ff9b..c68ff35 100644 --- a/excel/pom.xml +++ b/excel/pom.xml @@ -3,7 +3,7 @@ blaze-expression-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../parent/pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index 7fb83d6..504b40b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -3,7 +3,7 @@ blaze-expression com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../pom.xml pom diff --git a/persistence/pom.xml b/persistence/pom.xml index baa1e24..b16b453 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -3,7 +3,7 @@ blaze-expression-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 ../parent/pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index f2b3280..35517d7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ blaze-expression - 1.0.0-SNAPSHOT + 1.0.0-Alpha22 Blazebit Blaze-Expression https://expression.blazebit.com @@ -67,7 +67,7 @@ scm:git:git@github.com:Blazebit/blaze-expression.git scm:git:git@github.com:Blazebit/blaze-expression.git git@github.com:Blazebit/blaze-expression.git - HEAD + 1.0.0-Alpha22