Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit 3407828

Browse files
[maven-release-plugin] prepare release v0.5.6
1 parent d864ecc commit 3407828

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

contrib/flo-bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>flo</artifactId>
7-
<version>0.5.6-SNAPSHOT</version>
7+
<version>0.5.6</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

contrib/flo-scio_2.11/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>flo</artifactId>
7-
<version>0.5.6-SNAPSHOT</version>
7+
<version>0.5.6</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.spotify</groupId>
2525
<artifactId>flo-scala_2.11</artifactId>
26-
<version>0.5.6-SNAPSHOT</version>
26+
<version>0.5.6</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.spotify</groupId>

contrib/flo-scio_2.12/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>flo</artifactId>
7-
<version>0.5.6-SNAPSHOT</version>
7+
<version>0.5.6</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.spotify</groupId>
2525
<artifactId>flo-scala_${scala.baseVersion}</artifactId>
26-
<version>0.5.6-SNAPSHOT</version>
26+
<version>0.5.6</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.spotify</groupId>

contrib/flo-styx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>flo</artifactId>
7-
<version>0.5.6-SNAPSHOT</version>
7+
<version>0.5.6</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

flo-api-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>flo</artifactId>
7-
<version>0.5.6-SNAPSHOT</version>
7+
<version>0.5.6</version>
88
</parent>
99

1010
<name>Flo API Generator</name>

flo-freezer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>flo</artifactId>
66
<groupId>com.spotify</groupId>
7-
<version>0.5.6-SNAPSHOT</version>
7+
<version>0.5.6</version>
88
</parent>
99

1010
<name>Flo Freezer</name>

flo-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>flo</artifactId>
77
<groupId>com.spotify</groupId>
8-
<version>0.5.6-SNAPSHOT</version>
8+
<version>0.5.6</version>
99
</parent>
1010

1111
<name>Flo Runner</name>

flo-scala_2.11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>flo</artifactId>
7-
<version>0.5.6-SNAPSHOT</version>
7+
<version>0.5.6</version>
88
</parent>
99

1010
<name>Flo Scala 2.11 API</name>

flo-scala_2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>flo</artifactId>
7-
<version>0.5.6-SNAPSHOT</version>
7+
<version>0.5.6</version>
88
</parent>
99

1010
<name>Flo Scala 2.12 API</name>

flo-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>flo</artifactId>
7-
<version>0.5.6-SNAPSHOT</version>
7+
<version>0.5.6</version>
88
</parent>
99

1010
<name>Flo Workflow Definition</name>

0 commit comments

Comments
 (0)