From 94ea3e9ea7e0dc640ef174299b910ee37b4b9d89 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Thu, 12 Mar 2020 16:27:06 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 1.0.0-Alpha6 --- checkstyle-rules/pom.xml | 2 +- core/api/pom.xml | 2 +- core/impl/pom.xml | 2 +- core/pom.xml | 2 +- dist/bom/pom.xml | 2 +- dist/pom.xml | 2 +- documentation/pom.xml | 2 +- jpa/model/pom.xml | 2 +- jpa/pom.xml | 2 +- jpa/storage/pom.xml | 2 +- memory/model/pom.xml | 2 +- memory/pom.xml | 2 +- memory/storage/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 4 ++-- processor/hibernate-insert-select/pom.xml | 2 +- processor/memory/pom.xml | 2 +- processor/pom.xml | 2 +- schedule/cron/pom.xml | 2 +- schedule/pom.xml | 2 +- schedule/spring/pom.xml | 2 +- testsuite/pom.xml | 2 +- transaction/jpa/pom.xml | 2 +- transaction/jta/pom.xml | 2 +- transaction/pom.xml | 2 +- transaction/spring/pom.xml | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/checkstyle-rules/pom.xml b/checkstyle-rules/pom.xml index 742c692..e89ee41 100644 --- a/checkstyle-rules/pom.xml +++ b/checkstyle-rules/pom.xml @@ -3,7 +3,7 @@ blaze-job com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/core/api/pom.xml b/core/api/pom.xml index cc52ee8..1e8b29b 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -3,7 +3,7 @@ blaze-job-core com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/core/impl/pom.xml b/core/impl/pom.xml index 9c64bb3..9ffa6b9 100644 --- a/core/impl/pom.xml +++ b/core/impl/pom.xml @@ -3,7 +3,7 @@ blaze-job-core com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index d4036d6..e803179 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ blaze-job-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../parent/pom.xml 4.0.0 diff --git a/dist/bom/pom.xml b/dist/bom/pom.xml index 111469b..78e7a3c 100644 --- a/dist/bom/pom.xml +++ b/dist/bom/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-job - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../../pom.xml diff --git a/dist/pom.xml b/dist/pom.xml index a2805a8..505b8c9 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-job-parent - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index 283e1b4..16328ef 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-job-parent - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../parent/pom.xml diff --git a/jpa/model/pom.xml b/jpa/model/pom.xml index 459716e..6b6fe52 100644 --- a/jpa/model/pom.xml +++ b/jpa/model/pom.xml @@ -3,7 +3,7 @@ blaze-job-jpa com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/jpa/pom.xml b/jpa/pom.xml index 89e29ce..e6ce48f 100644 --- a/jpa/pom.xml +++ b/jpa/pom.xml @@ -3,7 +3,7 @@ blaze-job-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../parent/pom.xml 4.0.0 diff --git a/jpa/storage/pom.xml b/jpa/storage/pom.xml index 2b35e89..35c60e5 100644 --- a/jpa/storage/pom.xml +++ b/jpa/storage/pom.xml @@ -3,7 +3,7 @@ blaze-job-jpa com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/memory/model/pom.xml b/memory/model/pom.xml index 27db999..4d8355d 100644 --- a/memory/model/pom.xml +++ b/memory/model/pom.xml @@ -3,7 +3,7 @@ blaze-job-memory com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/memory/pom.xml b/memory/pom.xml index 9204493..05de9ac 100644 --- a/memory/pom.xml +++ b/memory/pom.xml @@ -3,7 +3,7 @@ blaze-job-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../parent/pom.xml 4.0.0 diff --git a/memory/storage/pom.xml b/memory/storage/pom.xml index 8254298..23d6041 100644 --- a/memory/storage/pom.xml +++ b/memory/storage/pom.xml @@ -3,7 +3,7 @@ blaze-job-memory com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index f837ab2..b516925 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -3,7 +3,7 @@ blaze-job com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml pom diff --git a/pom.xml b/pom.xml index 93fc7c9..a2f5288 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ blaze-job - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 Blazebit Blaze-Job https://job.blazebit.com @@ -63,7 +63,7 @@ scm:git:git@github.com:Blazebit/blaze-job.git scm:git:git@github.com:Blazebit/blaze-job.git git@github.com:Blazebit/blaze-job.git - HEAD + 1.0.0-Alpha6 diff --git a/processor/hibernate-insert-select/pom.xml b/processor/hibernate-insert-select/pom.xml index 9c2f12e..74e95e5 100644 --- a/processor/hibernate-insert-select/pom.xml +++ b/processor/hibernate-insert-select/pom.xml @@ -3,7 +3,7 @@ blaze-job-processor com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/processor/memory/pom.xml b/processor/memory/pom.xml index 48ed5c7..d49e105 100644 --- a/processor/memory/pom.xml +++ b/processor/memory/pom.xml @@ -3,7 +3,7 @@ blaze-job-processor com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 4.0.0 diff --git a/processor/pom.xml b/processor/pom.xml index 8929119..2d7a2f0 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -3,7 +3,7 @@ blaze-job-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../parent/pom.xml 4.0.0 diff --git a/schedule/cron/pom.xml b/schedule/cron/pom.xml index 3c90772..7315d76 100644 --- a/schedule/cron/pom.xml +++ b/schedule/cron/pom.xml @@ -3,7 +3,7 @@ blaze-job-schedule com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/schedule/pom.xml b/schedule/pom.xml index c756fae..e3ed489 100644 --- a/schedule/pom.xml +++ b/schedule/pom.xml @@ -3,7 +3,7 @@ blaze-job-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../parent/pom.xml 4.0.0 diff --git a/schedule/spring/pom.xml b/schedule/spring/pom.xml index c4aa86f..40fcdb5 100644 --- a/schedule/spring/pom.xml +++ b/schedule/spring/pom.xml @@ -3,7 +3,7 @@ blaze-job-schedule com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 51d15ac..d058aee 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -3,7 +3,7 @@ blaze-job-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../parent/pom.xml 4.0.0 diff --git a/transaction/jpa/pom.xml b/transaction/jpa/pom.xml index ba44924..d410a17 100644 --- a/transaction/jpa/pom.xml +++ b/transaction/jpa/pom.xml @@ -3,7 +3,7 @@ blaze-job-transaction com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/transaction/jta/pom.xml b/transaction/jta/pom.xml index bc68b17..ea03469 100644 --- a/transaction/jta/pom.xml +++ b/transaction/jta/pom.xml @@ -3,7 +3,7 @@ blaze-job-transaction com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../pom.xml 4.0.0 diff --git a/transaction/pom.xml b/transaction/pom.xml index 1a67501..3850b0e 100644 --- a/transaction/pom.xml +++ b/transaction/pom.xml @@ -3,7 +3,7 @@ blaze-job-parent com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 ../parent/pom.xml 4.0.0 diff --git a/transaction/spring/pom.xml b/transaction/spring/pom.xml index d9d4022..b412b04 100644 --- a/transaction/spring/pom.xml +++ b/transaction/spring/pom.xml @@ -3,7 +3,7 @@ blaze-job-transaction com.blazebit - 1.0.0-SNAPSHOT + 1.0.0-Alpha6 4.0.0