Skip to content

Commit 9c92a0c

Browse files
author
SmallRye CI
committed
[maven-release-plugin] prepare release 1.1.0
1 parent fe6c95c commit 9c92a0c

File tree

27 files changed

+50
-59
lines changed

27 files changed

+50
-59
lines changed

api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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>
76
<groupId>io.smallrye.reactive</groupId>
87
<artifactId>smallrye-reactive-messaging</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
109
</parent>
1110

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

examples/amqp-quickstart/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.smallrye.reactive</groupId>
66
<artifactId>amqp-quickstart</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88

99

1010
<properties>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.smallrye.reactive</groupId>
2323
<artifactId>smallrye-reactive-messaging-provider</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</dependency>
2626

2727
<dependency>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.smallrye.reactive</groupId>
4141
<artifactId>smallrye-reactive-messaging-amqp</artifactId>
42-
<version>1.1.0-SNAPSHOT</version>
42+
<version>1.1.0</version>
4343
<exclusions>
4444
<exclusion>
4545
<!-- this avoid having the logging working, to exclude it -->

examples/awssns-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>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

examples/cloud-events/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.smallrye.reactive</groupId>
66
<artifactId>cloud-events-demo</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88

99
<properties>
1010
<maven.compiler.source>1.8</maven.compiler.source>
@@ -19,13 +19,13 @@
1919
<dependency>
2020
<groupId>io.smallrye.reactive</groupId>
2121
<artifactId>smallrye-reactive-messaging-cloud-events</artifactId>
22-
<version>1.1.0-SNAPSHOT</version>
22+
<version>1.1.0</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>io.smallrye.reactive</groupId>
2727
<artifactId>smallrye-reactive-messaging-provider</artifactId>
28-
<version>1.1.0-SNAPSHOT</version>
28+
<version>1.1.0</version>
2929
</dependency>
3030

3131
<dependency>

examples/gcp-pubsub-quickstart/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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>
76
<groupId>io.smallrye.reactive</groupId>
87
<artifactId>smallrye-reactive-messaging</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
109
<relativePath>../..</relativePath>
1110
</parent>
1211

examples/kafka-quickstart-kotlin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.smallrye.reactive</groupId>
66
<artifactId>kafka-quickstart-kotlin</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88

99

1010
<properties>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.smallrye.reactive</groupId>
2424
<artifactId>smallrye-reactive-messaging-provider</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
</dependency>
2727

2828
<dependency>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.smallrye.reactive</groupId>
4242
<artifactId>smallrye-reactive-messaging-kafka</artifactId>
43-
<version>1.1.0-SNAPSHOT</version>
43+
<version>1.1.0</version>
4444
<exclusions>
4545
<exclusion>
4646
<!-- this avoid having the logging working, to exclude it -->

examples/kafka-quickstart/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.smallrye.reactive</groupId>
66
<artifactId>kafka-quickstart</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88

99

1010
<properties>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.smallrye.reactive</groupId>
2323
<artifactId>smallrye-reactive-messaging-provider</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</dependency>
2626

2727
<dependency>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.smallrye.reactive</groupId>
4141
<artifactId>smallrye-reactive-messaging-kafka</artifactId>
42-
<version>1.1.0-SNAPSHOT</version>
42+
<version>1.1.0</version>
4343
<exclusions>
4444
<exclusion>
4545
<!-- this avoid having the logging working, to exclude it -->

examples/mqtt-quickstart/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.smallrye.reactive</groupId>
66
<artifactId>mqtt-quickstart</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88

99

1010
<properties>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.smallrye.reactive</groupId>
2323
<artifactId>smallrye-reactive-messaging-provider</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</dependency>
2626

2727
<dependency>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.smallrye.reactive</groupId>
4141
<artifactId>smallrye-reactive-messaging-mqtt</artifactId>
42-
<version>1.1.0-SNAPSHOT</version>
42+
<version>1.1.0</version>
4343
<exclusions>
4444
<exclusion>
4545
<!-- this avoid having the logging working, to exclude it -->

examples/mqtt-server-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.smallrye.reactive</groupId>
66
<artifactId>mqtt-server-quickstart</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88

99
<name>SmallRye Reactive Messaging MQTT server quickstart</name>
1010

examples/quickstart/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>reactive-messaging-quickstart</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99

1010

1111
<properties>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.smallrye.reactive</groupId>
2323
<artifactId>smallrye-reactive-messaging-provider</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</dependency>
2626

2727
<dependency>

0 commit comments

Comments
 (0)