From c9441a4668ab6f9417bd3e1df382c88643c00f36 Mon Sep 17 00:00:00 2001 From: honnix Date: Fri, 2 Feb 2024 13:34:06 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 0.4.41 --- 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 e239c7b4..50ebd5cb 100644 --- a/flyteidl-protos/pom.xml +++ b/flyteidl-protos/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 flyteidl-protos diff --git a/flytekit-api/pom.xml b/flytekit-api/pom.xml index 11f1399b..f4a07f40 100644 --- a/flytekit-api/pom.xml +++ b/flytekit-api/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 flytekit-api diff --git a/flytekit-bom/pom.xml b/flytekit-bom/pom.xml index d40faa6c..2a045f4a 100644 --- a/flytekit-bom/pom.xml +++ b/flytekit-bom/pom.xml @@ -20,7 +20,7 @@ org.flyte flytekit-bom - 0.4.41-SNAPSHOT + 0.4.41 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.41 https://github.com/flyteorg/flytekit-java diff --git a/flytekit-examples-scala/pom.xml b/flytekit-examples-scala/pom.xml index 1c846c25..ce4a29de 100644 --- a/flytekit-examples-scala/pom.xml +++ b/flytekit-examples-scala/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 flytekit-examples-scala_2.13 diff --git a/flytekit-examples/pom.xml b/flytekit-examples/pom.xml index 3af82b0a..9afddc64 100644 --- a/flytekit-examples/pom.xml +++ b/flytekit-examples/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 flytekit-examples diff --git a/flytekit-jackson/pom.xml b/flytekit-jackson/pom.xml index d09cf2f8..c01b6cb1 100644 --- a/flytekit-jackson/pom.xml +++ b/flytekit-jackson/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 flytekit-jackson diff --git a/flytekit-java/pom.xml b/flytekit-java/pom.xml index 2516b3c9..96c49904 100644 --- a/flytekit-java/pom.xml +++ b/flytekit-java/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 flytekit-java diff --git a/flytekit-local-engine/pom.xml b/flytekit-local-engine/pom.xml index ba915fc7..d9a237fe 100644 --- a/flytekit-local-engine/pom.xml +++ b/flytekit-local-engine/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 flytekit-local-engine diff --git a/flytekit-scala-tests/pom.xml b/flytekit-scala-tests/pom.xml index f23e8514..9c6a4d21 100644 --- a/flytekit-scala-tests/pom.xml +++ b/flytekit-scala-tests/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 diff --git a/flytekit-scala_2.12/pom.xml b/flytekit-scala_2.12/pom.xml index 02204616..ef804ba8 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.41-SNAPSHOT + 0.4.41 diff --git a/flytekit-scala_2.13/pom.xml b/flytekit-scala_2.13/pom.xml index 1b6c5f1e..16518cf4 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.41-SNAPSHOT + 0.4.41 diff --git a/flytekit-testing/pom.xml b/flytekit-testing/pom.xml index 50d49d75..3d3d42a7 100644 --- a/flytekit-testing/pom.xml +++ b/flytekit-testing/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 flytekit-testing diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 3fad4ff7..1b4d946b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 integration-tests diff --git a/jflyte-api/pom.xml b/jflyte-api/pom.xml index c0347df3..fc045653 100644 --- a/jflyte-api/pom.xml +++ b/jflyte-api/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 jflyte-api diff --git a/jflyte-aws/pom.xml b/jflyte-aws/pom.xml index baeff46c..1d0c6649 100644 --- a/jflyte-aws/pom.xml +++ b/jflyte-aws/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 jflyte-aws diff --git a/jflyte-google-cloud/pom.xml b/jflyte-google-cloud/pom.xml index e9d476ef..38488d1d 100644 --- a/jflyte-google-cloud/pom.xml +++ b/jflyte-google-cloud/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 jflyte-google-cloud diff --git a/jflyte-utils/pom.xml b/jflyte-utils/pom.xml index d7905b34..dd83fc51 100644 --- a/jflyte-utils/pom.xml +++ b/jflyte-utils/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 jflyte-utils diff --git a/jflyte/pom.xml b/jflyte/pom.xml index 78c1c211..44f70efe 100644 --- a/jflyte/pom.xml +++ b/jflyte/pom.xml @@ -21,7 +21,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 jflyte diff --git a/pom.xml b/pom.xml index 25019fce..32f4210d 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.flyte flytekit-parent - 0.4.41-SNAPSHOT + 0.4.41 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.41 https://github.com/flyteorg/flytekit-java