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

Commit fd87592

Browse files
[maven-release-plugin] prepare release 0.8.7
1 parent 821075e commit fd87592

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

helios-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.spotify</groupId>
55
<artifactId>helios-parent</artifactId>
6-
<version>0.8.7-SNAPSHOT</version>
6+
<version>0.8.7</version>
77
</parent>
88

99
<name>Helios Client</name>

helios-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.spotify</groupId>
55
<artifactId>helios-parent</artifactId>
6-
<version>0.8.7-SNAPSHOT</version>
6+
<version>0.8.7</version>
77
</parent>
88

99
<name>Helios Integration Tests</name>

helios-service-registration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.spotify</groupId>
55
<artifactId>helios-parent</artifactId>
6-
<version>0.8.7-SNAPSHOT</version>
6+
<version>0.8.7</version>
77
</parent>
88

99
<name>Helios Service Registration</name>

helios-services/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>helios-parent</artifactId>
7-
<version>0.8.7-SNAPSHOT</version>
7+
<version>0.8.7</version>
88
</parent>
99

1010
<name>Helios Services</name>

helios-system-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>helios-parent</artifactId>
7-
<version>0.8.7-SNAPSHOT</version>
7+
<version>0.8.7</version>
88
</parent>
99

1010
<name>Helios System Tests</name>

helios-testing-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.spotify</groupId>
55
<artifactId>helios-parent</artifactId>
6-
<version>0.8.7-SNAPSHOT</version>
6+
<version>0.8.7</version>
77
</parent>
88

99
<name>Helios Testing Common Library</name>

helios-testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.spotify</groupId>
55
<artifactId>helios-parent</artifactId>
6-
<version>0.8.7-SNAPSHOT</version>
6+
<version>0.8.7</version>
77
</parent>
88

99
<name>Helios Testing Library</name>

helios-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify</groupId>
66
<artifactId>helios-parent</artifactId>
7-
<version>0.8.7-SNAPSHOT</version>
7+
<version>0.8.7</version>
88
</parent>
99

1010
<name>Helios Tools</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<url>https://github.com/spotify/helios</url>
88
<groupId>com.spotify</groupId>
99
<artifactId>helios-parent</artifactId>
10-
<version>0.8.7-SNAPSHOT</version>
10+
<version>0.8.7</version>
1111
<packaging>pom</packaging>
1212

1313
<parent>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:https://github.com/spotify/helios.git</connection>
2929
<developerConnection>scm:git:[email protected]:spotify/helios.git</developerConnection>
3030
<url>https://github.com/spotify/helios</url>
31-
<tag>HEAD</tag>
31+
<tag>0.8.7</tag>
3232
</scm>
3333

3434
<developers>

0 commit comments

Comments
 (0)