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.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
klaraward committed Aug 27, 2021
1 parent fd022d3 commit 774bf01
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</version>
</parent>

<name>Spotify Apollo API Implementations</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</version>
</parent>

<name>Spotify Apollo API Interfaces</name>
Expand Down
6 changes: 5 additions & 1 deletion apollo-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.20.4-SNAPSHOT</version>
<version>1.20.4</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -106,4 +106,8 @@
<url>${distributionManagement.repository.url}</url>
</repository>
</distributionManagement>

<scm>
<tag>v1.20.4</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</version>
</parent>

<name>Spotify Apollo Service Core (aka Leto)</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</version>
</parent>

<name>Spotify Apollo Extra</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</version>
</parent>

<name>Spotify Apollo Route</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</version>
</parent>

<name>Spotify Apollo Testing Helpers</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.20.4-SNAPSHOT</version>
<version>1.20.4</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 @@ -12,7 +12,7 @@
</parent>

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

<description>Java libraries for writing composable microservices</description>
Expand All @@ -37,7 +37,7 @@
<url>https://github.com/spotify/apollo</url>
<connection>scm:git:[email protected]:spotify/apollo.git</connection>
<developerConnection>scm:git:[email protected]:spotify/apollo.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.20.4</tag>
</scm>

<properties>
Expand Down

0 comments on commit 774bf01

Please sign in to comment.