Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Sep 29, 2023
1 parent c925d99 commit 41dab98
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</version>
</parent>

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

<groupId>org.flyte</groupId>
<artifactId>flytekit-bom</artifactId>
<version>0.4.25-SNAPSHOT</version>
<version>0.4.25</version>

<packaging>pom</packaging>

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

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.25-SNAPSHOT</version>
<version>0.4.25</version>
</parent>

<artifactId>flytekit-examples-scala_2.13</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</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.25-SNAPSHOT</version>
<version>0.4.25</version>

<packaging>pom</packaging>

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

Expand Down

0 comments on commit 41dab98

Please sign in to comment.