File tree Expand file tree Collapse file tree 27 files changed +50
-59
lines changed
smallrye-reactive-messaging-amqp
smallrye-reactive-messaging-aws-sns
smallrye-reactive-messaging-camel
smallrye-reactive-messaging-cloud-events
smallrye-reactive-messaging-gcp-pubsub
smallrye-reactive-messaging-http
smallrye-reactive-messaging-in-memory
smallrye-reactive-messaging-jms
smallrye-reactive-messaging-kafka
smallrye-reactive-messaging-mqtt-server
smallrye-reactive-messaging-mqtt
smallrye-reactive-messaging-provider
smallrye-reactive-messaging-vertx-eventbus Expand file tree Collapse file tree 27 files changed +50
-59
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 -->
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
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 -->
Original file line number Diff line number Diff line change 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 >
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 >
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 -->
Original file line number Diff line number Diff line change 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 >
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 >
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 -->
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments