diff --git a/CHANGELOG.md b/CHANGELOG.md index be8eed5ab..a4f43b451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ version number *major*.*minor*.*bugfix*. The meaning of the components is as fol * The *major* number is increased in two scenarios: Either Flowman has implemented a big new feature set, or some changes lead to incompatibility with previous versions (breaking changes). -* The *minor* number is increased to indicating new features or slightly changed behaviour. -* The *bugfix* number is increased for bugfixes. Otherwise, the behaviour and feature set of Flowman remain unchanged. +* The *minor* number is increased to indicating new features or slightly changed behavior. +* The *bugfix* number is increased for bugfixes. Otherwise, the behavior and feature set of Flowman remain unchanged. Generally, you can expect Flowman to be downwards compatible with older releases within the same major version. Some minor changes or bugfixes may change the behavior of some features, which have been changed intentionally (for example, @@ -18,7 +18,7 @@ Breaking changes will be documented in this changelog file for each version. # Changelog -## Version 1.3.1 - 2024-12-16 +## Version 1.3.1 - 2024-12-19 * github-514: Generated SQL code for views should quote all column names diff --git a/docker/pom.xml b/docker/pom.xml index e2c4e6524..dd07e5e32 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/docs/releases.md b/docs/releases.md index 519e201a1..d4a07ba9e 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.3.1 - 2024-12-16 +### Version 1.3.1 - 2024-12-19 * github-514: Generated SQL code for views should quote all column names diff --git a/flowman-common-java/pom.xml b/flowman-common-java/pom.xml index e2dae6681..ecb18ef9a 100644 --- a/flowman-common-java/pom.xml +++ b/flowman-common-java/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-common-jersey/pom.xml b/flowman-common-jersey/pom.xml index fdebe5334..443ff7bd3 100644 --- a/flowman-common-jersey/pom.xml +++ b/flowman-common-jersey/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-common/pom.xml b/flowman-common/pom.xml index b589b318d..a21881e6a 100644 --- a/flowman-common/pom.xml +++ b/flowman-common/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-core/pom.xml b/flowman-core/pom.xml index 7ae5e5e88..375dd2d1c 100644 --- a/flowman-core/pom.xml +++ b/flowman-core/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-dist/pom.xml b/flowman-dist/pom.xml index 7da3858b6..51118ff49 100644 --- a/flowman-dist/pom.xml +++ b/flowman-dist/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-kernel-api/pom.xml b/flowman-kernel-api/pom.xml index c446efddb..8f914336c 100644 --- a/flowman-kernel-api/pom.xml +++ b/flowman-kernel-api/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-kernel-common/pom.xml b/flowman-kernel-common/pom.xml index 032caecf7..90a600268 100644 --- a/flowman-kernel-common/pom.xml +++ b/flowman-kernel-common/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-kernel-server/pom.xml b/flowman-kernel-server/pom.xml index 75be4ea36..d40395ccc 100644 --- a/flowman-kernel-server/pom.xml +++ b/flowman-kernel-server/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-kernel-tools/pom.xml b/flowman-kernel-tools/pom.xml index 3f522e0b5..77f399a29 100644 --- a/flowman-kernel-tools/pom.xml +++ b/flowman-kernel-tools/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-parent/pom.xml b/flowman-parent/pom.xml index 58d424e19..735a78de8 100644 --- a/flowman-parent/pom.xml +++ b/flowman-parent/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-plugins/avro/pom.xml b/flowman-plugins/avro/pom.xml index aa898c2cb..1d8af0c13 100644 --- a/flowman-plugins/avro/pom.xml +++ b/flowman-plugins/avro/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/aws/pom.xml b/flowman-plugins/aws/pom.xml index 64e3b3e47..e7e71264c 100644 --- a/flowman-plugins/aws/pom.xml +++ b/flowman-plugins/aws/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/azure/pom.xml b/flowman-plugins/azure/pom.xml index aef375c33..081a18521 100644 --- a/flowman-plugins/azure/pom.xml +++ b/flowman-plugins/azure/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/delta/pom.xml b/flowman-plugins/delta/pom.xml index bd1889270..0e4930052 100644 --- a/flowman-plugins/delta/pom.xml +++ b/flowman-plugins/delta/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/impala/pom.xml b/flowman-plugins/impala/pom.xml index 0844d33d3..173a9fcd1 100644 --- a/flowman-plugins/impala/pom.xml +++ b/flowman-plugins/impala/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/json/pom.xml b/flowman-plugins/json/pom.xml index 4c5c2f3d7..037b2b791 100644 --- a/flowman-plugins/json/pom.xml +++ b/flowman-plugins/json/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/kafka/pom.xml b/flowman-plugins/kafka/pom.xml index 94520c187..77a8211f0 100644 --- a/flowman-plugins/kafka/pom.xml +++ b/flowman-plugins/kafka/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/mariadb/pom.xml b/flowman-plugins/mariadb/pom.xml index aa68f6004..a40865b7f 100644 --- a/flowman-plugins/mariadb/pom.xml +++ b/flowman-plugins/mariadb/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/mssqlserver/pom.xml b/flowman-plugins/mssqlserver/pom.xml index d3afef54b..b398d053f 100644 --- a/flowman-plugins/mssqlserver/pom.xml +++ b/flowman-plugins/mssqlserver/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/mysql/pom.xml b/flowman-plugins/mysql/pom.xml index 730b916bf..8832d4497 100644 --- a/flowman-plugins/mysql/pom.xml +++ b/flowman-plugins/mysql/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/openapi/pom.xml b/flowman-plugins/openapi/pom.xml index c210b6102..47d94b96e 100644 --- a/flowman-plugins/openapi/pom.xml +++ b/flowman-plugins/openapi/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/oracle/pom.xml b/flowman-plugins/oracle/pom.xml index 51c2e7eda..d6a9df077 100644 --- a/flowman-plugins/oracle/pom.xml +++ b/flowman-plugins/oracle/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/parent/pom.xml b/flowman-plugins/parent/pom.xml index 3b0aefc99..6e1b12a71 100644 --- a/flowman-plugins/parent/pom.xml +++ b/flowman-plugins/parent/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../../pom.xml diff --git a/flowman-plugins/postgresql/pom.xml b/flowman-plugins/postgresql/pom.xml index 13c03ac81..a7331f480 100644 --- a/flowman-plugins/postgresql/pom.xml +++ b/flowman-plugins/postgresql/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/sftp/pom.xml b/flowman-plugins/sftp/pom.xml index e896388b4..09bf8bcc4 100644 --- a/flowman-plugins/sftp/pom.xml +++ b/flowman-plugins/sftp/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/swagger/pom.xml b/flowman-plugins/swagger/pom.xml index 95d2d9d00..1dd317fb0 100644 --- a/flowman-plugins/swagger/pom.xml +++ b/flowman-plugins/swagger/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-plugins/trino/pom.xml b/flowman-plugins/trino/pom.xml index 711e9005a..7e1ebea2d 100644 --- a/flowman-plugins/trino/pom.xml +++ b/flowman-plugins/trino/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-plugin-parent - 1.3.1-SNAPSHOT + 1.3.1 ../parent/pom.xml diff --git a/flowman-scalatest-compat/pom.xml b/flowman-scalatest-compat/pom.xml index a9fec0484..4ea4c59a4 100644 --- a/flowman-scalatest-compat/pom.xml +++ b/flowman-scalatest-compat/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-server-ui/pom.xml b/flowman-server-ui/pom.xml index b35857e8c..1d62068b4 100644 --- a/flowman-server-ui/pom.xml +++ b/flowman-server-ui/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-server/pom.xml b/flowman-server/pom.xml index 1aff6dcda..533ae87b8 100644 --- a/flowman-server/pom.xml +++ b/flowman-server/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-spark-dependencies/pom.xml b/flowman-spark-dependencies/pom.xml index 5e2248cca..29a3c8339 100644 --- a/flowman-spark-dependencies/pom.xml +++ b/flowman-spark-dependencies/pom.xml @@ -16,7 +16,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-spark-extensions/pom.xml b/flowman-spark-extensions/pom.xml index 36ef17c81..561ef58db 100644 --- a/flowman-spark-extensions/pom.xml +++ b/flowman-spark-extensions/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-spark-testing/pom.xml b/flowman-spark-testing/pom.xml index 5b90e77ba..d00e153bd 100644 --- a/flowman-spark-testing/pom.xml +++ b/flowman-spark-testing/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-spec/pom.xml b/flowman-spec/pom.xml index bb174fa57..80840fc94 100644 --- a/flowman-spec/pom.xml +++ b/flowman-spec/pom.xml @@ -11,7 +11,7 @@ flowman-root com.dimajix.flowman - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-testing/pom.xml b/flowman-testing/pom.xml index c28f42687..795389c99 100644 --- a/flowman-testing/pom.xml +++ b/flowman-testing/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-tools/pom.xml b/flowman-tools/pom.xml index a3e508e2f..80901ee89 100644 --- a/flowman-tools/pom.xml +++ b/flowman-tools/pom.xml @@ -11,7 +11,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/flowman-yaml-schema/pom.xml b/flowman-yaml-schema/pom.xml index a9da7991c..65bfa90c9 100644 --- a/flowman-yaml-schema/pom.xml +++ b/flowman-yaml-schema/pom.xml @@ -12,7 +12,7 @@ com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 452e61cb9..8c2acb683 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.dimajix.flowman flowman-root - 1.3.1-SNAPSHOT + 1.3.1 pom Flowman root pom