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

Commit a4ede8d

Browse files
[maven-release-plugin] prepare release v2.1.177
1 parent 8436604 commit a4ede8d

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<artifactId>styx</artifactId>
1313
<packaging>pom</packaging>
14-
<version>2.1.177-SNAPSHOT</version>
14+
<version>2.1.177</version>
1515

1616
<properties>
1717
<!-- FIXME: temporarily hard code arch to work around compiling on Apple silicon -->
@@ -105,7 +105,7 @@
105105
<url>https://github.com/spotify/styx</url>
106106
<connection>scm:git:[email protected]:spotify/styx.git</connection>
107107
<developerConnection>scm:git:[email protected]:spotify/styx.git</developerConnection>
108-
<tag>HEAD</tag>
108+
<tag>v2.1.177</tag>
109109
</scm>
110110

111111
<dependencyManagement>

styx-api-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>styx</artifactId>
7-
<version>2.1.177-SNAPSHOT</version>
7+
<version>2.1.177</version>
88
</parent>
99

1010
<name>Spotify Styx API Service</name>

styx-cli-unshaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>styx</artifactId>
7-
<version>2.1.177-SNAPSHOT</version>
7+
<version>2.1.177</version>
88
</parent>
99

1010
<name>Spotify Styx CLI</name>

styx-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>styx</artifactId>
7-
<version>2.1.177-SNAPSHOT</version>
7+
<version>2.1.177</version>
88
</parent>
99

1010
<name>Spotify Styx CLI (Shaded)</name>

styx-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>styx</artifactId>
66
<groupId>com.spotify</groupId>
7-
<version>2.1.177-SNAPSHOT</version>
7+
<version>2.1.177</version>
88
</parent>
99

1010
<name>Spotify Styx API Client</name>

styx-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>styx</artifactId>
7-
<version>2.1.177-SNAPSHOT</version>
7+
<version>2.1.177</version>
88
</parent>
99

1010
<name>Spotify Styx Common</name>

styx-e2e-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>styx</artifactId>
7-
<version>2.1.177-SNAPSHOT</version>
7+
<version>2.1.177</version>
88
</parent>
99

1010
<name>Spotify End-to-End Integration Tests</name>

styx-flyte-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify</groupId>
77
<artifactId>styx</artifactId>
8-
<version>2.1.177-SNAPSHOT</version>
8+
<version>2.1.177</version>
99
</parent>
1010

1111

styx-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>styx</artifactId>
55
<groupId>com.spotify</groupId>
6-
<version>2.1.177-SNAPSHOT</version>
6+
<version>2.1.177</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

styx-scheduler-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>styx</artifactId>
7-
<version>2.1.177-SNAPSHOT</version>
7+
<version>2.1.177</version>
88
</parent>
99

1010
<name>Spotify Styx Scheduler Service</name>

0 commit comments

Comments
 (0)