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.1.167
Browse files Browse the repository at this point in the history
  • Loading branch information
spotify-helios-ci-agent committed Apr 17, 2023
1 parent 932d238 commit 54d0188
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 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.1.167-SNAPSHOT</version>
<version>2.1.167</version>

<properties>
<!-- FIXME: temporarily hard code arch to work around compiling on Apple silicon -->
Expand Down Expand Up @@ -105,7 +105,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.1.167</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.1.167-SNAPSHOT</version>
<version>2.1.167</version>
</parent>

<name>Spotify Styx API Service</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-cli-unshaded/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.1.167-SNAPSHOT</version>
<version>2.1.167</version>
</parent>

<name>Spotify Styx CLI</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.1.167-SNAPSHOT</version>
<version>2.1.167</version>
</parent>

<name>Spotify Styx CLI (Shaded)</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.1.167-SNAPSHOT</version>
<version>2.1.167</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.1.167-SNAPSHOT</version>
<version>2.1.167</version>
</parent>

<name>Spotify Styx Common</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-e2e-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.1.167-SNAPSHOT</version>
<version>2.1.167</version>
</parent>

<name>Spotify End-to-End Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-flyte-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>styx</artifactId>
<version>2.1.167-SNAPSHOT</version>
<version>2.1.167</version>
</parent>


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.1.167-SNAPSHOT</version>
<version>2.1.167</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.1.167-SNAPSHOT</version>
<version>2.1.167</version>
</parent>

<name>Spotify Styx Scheduler Service</name>
Expand Down
2 changes: 1 addition & 1 deletion styx-service-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.1.167-SNAPSHOT</version>
<version>2.1.167</version>
</parent>

<name>Spotify Styx Service Common</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.1.167-SNAPSHOT</version>
<version>2.1.167</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.1.167-SNAPSHOT</version>
<version>2.1.167</version>
</parent>

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

0 comments on commit 54d0188

Please sign in to comment.