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

Commit 6fcb758

Browse files
[maven-release-plugin] prepare release v0.5.11
1 parent 98d3be4 commit 6fcb758

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

contrib/flo-bigquery/pom.xml

+1-1
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.11-SNAPSHOT</version>
7+
<version>0.5.11</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

contrib/flo-scio_2.11/pom.xml

+2-2
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.11-SNAPSHOT</version>
7+
<version>0.5.11</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.spotify</groupId>
2626
<artifactId>flo-scala_2.11</artifactId>
27-
<version>0.5.11-SNAPSHOT</version>
27+
<version>0.5.11</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.spotify</groupId>

contrib/flo-scio_2.12/pom.xml

+2-2
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.11-SNAPSHOT</version>
7+
<version>0.5.11</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.spotify</groupId>
2626
<artifactId>flo-scala_${scala.baseVersion}</artifactId>
27-
<version>0.5.11-SNAPSHOT</version>
27+
<version>0.5.11</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.spotify</groupId>

contrib/flo-styx/pom.xml

+1-1
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.11-SNAPSHOT</version>
7+
<version>0.5.11</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010

flo-api-generator/pom.xml

+1-1
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.11-SNAPSHOT</version>
7+
<version>0.5.11</version>
88
</parent>
99

1010
<name>Flo API Generator</name>

flo-freezer/pom.xml

+1-1
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.11-SNAPSHOT</version>
7+
<version>0.5.11</version>
88
</parent>
99

1010
<name>Flo Freezer</name>

flo-runner/pom.xml

+1-1
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.11-SNAPSHOT</version>
8+
<version>0.5.11</version>
99
</parent>
1010

1111
<name>Flo Runner</name>

flo-scala_2.11/pom.xml

+1-1
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.11-SNAPSHOT</version>
7+
<version>0.5.11</version>
88
</parent>
99

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

flo-scala_2.12/pom.xml

+1-1
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.11-SNAPSHOT</version>
7+
<version>0.5.11</version>
88
</parent>
99

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

flo-workflow/pom.xml

+1-1
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.11-SNAPSHOT</version>
7+
<version>0.5.11</version>
88
</parent>
99

1010
<name>Flo Workflow Definition</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<url>https://github.com/spotify/flo</url>
1313

1414
<artifactId>flo</artifactId>
15-
<version>0.5.11-SNAPSHOT</version>
15+
<version>0.5.11</version>
1616
<packaging>pom</packaging>
1717

1818
<licenses>
@@ -27,7 +27,7 @@
2727
<url>https://github.com/spotify/flo</url>
2828
<connection>scm:git:[email protected]:spotify/flo.git</connection>
2929
<developerConnection>scm:git:[email protected]:spotify/flo.git</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>v0.5.11</tag>
3131
</scm>
3232

3333
<developers>

0 commit comments

Comments
 (0)