From 104d3be85865638f1148ec22da90c5d4695f07d3 Mon Sep 17 00:00:00 2001 From: Kaya Kupferschmidt Date: Wed, 3 Apr 2024 09:05:25 +0200 Subject: [PATCH] Release version 1.2.0 --- BUILDING.md | 2 +- CHANGELOG.md | 2 +- INSTALLING.md | 12 ++++++------ devtools/build-release.sh | 1 + docker/pom.xml | 2 +- docs/quickstart.md | 4 ++-- docs/releases.md | 2 +- docs/setup/building.md | 6 +++--- docs/setup/docker.md | 8 ++++---- docs/setup/emr.md | 8 ++++---- docs/setup/index.md | 2 +- docs/setup/installation.md | 11 +++++------ docs/setup/synapse.md | 2 +- flowman-common-java/pom.xml | 2 +- flowman-common-jersey/pom.xml | 2 +- flowman-common/pom.xml | 2 +- flowman-core/pom.xml | 2 +- flowman-dist/pom.xml | 2 +- flowman-kernel-api/pom.xml | 2 +- flowman-kernel-common/pom.xml | 2 +- flowman-kernel-server/pom.xml | 2 +- flowman-kernel-tools/pom.xml | 2 +- flowman-parent/pom.xml | 2 +- flowman-plugins/avro/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/parent/pom.xml | 2 +- flowman-plugins/postgresql/pom.xml | 2 +- flowman-plugins/sftp/pom.xml | 2 +- flowman-plugins/swagger/pom.xml | 2 +- flowman-plugins/trino/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-testing/pom.xml | 2 +- flowman-tools/pom.xml | 2 +- flowman-yaml-schema/pom.xml | 2 +- pom.xml | 2 +- 51 files changed, 69 insertions(+), 69 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 59ffd8a1f..6bd60e976 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -6,7 +6,7 @@ is installed on the build machine. ### Prerequisites You need the following tools installed on your machine: -* JDK 11 or later - but not too new (Java 16 is currently not supported) +* JDK 11 or later — but not too new (Java 16 is currently not supported) * Apache Maven (install via package manager download from https://maven.apache.org/download.cgi) * npm (install via package manager or download from https://www.npmjs.com/get-npm) * Docker (the creation of the Docker image can be skipped via `-Ddockerfile.skip`) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7323da5..3cfe77e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Breaking changes will be documented in this changelog file for each version. # Changelog -## Version 1.2.0 - Upcoming +## Version 1.2.0 - 2024-04-03 * github-464: Upgrade Cloudera CDP 7.1 to Hotfix 16 * github-465: Fix parsing of Swagger schema files diff --git a/INSTALLING.md b/INSTALLING.md index d595953b1..ebc62c7a3 100644 --- a/INSTALLING.md +++ b/INSTALLING.md @@ -24,13 +24,13 @@ packages being provided, for different Spark and Hadoop versions. The naming is flowman-dist--oss-spark-hadoop-bin.tar.gz ``` You simply have to use the package which fits to the Spark and Hadoop versions of your environment. For example, the -package of Flowman 1.0.0 and for Spark 3.3 and Hadoop 3.3 would be +package of Flowman 1.2.0 and for Spark 3.3 and Hadoop 3.3 would be ``` -flowman-dist-1.0.0-oss-spark3.3-hadoop3.3-bin.tar.gz +flowman-dist-1.2.0-oss-spark3.3-hadoop3.3-bin.tar.gz ``` and the full URL then would be ``` -https://github.com/dimajix/flowman/releases/download/1.0.0/flowman-dist-1.0.0-oss-spark3.3-hadoop3.3-bin.tar.gz +https://github.com/dimajix/flowman/releases/download/1.0.0/flowman-dist-1.2.0-oss-spark3.3-hadoop3.3-bin.tar.gz ``` ## Supported Spark Environments @@ -48,9 +48,9 @@ Flowman is available for many different Spark/Hadoop environments. The following | Open Source | 3.2.3 | 3.3 | 11 | 2.12 | oss-spark3.2-hadoop3.3 | | Open Source | 3.3.2 | 2.7 | 11 | 2.12 | oss-spark3.3-hadoop2.7 | | Open Source | 3.3.2 | 3.3 | 11 | 2.12 | oss-spark3.3-hadoop3.3 | -| Open Source | 3.4.0 | 3.3 | 11 | 2.12 | oss-spark3.4-hadoop3.3 | -| AWS EMR 6.10 | 3.3.1 | 3.3 | 1.8 | 2.12 | emr-spark3.3-hadoop3.3 | -| AWS EMR 6.12 | 3.4.0 | 3.3 | 1.8 | 2.12 | emr-spark3.4-hadoop3.3 | +| Open Source | 3.4.1 | 3.3 | 11 | 2.12 | oss-spark3.4-hadoop3.3 | +| Open Source | 3.5.1 | 3.3 | 11 | 2.12 | oss-spark3.5-hadoop3.3 | +| AWS EMR 6.12 | 3.4.0 | 3.3 | 1.8 | 2.12 | emr6.12-spark3.4-hadoop3.3 | | Azure Synapse | 3.3.1 | 3.3 | 1.8 | 2.12 | synapse-spark3.3-hadoop3.3 | | Cloudera CDH 6.3 | 2.4.0 | 3.0 | 1.8 | 2.11 | cdh6-spark2.4-hadoop3.0 | | Cloudera CDP 7.1 | 2.4.8 | 3.1 | 1.8 | 2.11 | cdp7-spark2.4-hadoop3.1 | diff --git a/devtools/build-release.sh b/devtools/build-release.sh index 5a8618d7c..8130e5b45 100755 --- a/devtools/build-release.sh +++ b/devtools/build-release.sh @@ -47,6 +47,7 @@ build_profile -Phadoop-3.3 -Pspark-3.2 -Dhadoop.version=3.3.1 build_profile -Phadoop-2.7 -Pspark-3.3 build_profile -Phadoop-3.3 -Pspark-3.3 -Dhadoop.version=3.3.2 build_profile -Phadoop-3.3 -Pspark-3.4 -Dhadoop.version=3.3.4 +build_profile -Phadoop-3.3 -Pspark-3.5 -Dhadoop.version=3.3.4 build_profile -PEMR-6.12 build_profile -Psynapse-3.3 diff --git a/docker/pom.xml b/docker/pom.xml index fc85bdd70..3250b1037 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/docs/quickstart.md b/docs/quickstart.md index 98a7243e1..bef0623dd 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -14,7 +14,7 @@ Of course, you need a working Docker installation, which should be quite easy. T containing Flowman via the following command: ```shell -docker run --rm -ti dimajix/flowman:1.1.0-oss-spark3.4-hadoop3.3 bash +docker run --rm -ti dimajix/flowman:1.2.0-oss-spark3.4-hadoop3.3 bash ``` Note that this simply starts a bash shell, but Flowman is only away some fingertips. @@ -26,7 +26,7 @@ may want to make local data accessible to Flowman or you may simply want to exec on your local machine. This can be easily achieved as follows: ```shell -docker run --rm -ti -v /home/kaya/flowman/example/weather:/home/flowman/local dimajix/flowman:1.1.0-oss-spark3.4-hadoop3.3 bash +docker run --rm -ti -v /home/kaya/flowman/example/weather:/home/flowman/local dimajix/flowman:1.2.0-oss-spark3.4-hadoop3.3 bash ``` This will mount the local directory `/home/kaya/flowman/example/weather` on your host computer into the Docker diff --git a/docs/releases.md b/docs/releases.md index a164be1e0..531722641 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,7 +30,7 @@ Breaking changes will be documented in the changelog file for each version. The following gives an (incomplete) list of past releases of the last 12 months. This will help you to spot breaking changes over time. -## Version 1.2.0 - Upcoming +## Version 1.2.0 - 2024-04-03 * github-464: Upgrade Cloudera CDP 7.1 to Hotfix 16 * github-465: Fix parsing of Swagger schema files diff --git a/docs/setup/building.md b/docs/setup/building.md index 338c3722c..6f654c95a 100644 --- a/docs/setup/building.md +++ b/docs/setup/building.md @@ -13,13 +13,13 @@ versions. The naming is very simple: flowman-dist--oss-spark-hadoop-bin.tar.gz ``` You simply have to use the package which fits to the Spark and Hadoop versions of your environment. For example the -package of Flowman 1.1.0 and for Spark 3.4 and Hadoop 3.3 would be +package of Flowman 1.2.0 and for Spark 3.4 and Hadoop 3.3 would be ``` -flowman-dist-1.1.0-oss-spark3.4-hadoop3.3-bin.tar.gz +flowman-dist-1.2.0-oss-spark3.4-hadoop3.3-bin.tar.gz ``` and the full URL then would be ``` -https://github.com/dimajix/flowman/releases/download/1.1.0/flowman-dist-1.1.0-oss-spark3.4-hadoop3.3-bin.tar.gz +https://github.com/dimajix/flowman/releases/download/1.2.0/flowman-dist-1.2.0-oss-spark3.4-hadoop3.3-bin.tar.gz ``` ## Build with Maven diff --git a/docs/setup/docker.md b/docs/setup/docker.md index f090d041d..cba0f2266 100644 --- a/docs/setup/docker.md +++ b/docs/setup/docker.md @@ -15,12 +15,12 @@ We publish Flowman Docker images on [Docker Hub](https://hub.docker.com/reposito which are good enough for local work. You can easily start a Flowman session in Docker as follows: ```shell -docker run --rm -ti dimajix/flowman:1.1.0-oss-spark3.4-hadoop3.3 bash +docker run --rm -ti dimajix/flowman:1.2.0-oss-spark3.4-hadoop3.3 bash ``` When you are using [git bash](https://git-scm.com/download/win), you will probably need to use `winpty`, which translates to the following command ```shell -winpty docker run --rm -ti dimajix/flowman:1.1.0-oss-spark3.4-hadoop3.3 bash +winpty docker run --rm -ti dimajix/flowman:1.2.0-oss-spark3.4-hadoop3.3 bash ``` Once the Docker image has started, you will be presented with a bash prompt. Then you can easily build the @@ -35,7 +35,7 @@ flowexec -f examples/weather job build main By using Docker volumes, you can easily mount a Flowman project into the Docker container, for example ```shell -docker run --rm -ti --mount type=bind,source=$(pwd)/my_project,target=/home/flowman/my_project dimajix/flowman:1.1.0-oss-spark3.4-hadoop3.3 bash +docker run --rm -ti --mount type=bind,source=$(pwd)/my_project,target=/home/flowman/my_project dimajix/flowman:1.2.0-oss-spark3.4-hadoop3.3 bash ``` The command above will start a Docker container running Flowman, and the local subdirectory `my_project` within the current working directory is mounted into the container at `/home/flowman/my_project`. Then you open your project @@ -58,7 +58,7 @@ version: "3" services: flowman: # Set the appropriate Flowman Docker image of your choice. - image: dimajix/flowman:1.1.0-oss-spark3.4-hadoop3.3 + image: dimajix/flowman:1.2.0-oss-spark3.4-hadoop3.3 # Let Docker start a bash if nothing else is specified. command: bash # Mount local volumes into the Docker container. Adjust the example entries to your needs! diff --git a/docs/setup/emr.md b/docs/setup/emr.md index b26bac9a8..6710b9549 100644 --- a/docs/setup/emr.md +++ b/docs/setup/emr.md @@ -29,13 +29,13 @@ opening firewall ports, providing your public ssh key and more. You can read det Once you successfully logged in to the master node, you need to download an EMR optimized version of Flowman using `wget` or `curl`: ```shell -wget https://github.com/dimajix/flowman/releases/download/1.1.0/flowman-dist-1.0.0-emr6.12-spark3.4-hadoop3.3-bin.tar.gz +wget https://github.com/dimajix/flowman/releases/download/1.2.0/flowman-dist-1.0.0-emr6.12-spark3.4-hadoop3.3-bin.tar.gz ``` Next you unpack Flowman as follows: ```shell -tar xvzf flowman-dist-1.1.0-emr6.12-spark3.4-hadoop3.3-bin.tar.gz +tar xvzf flowman-dist-1.2.0-emr6.12-spark3.4-hadoop3.3-bin.tar.gz ``` -This will create a directory `flowman-1.1.0-emr6.12-spark3.4-hadoop3.3` which contains all executables and libraries +This will create a directory `flowman-1.2.0-emr6.12-spark3.4-hadoop3.3` which contains all executables and libraries of Flowman. #### Directory Layout @@ -216,7 +216,7 @@ This deployment descriptor contains all required information ```yaml flowman: # Specify the Flowman version to use - version: 1.1.0-emr6.12-spark3.4-hadoop3.3 + version: 1.2.0-emr6.12-spark3.4-hadoop3.3 plugins: # Specify the list of plugins to use - flowman-avro diff --git a/docs/setup/index.md b/docs/setup/index.md index 3271daf15..ba8b23337 100644 --- a/docs/setup/index.md +++ b/docs/setup/index.md @@ -19,7 +19,7 @@ Moreover, managed Spark environments like AWS EMR or Azure Synapse are supported Flowman is available for many different Spark/Hadoop environments. Flowman provides different packages for each of these environments to ensure a high degree of compatibility. Each variant is identified by its suffix appended to the Flowman version, i.e. `-`. So for example, the full version tag -of Flowman 0.30.0 for Cloudera CDP 7.1 and Spark 3.3 would be `0.30.0-cdp7-spark3.3-hadoop3.1`. +of Flowman 1.2.0 for Cloudera CDP 7.1 and Spark 3.3 would be `1.2.0-cdp7-spark3.3-hadoop3.1`. The following environments are officially supported with corresponding build variants: diff --git a/docs/setup/installation.md b/docs/setup/installation.md index ab8fb4db2..59a32c836 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -21,7 +21,7 @@ needs to match the ones of your platform ### Download & Install Spark -As of this writing, the latest release of Flowman is 1.1.0 and is available prebuilt for Spark 3.4.1 on the Spark +As of this writing, the latest release of Flowman is 1.2.0 and is available prebuilt for Spark 3.4.1 on the Spark homepage. So we download the appropriate Spark distribution from the Apache archive and unpack it. ```shell @@ -64,13 +64,13 @@ versions. The naming is straight forward: flowman-dist--oss-spark-hadoop-bin.tar.gz ``` You simply have to use the package which fits to the Spark and Hadoop versions of your environment. For example, the -package of Flowman 1.1.0 and for Spark 3.4 and Hadoop 3.3 would be +package of Flowman 1.2.0 and for Spark 3.4 and Hadoop 3.3 would be ``` -flowman-dist-1.1.0-oss-spark3.4-hadoop3.3-bin.tar.gz +flowman-dist-1.2.0-oss-spark3.4-hadoop3.3-bin.tar.gz ``` and the full URL then would be ``` -https://github.com/dimajix/flowman/releases/download/1.1.0/flowman-dist-1.1.0-oss-spark3.4-hadoop3.3-bin.tar.gz +https://github.com/dimajix/flowman/releases/download/1.2.0/flowman-dist-1.2.0-oss-spark3.4-hadoop3.3-bin.tar.gz ``` ### Supported Spark Environments @@ -89,8 +89,7 @@ Flowman is available for many different Spark/Hadoop environments. The following | Open Source | 3.3.4 | 2.7 | 11 | 2.12 | oss-spark3.3-hadoop2.7 | | Open Source | 3.3.3 | 3.3 | 11 | 2.12 | oss-spark3.3-hadoop3.3 | | Open Source | 3.4.1 | 3.3 | 11 | 2.12 | oss-spark3.4-hadoop3.3 | -| Open Source | 3.5.0 | 3.3 | 11 | 2.12 | oss-spark3.5-hadoop3.3 | -| AWS EMR 6.10 | 3.3.1 | 3.3 | 1.8 | 2.12 | emr6.10-spark3.3-hadoop3.3 | +| Open Source | 3.5.1 | 3.3 | 11 | 2.12 | oss-spark3.5-hadoop3.3 | | AWS EMR 6.12 | 3.4.0 | 3.3 | 1.8 | 2.12 | emr6.12-spark3.4-hadoop3.3 | | Azure Synapse | 3.3.1 | 3.3 | 1.8 | 2.12 | synapse3.3-spark3.3-hadoop3.3 | | Cloudera CDH 6.3 | 2.4.0 | 3.0 | 1.8 | 2.11 | cdh6-spark2.4-hadoop3.0 | diff --git a/docs/setup/synapse.md b/docs/setup/synapse.md index f9e9091ea..360c21b30 100644 --- a/docs/setup/synapse.md +++ b/docs/setup/synapse.md @@ -70,7 +70,7 @@ This deployment descriptor contains all required information ```yaml flowman: # Specify the Flowman version to use - version: 1.1.0-synapse3.3-spark3.3-hadoop3.3 + version: 1.2.0-synapse3.3-spark3.3-hadoop3.3 plugins: # Specify the list of plugins to use - flowman-avro diff --git a/flowman-common-java/pom.xml b/flowman-common-java/pom.xml index 6a261499e..c5c5b2728 100644 --- a/flowman-common-java/pom.xml +++ b/flowman-common-java/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-common-jersey/pom.xml b/flowman-common-jersey/pom.xml index 6bdd3174a..c4b9a7262 100644 --- a/flowman-common-jersey/pom.xml +++ b/flowman-common-jersey/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-common/pom.xml b/flowman-common/pom.xml index 0ce863723..ff2b72538 100644 --- a/flowman-common/pom.xml +++ b/flowman-common/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-core/pom.xml b/flowman-core/pom.xml index 588ce4ea1..ccb1f76f8 100644 --- a/flowman-core/pom.xml +++ b/flowman-core/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-dist/pom.xml b/flowman-dist/pom.xml index ba4188d80..405ce112d 100644 --- a/flowman-dist/pom.xml +++ b/flowman-dist/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-kernel-api/pom.xml b/flowman-kernel-api/pom.xml index 04ba411ca..d6de67d5a 100644 --- a/flowman-kernel-api/pom.xml +++ b/flowman-kernel-api/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-kernel-common/pom.xml b/flowman-kernel-common/pom.xml index c60175994..f1bd3819f 100644 --- a/flowman-kernel-common/pom.xml +++ b/flowman-kernel-common/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-kernel-server/pom.xml b/flowman-kernel-server/pom.xml index 19080ca83..43f7b067f 100644 --- a/flowman-kernel-server/pom.xml +++ b/flowman-kernel-server/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-kernel-tools/pom.xml b/flowman-kernel-tools/pom.xml index 862fbdbd4..99de2aea1 100644 --- a/flowman-kernel-tools/pom.xml +++ b/flowman-kernel-tools/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-parent/pom.xml b/flowman-parent/pom.xml index 26d1b5d08..61c13960a 100644 --- a/flowman-parent/pom.xml +++ b/flowman-parent/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-plugins/avro/pom.xml b/flowman-plugins/avro/pom.xml index 996faf4fe..173c916b5 100644 --- a/flowman-plugins/avro/pom.xml +++ b/flowman-plugins/avro/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/aws/pom.xml b/flowman-plugins/aws/pom.xml index 44f4e360c..213aca8ad 100644 --- a/flowman-plugins/aws/pom.xml +++ b/flowman-plugins/aws/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/azure/pom.xml b/flowman-plugins/azure/pom.xml index 7c774b09e..9a186e977 100644 --- a/flowman-plugins/azure/pom.xml +++ b/flowman-plugins/azure/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/delta/pom.xml b/flowman-plugins/delta/pom.xml index 925f9283a..1c8b90f00 100644 --- a/flowman-plugins/delta/pom.xml +++ b/flowman-plugins/delta/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/impala/pom.xml b/flowman-plugins/impala/pom.xml index 7d32c5a9a..4970b77ed 100644 --- a/flowman-plugins/impala/pom.xml +++ b/flowman-plugins/impala/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/json/pom.xml b/flowman-plugins/json/pom.xml index e3373ef84..7c1bc5a61 100644 --- a/flowman-plugins/json/pom.xml +++ b/flowman-plugins/json/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/kafka/pom.xml b/flowman-plugins/kafka/pom.xml index c2ce2b4ee..df09f5f93 100644 --- a/flowman-plugins/kafka/pom.xml +++ b/flowman-plugins/kafka/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/mariadb/pom.xml b/flowman-plugins/mariadb/pom.xml index a370f1be7..df0551c05 100644 --- a/flowman-plugins/mariadb/pom.xml +++ b/flowman-plugins/mariadb/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/mssqlserver/pom.xml b/flowman-plugins/mssqlserver/pom.xml index 8b141f327..631d772bf 100644 --- a/flowman-plugins/mssqlserver/pom.xml +++ b/flowman-plugins/mssqlserver/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/mysql/pom.xml b/flowman-plugins/mysql/pom.xml index 328bb5be3..8d0352bde 100644 --- a/flowman-plugins/mysql/pom.xml +++ b/flowman-plugins/mysql/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/openapi/pom.xml b/flowman-plugins/openapi/pom.xml index 3d9c4bc18..fb8f9f785 100644 --- a/flowman-plugins/openapi/pom.xml +++ b/flowman-plugins/openapi/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/oracle/pom.xml b/flowman-plugins/oracle/pom.xml index 38520903a..0befc6c6b 100644 --- a/flowman-plugins/oracle/pom.xml +++ b/flowman-plugins/oracle/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/parent/pom.xml b/flowman-plugins/parent/pom.xml index a994c43b7..2fb12883f 100644 --- a/flowman-plugins/parent/pom.xml +++ b/flowman-plugins/parent/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../../pom.xml diff --git a/flowman-plugins/postgresql/pom.xml b/flowman-plugins/postgresql/pom.xml index fe4f3a3b7..659aa0f06 100644 --- a/flowman-plugins/postgresql/pom.xml +++ b/flowman-plugins/postgresql/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/sftp/pom.xml b/flowman-plugins/sftp/pom.xml index a3d97e58d..1acad03cf 100644 --- a/flowman-plugins/sftp/pom.xml +++ b/flowman-plugins/sftp/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/swagger/pom.xml b/flowman-plugins/swagger/pom.xml index 792a43bb0..3e7f9ee1d 100644 --- a/flowman-plugins/swagger/pom.xml +++ b/flowman-plugins/swagger/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-plugins/trino/pom.xml b/flowman-plugins/trino/pom.xml index ebac76242..70e4dc9ed 100644 --- a/flowman-plugins/trino/pom.xml +++ b/flowman-plugins/trino/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.2.0-SNAPSHOT + 1.2.0 ../parent/pom.xml diff --git a/flowman-scalatest-compat/pom.xml b/flowman-scalatest-compat/pom.xml index 7a11fdb68..be030437e 100644 --- a/flowman-scalatest-compat/pom.xml +++ b/flowman-scalatest-compat/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-server-ui/pom.xml b/flowman-server-ui/pom.xml index a1a2b8da3..a989910fa 100644 --- a/flowman-server-ui/pom.xml +++ b/flowman-server-ui/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-server/pom.xml b/flowman-server/pom.xml index 3d49a2e44..81638b478 100644 --- a/flowman-server/pom.xml +++ b/flowman-server/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-spark-dependencies/pom.xml b/flowman-spark-dependencies/pom.xml index 8e110e69d..a3208d595 100644 --- a/flowman-spark-dependencies/pom.xml +++ b/flowman-spark-dependencies/pom.xml @@ -16,7 +16,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-spark-extensions/pom.xml b/flowman-spark-extensions/pom.xml index 785fe3583..5dda1a160 100644 --- a/flowman-spark-extensions/pom.xml +++ b/flowman-spark-extensions/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-spark-testing/pom.xml b/flowman-spark-testing/pom.xml index f4c35d206..129852da7 100644 --- a/flowman-spark-testing/pom.xml +++ b/flowman-spark-testing/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-spec/pom.xml b/flowman-spec/pom.xml index c7f6c9e64..8eb3a092e 100644 --- a/flowman-spec/pom.xml +++ b/flowman-spec/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-testing/pom.xml b/flowman-testing/pom.xml index 0b7038623..7cc796a5c 100644 --- a/flowman-testing/pom.xml +++ b/flowman-testing/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-tools/pom.xml b/flowman-tools/pom.xml index 34b1dee06..ebe4d3dfe 100644 --- a/flowman-tools/pom.xml +++ b/flowman-tools/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/flowman-yaml-schema/pom.xml b/flowman-yaml-schema/pom.xml index 31d4130be..3c2c2a2c5 100644 --- a/flowman-yaml-schema/pom.xml +++ b/flowman-yaml-schema/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 15481a598..a13710c89 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.dimajix.flowman flowman-root - 1.2.0-SNAPSHOT + 1.2.0 pom Flowman root pom