Skip to content

Commit 354d5b7

Browse files
committed
[maven-release-plugin] prepare release 2.2.0
1 parent 84387a1 commit 354d5b7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.2.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.2.0</version>
88
</parent>
99

1010
<artifactId>quarkus-reactive-messaging-http-docs</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.2.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.2.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.2.0</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus - SmallRye Reactive Messaging - HTTP and WebSockets - Parent</name>
1414
<modules>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:[email protected]:quarkiverse/quarkus-reactive-messaging-http.git</connection>
2121
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-reactive-messaging-http.git</developerConnection>
2222
<url>https://github.com/quarkiverse/quarkus-reactive-messaging-http</url>
23-
<tag>HEAD</tag>
23+
<tag>2.2.0</tag>
2424
</scm>
2525
<properties>
2626
<compiler-plugin.version>3.8.1</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.2.0</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)