From d9e7bc16f24f9e9b50a81288ea37f708cae854ea Mon Sep 17 00:00:00 2001 From: Kaya Kupferschmidt Date: Tue, 6 Aug 2024 08:58:49 +0200 Subject: [PATCH] Release version 0.30.3 --- docker/pom.xml | 2 +- flowman-archetype-quickstart/pom.xml | 2 +- flowman-client/pom.xml | 2 +- flowman-common/pom.xml | 2 +- flowman-core/pom.xml | 2 +- flowman-dist/pom.xml | 2 +- flowman-dsl/pom.xml | 2 +- flowman-hub/pom.xml | 2 +- flowman-parent/pom.xml | 2 +- flowman-plugins/aws/pom.xml | 2 +- flowman-plugins/azure/pom.xml | 2 +- flowman-plugins/delta/pom.xml | 2 +- flowman-plugins/impala/pom.xml | 2 +- flowman-plugins/json/pom.xml | 2 +- flowman-plugins/kafka/pom.xml | 2 +- flowman-plugins/mariadb/pom.xml | 2 +- flowman-plugins/mssqlserver/pom.xml | 2 +- flowman-plugins/mysql/pom.xml | 2 +- flowman-plugins/openapi/pom.xml | 2 +- flowman-plugins/oracle/pom.xml | 2 +- flowman-plugins/postgresql/pom.xml | 2 +- flowman-plugins/sftp/pom.xml | 2 +- flowman-plugins/swagger/pom.xml | 2 +- flowman-scalatest-compat/pom.xml | 2 +- flowman-server-ui/pom.xml | 2 +- flowman-server/pom.xml | 2 +- flowman-spark-dependencies/pom.xml | 2 +- flowman-spark-extensions/pom.xml | 2 +- flowman-spark-testing/pom.xml | 2 +- flowman-spec/pom.xml | 2 +- flowman-studio-ui/pom.xml | 2 +- flowman-studio/pom.xml | 2 +- flowman-testing/pom.xml | 2 +- flowman-tools/pom.xml | 2 +- flowman-yaml-schema/pom.xml | 2 +- pom.xml | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/docker/pom.xml b/docker/pom.xml index d6cab1046..695588c67 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-archetype-quickstart/pom.xml b/flowman-archetype-quickstart/pom.xml index 172e4362b..eb6ede2a5 100644 --- a/flowman-archetype-quickstart/pom.xml +++ b/flowman-archetype-quickstart/pom.xml @@ -9,7 +9,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-client/pom.xml b/flowman-client/pom.xml index 65c2fbb92..ea9302e89 100644 --- a/flowman-client/pom.xml +++ b/flowman-client/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-common/pom.xml b/flowman-common/pom.xml index ece8b64d9..ad8980914 100644 --- a/flowman-common/pom.xml +++ b/flowman-common/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-core/pom.xml b/flowman-core/pom.xml index ce879544f..3f72e2110 100644 --- a/flowman-core/pom.xml +++ b/flowman-core/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-dist/pom.xml b/flowman-dist/pom.xml index 018c999d0..0ed061336 100644 --- a/flowman-dist/pom.xml +++ b/flowman-dist/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-dsl/pom.xml b/flowman-dsl/pom.xml index fb69f3f68..0bfe78d01 100644 --- a/flowman-dsl/pom.xml +++ b/flowman-dsl/pom.xml @@ -10,7 +10,7 @@ flowman-root com.dimajix.flowman - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-hub/pom.xml b/flowman-hub/pom.xml index 4b0f4ea80..178536791 100644 --- a/flowman-hub/pom.xml +++ b/flowman-hub/pom.xml @@ -10,7 +10,7 @@ flowman-root com.dimajix.flowman - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-parent/pom.xml b/flowman-parent/pom.xml index a522f4edc..b6ff39aeb 100644 --- a/flowman-parent/pom.xml +++ b/flowman-parent/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-plugins/aws/pom.xml b/flowman-plugins/aws/pom.xml index 87678a545..c799bcae9 100644 --- a/flowman-plugins/aws/pom.xml +++ b/flowman-plugins/aws/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/azure/pom.xml b/flowman-plugins/azure/pom.xml index e6c917572..6929556c0 100644 --- a/flowman-plugins/azure/pom.xml +++ b/flowman-plugins/azure/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/delta/pom.xml b/flowman-plugins/delta/pom.xml index 4f8ae8851..e63499003 100644 --- a/flowman-plugins/delta/pom.xml +++ b/flowman-plugins/delta/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/impala/pom.xml b/flowman-plugins/impala/pom.xml index 02a23e3b2..f68d3dd92 100644 --- a/flowman-plugins/impala/pom.xml +++ b/flowman-plugins/impala/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/json/pom.xml b/flowman-plugins/json/pom.xml index 1297412f8..4d78c36c4 100644 --- a/flowman-plugins/json/pom.xml +++ b/flowman-plugins/json/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/kafka/pom.xml b/flowman-plugins/kafka/pom.xml index 4bbf13eaa..56f8260df 100644 --- a/flowman-plugins/kafka/pom.xml +++ b/flowman-plugins/kafka/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/mariadb/pom.xml b/flowman-plugins/mariadb/pom.xml index 639717c62..2bcc3db84 100644 --- a/flowman-plugins/mariadb/pom.xml +++ b/flowman-plugins/mariadb/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/mssqlserver/pom.xml b/flowman-plugins/mssqlserver/pom.xml index 1e7dc77f2..700d28bcb 100644 --- a/flowman-plugins/mssqlserver/pom.xml +++ b/flowman-plugins/mssqlserver/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/mysql/pom.xml b/flowman-plugins/mysql/pom.xml index be5f13232..e0365580b 100644 --- a/flowman-plugins/mysql/pom.xml +++ b/flowman-plugins/mysql/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/openapi/pom.xml b/flowman-plugins/openapi/pom.xml index 037b20805..c55bf2e46 100644 --- a/flowman-plugins/openapi/pom.xml +++ b/flowman-plugins/openapi/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/oracle/pom.xml b/flowman-plugins/oracle/pom.xml index 399072453..19adabeac 100644 --- a/flowman-plugins/oracle/pom.xml +++ b/flowman-plugins/oracle/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/postgresql/pom.xml b/flowman-plugins/postgresql/pom.xml index a72ff014a..2f21d0cf9 100644 --- a/flowman-plugins/postgresql/pom.xml +++ b/flowman-plugins/postgresql/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/sftp/pom.xml b/flowman-plugins/sftp/pom.xml index 8a8bdc696..50e8dce45 100644 --- a/flowman-plugins/sftp/pom.xml +++ b/flowman-plugins/sftp/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-plugins/swagger/pom.xml b/flowman-plugins/swagger/pom.xml index 49200bc36..6f3773375 100644 --- a/flowman-plugins/swagger/pom.xml +++ b/flowman-plugins/swagger/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../../pom.xml diff --git a/flowman-scalatest-compat/pom.xml b/flowman-scalatest-compat/pom.xml index 59821e14d..d0046b17b 100644 --- a/flowman-scalatest-compat/pom.xml +++ b/flowman-scalatest-compat/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-server-ui/pom.xml b/flowman-server-ui/pom.xml index 594538448..4ef5ff807 100644 --- a/flowman-server-ui/pom.xml +++ b/flowman-server-ui/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-server/pom.xml b/flowman-server/pom.xml index b848fb35f..b39f3a363 100644 --- a/flowman-server/pom.xml +++ b/flowman-server/pom.xml @@ -10,7 +10,7 @@ flowman-root com.dimajix.flowman - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-spark-dependencies/pom.xml b/flowman-spark-dependencies/pom.xml index 56abe2593..62fc2f293 100644 --- a/flowman-spark-dependencies/pom.xml +++ b/flowman-spark-dependencies/pom.xml @@ -15,7 +15,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-spark-extensions/pom.xml b/flowman-spark-extensions/pom.xml index 419d417fb..5e5d54a22 100644 --- a/flowman-spark-extensions/pom.xml +++ b/flowman-spark-extensions/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-spark-testing/pom.xml b/flowman-spark-testing/pom.xml index e70ef6b91..4c67ef95b 100644 --- a/flowman-spark-testing/pom.xml +++ b/flowman-spark-testing/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-spec/pom.xml b/flowman-spec/pom.xml index 1d6089bcf..d16847d2f 100644 --- a/flowman-spec/pom.xml +++ b/flowman-spec/pom.xml @@ -10,7 +10,7 @@ flowman-root com.dimajix.flowman - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-studio-ui/pom.xml b/flowman-studio-ui/pom.xml index d2be600fe..879e6361a 100644 --- a/flowman-studio-ui/pom.xml +++ b/flowman-studio-ui/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-studio/pom.xml b/flowman-studio/pom.xml index fad25b57a..acd211079 100644 --- a/flowman-studio/pom.xml +++ b/flowman-studio/pom.xml @@ -10,7 +10,7 @@ flowman-root com.dimajix.flowman - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-testing/pom.xml b/flowman-testing/pom.xml index faf52815e..f4a7d10b5 100644 --- a/flowman-testing/pom.xml +++ b/flowman-testing/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-tools/pom.xml b/flowman-tools/pom.xml index 92725678e..0e80b3d51 100644 --- a/flowman-tools/pom.xml +++ b/flowman-tools/pom.xml @@ -10,7 +10,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/flowman-yaml-schema/pom.xml b/flowman-yaml-schema/pom.xml index b75299b22..1cf5f8a53 100644 --- a/flowman-yaml-schema/pom.xml +++ b/flowman-yaml-schema/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 ../pom.xml diff --git a/pom.xml b/pom.xml index 201a4f4e0..89d19e76d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.dimajix.flowman flowman-root - 0.30.3-SNAPSHOT + 0.30.3 pom Flowman root pom