Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Commit 5d0c590

Browse files
committed
[maven-release-plugin] prepare release 0.8.10
1 parent 0a84d10 commit 5d0c590

File tree

16 files changed

+32
-32
lines changed

16 files changed

+32
-32
lines changed

agent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<modelVersion>4.0.0</modelVersion>
33

44
<artifactId>ffwd-agent</artifactId>
5-
<version>0.8.10-SNAPSHOT</version>
5+
<version>0.8.10</version>
66
<packaging>jar</packaging>
77

88
<name>FastForward Agent</name>
99

1010
<parent>
1111
<groupId>com.spotify.ffwd</groupId>
1212
<artifactId>ffwd-parent</artifactId>
13-
<version>0.8.10-SNAPSHOT</version>
13+
<version>0.8.10</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

api/pom.xml

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

1111
<artifactId>ffwd-api</artifactId>
12-
<version>0.8.10-SNAPSHOT</version>
12+
<version>0.8.10</version>
1313
<packaging>jar</packaging>
1414
<name>FastForward API</name>
1515

core/pom.xml

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

1111
<artifactId>ffwd-core</artifactId>
12-
<version>0.8.10-SNAPSHOT</version>
12+
<version>0.8.10</version>
1313
<packaging>jar</packaging>
1414

1515
<name>FastForward Core</name>

modules/carbon/pom.xml

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

1111
<artifactId>ffwd-module-carbon</artifactId>
12-
<version>0.8.10-SNAPSHOT</version>
12+
<version>0.8.10</version>
1313
<packaging>jar</packaging>
1414
<name>FastForward Carbon Module</name>
1515

modules/http/pom.xml

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

1111
<artifactId>ffwd-module-http</artifactId>
12-
<version>0.8.10-SNAPSHOT</version>
12+
<version>0.8.10</version>
1313
<packaging>jar</packaging>
1414
<name>FastForward HTTP Module</name>
1515

modules/json/pom.xml

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

1111
<artifactId>ffwd-module-json</artifactId>
12-
<version>0.8.10-SNAPSHOT</version>
12+
<version>0.8.10</version>
1313
<packaging>jar</packaging>
1414
<name>FastForward JSON Module</name>
1515

modules/kafka/pom.xml

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

1111
<artifactId>ffwd-module-kafka</artifactId>
12-
<version>0.8.10-SNAPSHOT</version>
12+
<version>0.8.10</version>
1313
<packaging>jar</packaging>
1414
<name>FastForward Kafka Module</name>
1515

modules/opencensus/pom.xml

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

1111
<artifactId>ffwd-module-opencensus</artifactId>
12-
<version>0.8.10-SNAPSHOT</version>
12+
<version>0.8.10</version>
1313
<packaging>jar</packaging>
1414
<name>FastForward OpenCensus Module</name>
1515

modules/opentelemetry/pom.xml

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

1111
<artifactId>ffwd-module-opentelemetry</artifactId>
12-
<version>0.8.10-SNAPSHOT</version>
12+
<version>0.8.10</version>
1313
<packaging>jar</packaging>
1414
<name>FastForward OpenTelemetry Module</name>
1515

modules/protobuf/pom.xml

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

1111
<artifactId>ffwd-module-protobuf</artifactId>
12-
<version>0.8.10-SNAPSHOT</version>
12+
<version>0.8.10</version>
1313
<packaging>jar</packaging>
1414
<name>FastForward Protobuf Module</name>
1515

0 commit comments

Comments
 (0)