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

Commit c2960d0

Browse files
[maven-release-plugin] prepare release 0.8.16
1 parent c220e07 commit c2960d0

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

helios-api-documentation/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.16-SNAPSHOT</version>
7+
<version>0.8.16</version>
88
</parent>
99

1010
<name>Helios API Documentation</name>

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.16-SNAPSHOT</version>
6+
<version>0.8.16</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.16-SNAPSHOT</version>
6+
<version>0.8.16</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.16-SNAPSHOT</version>
6+
<version>0.8.16</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.16-SNAPSHOT</version>
7+
<version>0.8.16</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.16-SNAPSHOT</version>
7+
<version>0.8.16</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.16-SNAPSHOT</version>
6+
<version>0.8.16</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.16-SNAPSHOT</version>
6+
<version>0.8.16</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.16-SNAPSHOT</version>
7+
<version>0.8.16</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.16-SNAPSHOT</version>
10+
<version>0.8.16</version>
1111
<packaging>pom</packaging>
1212

1313
<licenses>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:https://github.com/spotify/helios.git</connection>
2323
<developerConnection>scm:git:[email protected]:spotify/helios.git</developerConnection>
2424
<url>https://github.com/spotify/helios</url>
25-
<tag>HEAD</tag>
25+
<tag>0.8.16</tag>
2626
</scm>
2727

2828
<distributionManagement>

0 commit comments

Comments
 (0)