diff --git a/flyteidl-protos/pom.xml b/flyteidl-protos/pom.xml index 893b7603..d4eeee2f 100644 --- a/flyteidl-protos/pom.xml +++ b/flyteidl-protos/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>flyteidl-protos</artifactId> diff --git a/flytekit-api/pom.xml b/flytekit-api/pom.xml index 4dfc65dd..e349e82e 100644 --- a/flytekit-api/pom.xml +++ b/flytekit-api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>flytekit-api</artifactId> diff --git a/flytekit-bom/pom.xml b/flytekit-bom/pom.xml index 0ada0d8b..6ec3d711 100644 --- a/flytekit-bom/pom.xml +++ b/flytekit-bom/pom.xml @@ -20,7 +20,7 @@ <groupId>org.flyte</groupId> <artifactId>flytekit-bom</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> <packaging>pom</packaging> @@ -48,7 +48,7 @@ <scm> <connection>scm:git:https://github.com/flyteorg/flytekit-java.git</connection> <developerConnection>scm:git:https://github.com/flyteorg/flytekit-java.git</developerConnection> - <tag>0.4.43</tag> + <tag>HEAD</tag> <url>https://github.com/flyteorg/flytekit-java</url> </scm> diff --git a/flytekit-examples-scala/pom.xml b/flytekit-examples-scala/pom.xml index 9682a88a..cd472b2d 100644 --- a/flytekit-examples-scala/pom.xml +++ b/flytekit-examples-scala/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>flytekit-examples-scala_2.13</artifactId> diff --git a/flytekit-examples/pom.xml b/flytekit-examples/pom.xml index ebc55164..6688f10d 100644 --- a/flytekit-examples/pom.xml +++ b/flytekit-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>flytekit-examples</artifactId> diff --git a/flytekit-jackson/pom.xml b/flytekit-jackson/pom.xml index 97a53eee..4c4de0d2 100644 --- a/flytekit-jackson/pom.xml +++ b/flytekit-jackson/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>flytekit-jackson</artifactId> diff --git a/flytekit-java/pom.xml b/flytekit-java/pom.xml index 3e68b5a0..c7f1e884 100644 --- a/flytekit-java/pom.xml +++ b/flytekit-java/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>flytekit-java</artifactId> diff --git a/flytekit-local-engine/pom.xml b/flytekit-local-engine/pom.xml index c2194ce6..ace64955 100644 --- a/flytekit-local-engine/pom.xml +++ b/flytekit-local-engine/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>flytekit-local-engine</artifactId> diff --git a/flytekit-scala-tests/pom.xml b/flytekit-scala-tests/pom.xml index 2d1d49da..dacfc844 100644 --- a/flytekit-scala-tests/pom.xml +++ b/flytekit-scala-tests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <!-- can't use properties, artifact name should be constant --> diff --git a/flytekit-scala_2.12/pom.xml b/flytekit-scala_2.12/pom.xml index dccb0adb..b15b9faa 100644 --- a/flytekit-scala_2.12/pom.xml +++ b/flytekit-scala_2.12/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <!-- can't use properties, artifact name should be constant --> diff --git a/flytekit-scala_2.13/pom.xml b/flytekit-scala_2.13/pom.xml index 97e0222e..bff8441d 100644 --- a/flytekit-scala_2.13/pom.xml +++ b/flytekit-scala_2.13/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <!-- can't use properties, artifact name should be constant --> diff --git a/flytekit-testing/pom.xml b/flytekit-testing/pom.xml index 1c93376f..a7428b68 100644 --- a/flytekit-testing/pom.xml +++ b/flytekit-testing/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>flytekit-testing</artifactId> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 86338276..0aa3b91c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>integration-tests</artifactId> diff --git a/jflyte-api/pom.xml b/jflyte-api/pom.xml index 64d0930a..8af909ec 100644 --- a/jflyte-api/pom.xml +++ b/jflyte-api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>jflyte-api</artifactId> diff --git a/jflyte-aws/pom.xml b/jflyte-aws/pom.xml index 04de973b..4d8c3871 100644 --- a/jflyte-aws/pom.xml +++ b/jflyte-aws/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>jflyte-aws</artifactId> diff --git a/jflyte-google-cloud/pom.xml b/jflyte-google-cloud/pom.xml index 9b22be73..55b32aa5 100644 --- a/jflyte-google-cloud/pom.xml +++ b/jflyte-google-cloud/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>jflyte-google-cloud</artifactId> diff --git a/jflyte-utils/pom.xml b/jflyte-utils/pom.xml index 8edbbd53..992039e4 100644 --- a/jflyte-utils/pom.xml +++ b/jflyte-utils/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>jflyte-utils</artifactId> diff --git a/jflyte/pom.xml b/jflyte/pom.xml index d2754d68..a4f5b082 100644 --- a/jflyte/pom.xml +++ b/jflyte/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> </parent> <artifactId>jflyte</artifactId> diff --git a/pom.xml b/pom.xml index 2f8dd16e..5a1deaa7 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <groupId>org.flyte</groupId> <artifactId>flytekit-parent</artifactId> - <version>0.4.43</version> + <version>0.4.44-SNAPSHOT</version> <packaging>pom</packaging> @@ -69,7 +69,7 @@ <scm> <connection>scm:git:https://github.com/flyteorg/flytekit-java.git</connection> <developerConnection>scm:git:https://github.com/flyteorg/flytekit-java.git</developerConnection> - <tag>0.4.43</tag> + <tag>HEAD</tag> <url>https://github.com/flyteorg/flytekit-java</url> </scm>