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

Commit 87fef36

Browse files
committed
[maven-release-plugin] prepare release v0.2.0
1 parent 726220d commit 87fef36

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

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.1.12-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
</parent>
99

1010
<name>Flo API Generator</name>

flo-freezer/pom.xml

+2-2
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.1.12-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
</parent>
99

1010
<name>Flo Freezer</name>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.spotify</groupId>
1919
<artifactId>flo-workflow</artifactId>
20-
<version>0.1.12-SNAPSHOT</version>
20+
<version>0.2.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.esotericsoftware</groupId>

flo-runner/pom.xml

+3-3
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.1.12-SNAPSHOT</version>
8+
<version>0.2.0</version>
99
</parent>
1010

1111
<name>Flo Runner</name>
@@ -18,12 +18,12 @@
1818
<dependency>
1919
<groupId>com.spotify</groupId>
2020
<artifactId>flo-workflow</artifactId>
21-
<version>0.1.12-SNAPSHOT</version>
21+
<version>0.2.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.spotify</groupId>
2525
<artifactId>flo-freezer</artifactId>
26-
<version>0.1.12-SNAPSHOT</version>
26+
<version>0.2.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.typesafe</groupId>

flo-scala/pom.xml

+3-3
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.1.12-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
</parent>
99

1010
<name>Flo Scala API</name>
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>com.spotify</groupId>
2424
<artifactId>flo-workflow</artifactId>
25-
<version>0.1.12-SNAPSHOT</version>
25+
<version>0.2.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.spotify</groupId>
2929
<artifactId>flo-api-generator</artifactId>
30-
<version>0.1.12-SNAPSHOT</version>
30+
<version>0.2.0</version>
3131
<scope>provided</scope>
3232
</dependency>
3333

flo-workflow/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.1.12-SNAPSHOT</version>
7+
<version>0.2.0</version>
88
</parent>
99

1010
<name>Flo Workflow Definition</name>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.spotify</groupId>
1919
<artifactId>flo-api-generator</artifactId>
20-
<version>0.1.12-SNAPSHOT</version>
20+
<version>0.2.0</version>
2121
<scope>provided</scope>
2222
</dependency>
2323

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.1.12-SNAPSHOT</version>
15+
<version>0.2.0</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.2.0</tag>
3131
</scm>
3232

3333
<developers>

0 commit comments

Comments
 (0)