Skip to content

Commit 9e195b2

Browse files
committed
[maven-release-plugin] prepare release 2.0.1
1 parent e42e8bb commit 9e195b2

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
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>2.1.0-SNAPSHOT</version>
8+
<version>2.0.1</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>2.1.0-SNAPSHOT</version>
7+
<version>2.0.1</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>2.1.0-SNAPSHOT</version>
7+
<version>2.0.1</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>2.1.0-SNAPSHOT</version>
48+
<version>2.0.1</version>
4949
<type>pom</type>
5050
<scope>test</scope>
5151
<exclusions>

pom.xml

Lines changed: 5 additions & 1 deletion
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>2.1.0-SNAPSHOT</version>
11+
<version>2.0.1</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus - SmallRye Reactive Messaging - HTTP and WebSockets - Parent</name>
1414
<modules>
@@ -92,4 +92,8 @@
9292
</modules>
9393
</profile>
9494
</profiles>
95+
96+
<scm>
97+
<tag>2.0.1</tag>
98+
</scm>
9599
</project>

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>2.1.0-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)