Skip to content

Commit 4a8fd99

Browse files
[maven-release-plugin] prepare release 4.24.1-RC1
1 parent 339ad74 commit 4a8fd99

File tree

31 files changed

+49
-73
lines changed

31 files changed

+49
-73
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.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>4.24.1-SNAPSHOT</version>
8+
<version>4.24.1-RC1</version>
99
</parent>
1010

1111
<artifactId>smallrye-reactive-messaging-api</artifactId>

documentation/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.smallrye.reactive</groupId>
97
<artifactId>smallrye-reactive-messaging</artifactId>
10-
<version>4.24.1-SNAPSHOT</version>
8+
<version>4.24.1-RC1</version>
119
</parent>
1210

1311
<artifactId>documentation</artifactId>

examples/amqp-quickstart/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.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>4.24.1-SNAPSHOT</version>
8+
<version>4.24.1-RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/kafka-quickstart-kotlin/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.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>4.24.1-SNAPSHOT</version>
8+
<version>4.24.1-RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/kafka-quickstart/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.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>4.24.1-SNAPSHOT</version>
8+
<version>4.24.1-RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/mqtt-quickstart/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.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>4.24.1-SNAPSHOT</version>
8+
<version>4.24.1-RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/quickstart/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.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>4.24.1-SNAPSHOT</version>
8+
<version>4.24.1-RC1</version>
99
<relativePath>../../pom.xml</relativePath> </parent>
1010

1111
<artifactId>reactive-messaging-quickstart</artifactId>

examples/rabbitmq-quickstart/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.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>4.24.1-SNAPSHOT</version>
8+
<version>4.24.1-RC1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -11,7 +10,7 @@
1110

1211
<groupId>io.smallrye.reactive</groupId>
1312
<artifactId>smallrye-reactive-messaging</artifactId>
14-
<version>4.24.1-SNAPSHOT</version>
13+
<version>4.24.1-RC1</version>
1514
<packaging>pom</packaging>
1615

1716
<name>SmallRye Reactive Messaging</name>
@@ -52,7 +51,7 @@
5251
<connection>scm:git:[email protected]:smallrye/smallrye-reactive-messaging.git</connection>
5352
<developerConnection>scm:git:[email protected]:smallrye/smallrye-reactive-messaging.git</developerConnection>
5453
<url>https://github.com/smallrye/smallrye-reactive-messaging</url>
55-
<tag>HEAD</tag>
54+
<tag>4.24.1-RC1</tag>
5655
</scm>
5756

5857

release/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.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>4.24.1-SNAPSHOT</version>
8+
<version>4.24.1-RC1</version>
99
</parent>
1010

1111
<artifactId>smallrye-reactive-messaging-release</artifactId>

0 commit comments

Comments
 (0)