Skip to content

Commit 3b6fcd1

Browse files
author
SmallRye CI
committed
[maven-release-plugin] prepare release 2.4.0
1 parent 00029bd commit 3b6fcd1

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

api/pom.xml

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

1111
<artifactId>stork-api</artifactId>

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</parent>
2626
<groupId>io.smallrye.stork</groupId>
2727
<artifactId>stork-bom</artifactId>
28-
<version>2.4.0-SNAPSHOT</version>
28+
<version>2.4.0</version>
2929

3030
<packaging>pom</packaging>
3131
<name>SmallRye Stork : BOM</name>
@@ -51,7 +51,7 @@
5151
<connection>scm:git:git@github.com:smallrye/smallrye-load-balancer.git</connection>
5252
<developerConnection>scm:git:git@github.com:smallrye/smallrye-load-balancer.git</developerConnection>
5353
<url>https://github.com/smallrye/smallrye-load-balancer/</url>
54-
<tag>HEAD</tag>
54+
<tag>2.4.0</tag>
5555
</scm>
5656

5757
<dependencyManagement>

config-generator/pom.xml

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

1111
<artifactId>stork-configuration-generator</artifactId>

core/pom.xml

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

1111
<artifactId>stork-core</artifactId>

coverage/pom.xml

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

1111
<artifactId>stork-coverage</artifactId>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.stork</groupId>
77
<artifactId>stork-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<artifactId>stork-doc</artifactId>
1111

load-balancer/least-requests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.stork</groupId>
77
<artifactId>stork-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

load-balancer/least-response-time/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.stork</groupId>
77
<artifactId>stork-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>stork-load-balancer-least-response-time</artifactId>

load-balancer/power-of-two-choices/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.stork</groupId>
77
<artifactId>stork-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>stork-load-balancer-power-of-two-choices</artifactId>

load-balancer/random/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.stork</groupId>
77
<artifactId>stork-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

load-balancer/sticky/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.stork</groupId>
77
<artifactId>stork-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

microprofile/pom.xml

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

1111
<artifactId>stork-microprofile-config</artifactId>

pom.xml

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

2626
<groupId>io.smallrye.stork</groupId>
2727
<artifactId>stork-parent</artifactId>
28-
<version>2.4.0-SNAPSHOT</version>
28+
<version>2.4.0</version>
2929

3030
<packaging>pom</packaging>
3131
<name>SmallRye Service Discovery : Parent</name>
@@ -86,7 +86,7 @@
8686
<connection>scm:git:git@github.com:smallrye/smallrye-stork.git</connection>
8787
<developerConnection>scm:git:git@github.com:smallrye/smallrye-stork.git</developerConnection>
8888
<url>https://github.com/smallrye/smallrye-stork/</url>
89-
<tag>HEAD</tag>
89+
<tag>2.4.0</tag>
9090
</scm>
9191

9292
<dependencyManagement>

service-discovery/composite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.smallrye.stork</groupId>
2222
<artifactId>stork-parent</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

service-discovery/consul/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.smallrye.stork</groupId>
2222
<artifactId>stork-parent</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

service-discovery/dns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.smallrye.stork</groupId>
2222
<artifactId>stork-parent</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

service-discovery/eureka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.smallrye.stork</groupId>
2222
<artifactId>stork-parent</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

service-discovery/knative/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.smallrye.stork</groupId>
2222
<artifactId>stork-parent</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

service-discovery/kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.smallrye.stork</groupId>
2222
<artifactId>stork-parent</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

service-discovery/static-list/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.smallrye.stork</groupId>
2222
<artifactId>stork-parent</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

test-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.stork</groupId>
77
<artifactId>stork-parent</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)