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

Commit

Permalink
[maven-release-plugin] prepare release v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikd committed Mar 28, 2018
1 parent 2434de2 commit 7c33276
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions apollo-api-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</parent>

<name>Spotify Apollo API Implementations</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</parent>

<name>Spotify Apollo API Interfaces</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
28 changes: 14 additions & 14 deletions apollo-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</parent>

<name>Spotify Apollo Bill of Materials</name>
Expand All @@ -24,71 +24,71 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-core</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>

<!-- modules -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-okhttp-client</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-jetty-http-server</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-slack</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>

<!-- api & http service -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-api</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-api-impl</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-environment</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-route</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-extra</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-entity</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-metrics</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-http-service</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-test</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</parent>

<name>Spotify Apollo Service Core (aka Leto)</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-environment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</parent>

<name>Spotify Apollo Extra</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-http-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</parent>

<name>Spotify Apollo HTTP Service</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-route/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</parent>

<name>Spotify Apollo Route</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions apollo-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</parent>

<name>Spotify Apollo Testing Helpers</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/jetty-http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/okhttp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apollo-parent</artifactId>
<groupId>com.spotify</groupId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/slack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<relativePath>../../</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>apollo-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<packaging>pom</packaging>

<description>Java libraries for writing composable microservices</description>
Expand Down Expand Up @@ -40,7 +40,7 @@
<url>https://github.com/spotify/apollo</url>
<connection>scm:git:git@github.com:spotify/apollo.git</connection>
<developerConnection>scm:git:git@github.com:spotify/apollo.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.6.4</tag>
</scm>

<build>
Expand Down

0 comments on commit 7c33276

Please sign in to comment.