Skip to content

Commit 4082a4a

Browse files
[skip ci] prepare release 2.4.0
1 parent 2aadef8 commit 4082a4a

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

deployment/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.quarkiverse.reactivemessaging.http</groupId>
77
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<artifactId>quarkus-reactive-messaging-http-deployment</artifactId>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
66
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<artifactId>quarkus-reactive-messaging-http-docs</artifactId>

http-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
66
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<groupId>org.acme</groupId>
1010
<artifactId>reactive-messaging-http-quickstart</artifactId>

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
66
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<artifactId>quarkus-reactive-messaging-http-integration-tests</artifactId>
1010
<name>Quarkus - SmallRye Reactive Messaging - HTTP and WebSockets - Integration Tests</name>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
4747
<artifactId>quarkus-reactive-messaging-http-deployment</artifactId>
48-
<version>999-SNAPSHOT</version>
48+
<version>2.4.0</version>
4949
<type>pom</type>
5050
<scope>test</scope>
5151
<exclusions>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
1010
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
11-
<version>999-SNAPSHOT</version>
11+
<version>2.4.0</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus - SmallRye Reactive Messaging - HTTP and WebSockets - Parent</name>
1414
<modules>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:[email protected]:quarkiverse/quarkus-reactive-messaging-http.git</connection>
2020
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-reactive-messaging-http.git</developerConnection>
2121
<url>https://github.com/quarkiverse/quarkus-reactive-messaging-http</url>
22-
<tag>HEAD</tag>
22+
<tag>2.4.0</tag>
2323
</scm>
2424
<properties>
2525
<compiler-plugin.version>3.11.0</compiler-plugin.version>

runtime/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.quarkiverse.reactivemessaging.http</groupId>
77
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<artifactId>quarkus-reactive-messaging-http</artifactId>

websockets-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
66
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<groupId>org.acme</groupId>
1010
<artifactId>reactive-messaging-websockets-quickstart</artifactId>

0 commit comments

Comments
 (0)