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

Commit

Permalink
[maven-release-plugin] prepare release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuhlha committed Mar 6, 2019
1 parent cefa6ec commit b21f80e
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>ffwd-agent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>

<name>FastForward Agent</name>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>..</relativePath>
</parent>

<artifactId>ffwd-api</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward API</name>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>..</relativePath>
</parent>

<artifactId>ffwd-core</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>

<name>FastForward Core</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/carbon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-carbon</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward Carbon Module</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-http</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward HTTP Module</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-json</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward JSON Module</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-kafka</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward Kafka Module</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-protobuf</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward Protobuf Module</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-pubsub</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward Pubsub Module</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/riemann/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-riemann</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward Riemann Module</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/signalfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>ffwd-module-signalfx</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward SignalFx Module</name>

Expand Down
4 changes: 2 additions & 2 deletions modules/template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-template</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>
<name>FastForward MyPlugin Module</name>

Expand Down
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>pom</packaging>

<name>FastForward Parent</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:[email protected]:spotify/ffwd</connection>
<developerConnection>scm:git:[email protected]:spotify/ffwd</developerConnection>
<url>https://github.com/spotify/ffwd</url>
<tag>0.4.0</tag>
<tag>0.4.4</tag>
</scm>

<developers>
Expand Down Expand Up @@ -161,52 +161,52 @@
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-api</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-core</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-module-kafka</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-module-signalfx</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-module-http</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-module-pubsub</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-module-riemann</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-module-carbon</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-module-protobuf</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-module-json</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
Expand All @@ -216,12 +216,12 @@
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-protobuf250</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-module-template</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions protobuf250/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>ffwd-protobuf250</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<packaging>jar</packaging>

<name>FastForward Packaging of Protobuf 2.5</name>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.4.4</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit b21f80e

Please sign in to comment.