Skip to content

Commit 50d37e4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 26ca4ee commit 50d37e4

File tree

19 files changed

+21
-21
lines changed

19 files changed

+21
-21
lines changed

flyteidl-protos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>flyteidl-protos</artifactId>

flytekit-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>flytekit-api</artifactId>

flytekit-bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.flyte</groupId>
2222
<artifactId>flytekit-bom</artifactId>
23-
<version>0.4.55</version>
23+
<version>0.4.56-SNAPSHOT</version>
2424

2525
<packaging>pom</packaging>
2626

@@ -48,7 +48,7 @@
4848
<scm>
4949
<connection>scm:git:https://github.com/flyteorg/flytekit-java.git</connection>
5050
<developerConnection>scm:git:https://github.com/flyteorg/flytekit-java.git</developerConnection>
51-
<tag>0.4.55</tag>
51+
<tag>HEAD</tag>
5252
<url>https://github.com/flyteorg/flytekit-java</url>
5353
</scm>
5454

flytekit-examples-scala/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>flytekit-examples-scala_2.13</artifactId>

flytekit-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>flytekit-examples</artifactId>

flytekit-jackson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>flytekit-jackson</artifactId>

flytekit-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>flytekit-java</artifactId>

flytekit-local-engine/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>flytekit-local-engine</artifactId>

flytekit-scala-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<!-- can't use properties, artifact name should be constant -->

flytekit-scala_2.12/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<!-- can't use properties, artifact name should be constant -->

flytekit-scala_2.13/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<!-- can't use properties, artifact name should be constant -->

flytekit-testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>flytekit-testing</artifactId>

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>integration-tests</artifactId>

jflyte-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>jflyte-api</artifactId>

jflyte-aws/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>jflyte-aws</artifactId>

jflyte-google-cloud/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>jflyte-google-cloud</artifactId>

jflyte-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>jflyte-utils</artifactId>

jflyte/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.flyte</groupId>
2323
<artifactId>flytekit-parent</artifactId>
24-
<version>0.4.55</version>
24+
<version>0.4.56-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>jflyte</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.flyte</groupId>
2222
<artifactId>flytekit-parent</artifactId>
23-
<version>0.4.55</version>
23+
<version>0.4.56-SNAPSHOT</version>
2424

2525
<packaging>pom</packaging>
2626

@@ -69,7 +69,7 @@
6969
<scm>
7070
<connection>scm:git:https://github.com/flyteorg/flytekit-java.git</connection>
7171
<developerConnection>scm:git:https://github.com/flyteorg/flytekit-java.git</developerConnection>
72-
<tag>0.4.55</tag>
72+
<tag>HEAD</tag>
7373
<url>https://github.com/flyteorg/flytekit-java</url>
7474
</scm>
7575

0 commit comments

Comments
 (0)