Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
spotify-helios-ci-agent committed Jun 19, 2018
1 parent 2772148 commit 03cc2a8
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>styx</artifactId>
<packaging>pom</packaging>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>

<properties>
<apollo.version>1.3.2</apollo.version>
Expand Down Expand Up @@ -89,7 +89,7 @@
<url>https://github.com/spotify/styx</url>
<connection>scm:git:git@github.com:spotify/styx.git</connection>
<developerConnection>scm:git:git@github.com:spotify/styx.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.20</tag>
</scm>

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

<name>Spotify Styx API Service</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
</parent>

<name>Spotify Styx CLI</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>styx</artifactId>
<groupId>com.spotify</groupId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
</parent>

<name>Spotify Styx API Client</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
</parent>

<name>Spotify Styx Common</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>styx</artifactId>
<groupId>com.spotify</groupId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion styx-scheduler-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
</parent>

<name>Spotify Styx Scheduler Service</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-standalone-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>styx</artifactId>
<groupId>com.spotify</groupId>
<version>2.0.20-SNAPSHOT</version>
<version>2.0.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<name>Spotify Styx Testing Utilities</name>
Expand Down

0 comments on commit 03cc2a8

Please sign in to comment.