Skip to content

Commit 2c375ac

Browse files
[skip ci] prepare release 2.3.0
1 parent fc466f0 commit 2c375ac

File tree

7 files changed

+11
-15
lines changed

7 files changed

+11
-15
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.3.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.3.0</version>
88
</parent>
99

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

http-quickstart/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
86
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
7+
<version>2.3.0</version>
108
</parent>
119
<groupId>org.acme</groupId>
1210
<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.3.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.3.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.3.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.3.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.3.0</version>
99
</parent>
1010

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

websockets-quickstart/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
86
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
7+
<version>2.3.0</version>
108
</parent>
119
<groupId>org.acme</groupId>
1210
<artifactId>reactive-messaging-websockets-quickstart</artifactId>

0 commit comments

Comments
 (0)