From 41dab989e2adbfa9775cfe813337162c33f4c94a Mon Sep 17 00:00:00 2001 From: honnix Date: Fri, 29 Sep 2023 11:11:16 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 0.4.25 --- flyteidl-protos/pom.xml | 2 +- flytekit-api/pom.xml | 2 +- flytekit-bom/pom.xml | 4 ++-- flytekit-examples-scala/pom.xml | 2 +- flytekit-examples/pom.xml | 2 +- flytekit-jackson/pom.xml | 2 +- flytekit-java/pom.xml | 2 +- flytekit-local-engine/pom.xml | 2 +- flytekit-scala-tests/pom.xml | 2 +- flytekit-scala_2.12/pom.xml | 2 +- flytekit-scala_2.13/pom.xml | 2 +- flytekit-testing/pom.xml | 2 +- integration-tests/pom.xml | 2 +- jflyte-api/pom.xml | 2 +- jflyte-aws/pom.xml | 2 +- jflyte-google-cloud/pom.xml | 2 +- jflyte-utils/pom.xml | 2 +- jflyte/pom.xml | 2 +- pom.xml | 4 ++-- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/flyteidl-protos/pom.xml b/flyteidl-protos/pom.xml index 93829461f..f7f794b35 100644 --- a/flyteidl-protos/pom.xml +++ b/flyteidl-protos/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 flyteidl-protos diff --git a/flytekit-api/pom.xml b/flytekit-api/pom.xml index 38630c447..e60574861 100644 --- a/flytekit-api/pom.xml +++ b/flytekit-api/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 flytekit-api diff --git a/flytekit-bom/pom.xml b/flytekit-bom/pom.xml index 4008ddf45..27c967b10 100644 --- a/flytekit-bom/pom.xml +++ b/flytekit-bom/pom.xml @@ -20,7 +20,7 @@ org.flyte flytekit-bom - 0.4.25-SNAPSHOT + 0.4.25 pom @@ -48,7 +48,7 @@ scm:git:https://github.com/flyteorg/flytekit-java.git scm:git:https://github.com/flyteorg/flytekit-java.git - HEAD + 0.4.25 https://github.com/flyteorg/flytekit-java diff --git a/flytekit-examples-scala/pom.xml b/flytekit-examples-scala/pom.xml index eecab605f..34b8086da 100644 --- a/flytekit-examples-scala/pom.xml +++ b/flytekit-examples-scala/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 flytekit-examples-scala_2.13 diff --git a/flytekit-examples/pom.xml b/flytekit-examples/pom.xml index 2b9a1b563..f57c53843 100644 --- a/flytekit-examples/pom.xml +++ b/flytekit-examples/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 flytekit-examples diff --git a/flytekit-jackson/pom.xml b/flytekit-jackson/pom.xml index 3bfb001ce..27512181f 100644 --- a/flytekit-jackson/pom.xml +++ b/flytekit-jackson/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 flytekit-jackson diff --git a/flytekit-java/pom.xml b/flytekit-java/pom.xml index bf3e8430b..54b5b29ab 100644 --- a/flytekit-java/pom.xml +++ b/flytekit-java/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 flytekit-java diff --git a/flytekit-local-engine/pom.xml b/flytekit-local-engine/pom.xml index 1ebb63bce..33a07d60a 100644 --- a/flytekit-local-engine/pom.xml +++ b/flytekit-local-engine/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 flytekit-local-engine diff --git a/flytekit-scala-tests/pom.xml b/flytekit-scala-tests/pom.xml index 9371a41f4..d7950ec68 100644 --- a/flytekit-scala-tests/pom.xml +++ b/flytekit-scala-tests/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 diff --git a/flytekit-scala_2.12/pom.xml b/flytekit-scala_2.12/pom.xml index 5ac90186a..7a5ee9c21 100644 --- a/flytekit-scala_2.12/pom.xml +++ b/flytekit-scala_2.12/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 diff --git a/flytekit-scala_2.13/pom.xml b/flytekit-scala_2.13/pom.xml index 86c6a53bc..7f1b30c34 100644 --- a/flytekit-scala_2.13/pom.xml +++ b/flytekit-scala_2.13/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 diff --git a/flytekit-testing/pom.xml b/flytekit-testing/pom.xml index 52e356e11..08604ca1b 100644 --- a/flytekit-testing/pom.xml +++ b/flytekit-testing/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 flytekit-testing diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 930386f3e..6ab9b306b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 integration-tests diff --git a/jflyte-api/pom.xml b/jflyte-api/pom.xml index be2ded1ba..69f89b8a1 100644 --- a/jflyte-api/pom.xml +++ b/jflyte-api/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 jflyte-api diff --git a/jflyte-aws/pom.xml b/jflyte-aws/pom.xml index 81d96a873..f580b8cbb 100644 --- a/jflyte-aws/pom.xml +++ b/jflyte-aws/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 jflyte-aws diff --git a/jflyte-google-cloud/pom.xml b/jflyte-google-cloud/pom.xml index 9f0fa8aed..7bb06ef6e 100644 --- a/jflyte-google-cloud/pom.xml +++ b/jflyte-google-cloud/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 jflyte-google-cloud diff --git a/jflyte-utils/pom.xml b/jflyte-utils/pom.xml index 04431c57b..1a69a32e7 100644 --- a/jflyte-utils/pom.xml +++ b/jflyte-utils/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 jflyte-utils diff --git a/jflyte/pom.xml b/jflyte/pom.xml index 978ae26af..470e65e8d 100644 --- a/jflyte/pom.xml +++ b/jflyte/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 jflyte diff --git a/pom.xml b/pom.xml index 3b18cbabf..06e3432b1 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.flyte flytekit-parent - 0.4.25-SNAPSHOT + 0.4.25 pom @@ -69,7 +69,7 @@ scm:git:https://github.com/flyteorg/flytekit-java.git scm:git:https://github.com/flyteorg/flytekit-java.git - HEAD + 0.4.25 https://github.com/flyteorg/flytekit-java