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

Commit

Permalink
[maven-release-plugin] prepare release v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
spotify-helios-ci-agent committed Jan 17, 2019
1 parent a382e64 commit bfae6bd
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion contrib/flo-bigquery/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>flo</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions contrib/flo-scio_2.11/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>flo</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>flo-scala_2.11</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
Expand Down
4 changes: 2 additions & 2 deletions contrib/flo-scio_2.12/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>flo</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>flo-scala_${scala.baseVersion}</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
Expand Down
2 changes: 1 addition & 1 deletion contrib/flo-styx/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>flo</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flo-api-generator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>flo</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
</parent>

<name>Flo API Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion flo-freezer/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>flo</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
</parent>

<name>Flo Freezer</name>
Expand Down
2 changes: 1 addition & 1 deletion flo-runner/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flo</artifactId>
<groupId>com.spotify</groupId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
</parent>

<name>Flo Runner</name>
Expand Down
2 changes: 1 addition & 1 deletion flo-scala_2.11/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>flo</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
</parent>

<name>Flo Scala 2.11 API</name>
Expand Down
2 changes: 1 addition & 1 deletion flo-scala_2.12/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>flo</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
</parent>

<name>Flo Scala 2.12 API</name>
Expand Down
2 changes: 1 addition & 1 deletion flo-workflow/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>flo</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
</parent>

<name>Flo Workflow Definition</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -12,7 +12,7 @@
<url>https://github.com/spotify/flo</url>

<artifactId>flo</artifactId>
<version>0.5.8-SNAPSHOT</version>
<version>0.5.8</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -27,7 +27,7 @@
<url>https://github.com/spotify/flo</url>
<connection>scm:git:git@github.com:spotify/flo.git</connection>
<developerConnection>scm:git:git@github.com:spotify/flo.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.5.8</tag>
</scm>

<developers>
Expand Down

0 comments on commit bfae6bd

Please sign in to comment.