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

Commit 91e37ba

Browse files
author
Daniel Norberg
committed
[maven-release-plugin] prepare release 0.0.30
1 parent f87f0d7 commit 91e37ba

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.0.30-SNAPSHOT</version>
6+
<version>0.0.30</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.0.30-SNAPSHOT</version>
6+
<version>0.0.30</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.0.30-SNAPSHOT</version>
6+
<version>0.0.30</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.0.30-SNAPSHOT</version>
7+
<version>0.0.30</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.0.30-SNAPSHOT</version>
7+
<version>0.0.30</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.0.30-SNAPSHOT</version>
6+
<version>0.0.30</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.0.30-SNAPSHOT</version>
6+
<version>0.0.30</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.0.30-SNAPSHOT</version>
7+
<version>0.0.30</version>
88
</parent>
99

1010
<name>Helios Tools</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Helios Parent</name>
66
<groupId>com.spotify</groupId>
77
<artifactId>helios-parent</artifactId>
8-
<version>0.0.30-SNAPSHOT</version>
8+
<version>0.0.30</version>
99
<packaging>pom</packaging>
1010

1111
<licenses>
@@ -18,7 +18,7 @@
1818

1919
<scm>
2020
<developerConnection>scm:git:[email protected]:spotify/helios.git</developerConnection>
21-
<tag>HEAD</tag>
21+
<tag>0.0.30</tag>
2222
</scm>
2323

2424
<repositories>

0 commit comments

Comments
 (0)