Skip to content

Commit 505a27f

Browse files
committed
[maven-release-plugin] prepare release 0.4.35
1 parent eb38b07 commit 505a27f

File tree

19 files changed

+21
-21
lines changed

19 files changed

+21
-21
lines changed

flyteidl-protos/pom.xml

Lines changed: 1 addition & 1 deletion
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.35-SNAPSHOT</version>
24+
<version>0.4.35</version>
2525
</parent>
2626

2727
<artifactId>flyteidl-protos</artifactId>

flytekit-api/pom.xml

Lines changed: 1 addition & 1 deletion
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.35-SNAPSHOT</version>
24+
<version>0.4.35</version>
2525
</parent>
2626

2727
<artifactId>flytekit-api</artifactId>

flytekit-bom/pom.xml

Lines changed: 2 additions & 2 deletions
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.35-SNAPSHOT</version>
23+
<version>0.4.35</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>HEAD</tag>
51+
<tag>0.4.35</tag>
5252
<url>https://github.com/flyteorg/flytekit-java</url>
5353
</scm>
5454

flytekit-examples-scala/pom.xml

Lines changed: 1 addition & 1 deletion
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.35-SNAPSHOT</version>
24+
<version>0.4.35</version>
2525
</parent>
2626

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

flytekit-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.35-SNAPSHOT</version>
24+
<version>0.4.35</version>
2525
</parent>
2626

2727
<artifactId>flytekit-examples</artifactId>

flytekit-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
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.35-SNAPSHOT</version>
24+
<version>0.4.35</version>
2525
</parent>
2626

2727
<artifactId>flytekit-jackson</artifactId>

flytekit-java/pom.xml

Lines changed: 1 addition & 1 deletion
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.35-SNAPSHOT</version>
24+
<version>0.4.35</version>
2525
</parent>
2626

2727
<artifactId>flytekit-java</artifactId>

flytekit-local-engine/pom.xml

Lines changed: 1 addition & 1 deletion
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.35-SNAPSHOT</version>
24+
<version>0.4.35</version>
2525
</parent>
2626

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

flytekit-scala-tests/pom.xml

Lines changed: 1 addition & 1 deletion
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.35-SNAPSHOT</version>
24+
<version>0.4.35</version>
2525
</parent>
2626

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

flytekit-scala_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
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.35-SNAPSHOT</version>
24+
<version>0.4.35</version>
2525
</parent>
2626

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

0 commit comments

Comments
 (0)