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 v1.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
spotify-helios-ci-agent committed Sep 13, 2017
1 parent cc5ad74 commit 9a1b9a7
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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>1.0.53-SNAPSHOT</version>
<version>1.0.53</version>

<properties>
<apollo.version>1.3.2</apollo.version>
Expand Down Expand Up @@ -78,7 +78,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>v1.0.53</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>1.0.53-SNAPSHOT</version>
<version>1.0.53</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>1.0.53-SNAPSHOT</version>
<version>1.0.53</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>1.0.53-SNAPSHOT</version>
<version>1.0.53</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>1.0.53-SNAPSHOT</version>
<version>1.0.53</version>
</parent>

<name>Spotify Styx Common</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-local-files-source/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>1.0.53-SNAPSHOT</version>
<version>1.0.53</version>
</parent>

<name>Spotify Styx Local Files Schedule Source</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>1.0.53-SNAPSHOT</version>
<version>1.0.53</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion styx-schedule-source/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>1.0.53-SNAPSHOT</version>
<version>1.0.53</version>
</parent>

<name>Spotify Styx Schedule Source API</name>
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>1.0.53-SNAPSHOT</version>
<version>1.0.53</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>1.0.53-SNAPSHOT</version>
<version>1.0.53</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>1.0.53-SNAPSHOT</version>
<version>1.0.53</version>
</parent>

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

0 comments on commit 9a1b9a7

Please sign in to comment.