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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichel1 committed Aug 16, 2018
1 parent a0f8a4e commit 5d24eea
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/carbon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/riemann/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/signalfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 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.3.1-SNAPSHOT</version>
<version>0.4.0</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>HEAD</tag>
<tag>0.4.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion protobuf250/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 5d24eea

Please sign in to comment.