Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Sep 26, 2023
1 parent 60ba906 commit ddeaf36
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion flyteidl-protos/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>flyteidl-protos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flytekit-api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>flytekit-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flytekit-examples-scala/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>flytekit-examples-scala</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flytekit-examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>flytekit-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flytekit-jackson/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>flytekit-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flytekit-java/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>flytekit-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flytekit-local-engine/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>flytekit-local-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flytekit-scala-tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<!-- can't use properties, artifact name should be constant -->
Expand Down
2 changes: 1 addition & 1 deletion flytekit-scala_2.12/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<!-- can't use properties, artifact name should be constant -->
Expand Down
2 changes: 1 addition & 1 deletion flytekit-scala_2.13/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<!-- can't use properties, artifact name should be constant -->
Expand Down
2 changes: 1 addition & 1 deletion flytekit-testing/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>flytekit-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jflyte-api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>jflyte-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jflyte-aws/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>jflyte-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jflyte-google-cloud/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>jflyte-google-cloud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jflyte-utils/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>jflyte-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jflyte/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>
</parent>

<artifactId>jflyte</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -20,7 +20,7 @@

<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.23-SNAPSHOT</version>
<version>0.4.23</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -68,7 +68,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>HEAD</tag>
<tag>0.4.23</tag>
<url>https://github.com/flyteorg/flytekit-java</url>
</scm>

Expand Down

0 comments on commit ddeaf36

Please sign in to comment.