File tree Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.quarkiverse.reactivemessaging.http</groupId >
7
7
<artifactId >quarkus-reactive-messaging-http-parent</artifactId >
8
- <version >999-SNAPSHOT </version >
8
+ <version >2.5.0-lts </version >
9
9
</parent >
10
10
11
11
<artifactId >quarkus-reactive-messaging-http-deployment</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.quarkiverse.reactivemessaging.http</groupId >
6
6
<artifactId >quarkus-reactive-messaging-http-parent</artifactId >
7
- <version >999-SNAPSHOT </version >
7
+ <version >2.5.0-lts </version >
8
8
</parent >
9
9
10
10
<artifactId >quarkus-reactive-messaging-http-docs</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.quarkiverse.reactivemessaging.http</groupId >
6
6
<artifactId >quarkus-reactive-messaging-http-parent</artifactId >
7
- <version >999-SNAPSHOT </version >
7
+ <version >2.5.0-lts </version >
8
8
</parent >
9
9
<groupId >org.acme</groupId >
10
10
<artifactId >reactive-messaging-http-quickstart</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.quarkiverse.reactivemessaging.http</groupId >
6
6
<artifactId >quarkus-reactive-messaging-http-parent</artifactId >
7
- <version >999-SNAPSHOT </version >
7
+ <version >2.5.0-lts </version >
8
8
</parent >
9
9
<artifactId >quarkus-reactive-messaging-http-integration-tests</artifactId >
10
10
<name >Quarkus - SmallRye Reactive Messaging - HTTP and WebSockets - Integration Tests</name >
45
45
<dependency >
46
46
<groupId >io.quarkiverse.reactivemessaging.http</groupId >
47
47
<artifactId >quarkus-reactive-messaging-http-deployment</artifactId >
48
- <version >999-SNAPSHOT </version >
48
+ <version >2.5.0-lts </version >
49
49
<type >pom</type >
50
50
<scope >test</scope >
51
51
<exclusions >
Original file line number Diff line number Diff line change 8
8
</parent >
9
9
<groupId >io.quarkiverse.reactivemessaging.http</groupId >
10
10
<artifactId >quarkus-reactive-messaging-http-parent</artifactId >
11
- <version >999-SNAPSHOT </version >
11
+ <version >2.5.0-lts </version >
12
12
<packaging >pom</packaging >
13
13
<name >Quarkus - SmallRye Reactive Messaging - HTTP and WebSockets - Parent</name >
14
14
<modules >
19
19
<
connection >scm:git:
[email protected] :quarkiverse/quarkus-reactive-messaging-http.git</
connection >
20
20
<
developerConnection >scm:git:
[email protected] :quarkiverse/quarkus-reactive-messaging-http.git</
developerConnection >
21
21
<url >https://github.com/quarkiverse/quarkus-reactive-messaging-http</url >
22
- <tag >HEAD </tag >
22
+ <tag >2.5.0-lts </tag >
23
23
</scm >
24
24
<properties >
25
25
<compiler-plugin .version>3.11.0</compiler-plugin .version>
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >io.quarkiverse.reactivemessaging.http</groupId >
8
7
<artifactId >quarkus-reactive-messaging-http-parent</artifactId >
9
- <version >999-SNAPSHOT </version >
8
+ <version >2.5.0-lts </version >
10
9
</parent >
11
10
12
11
<artifactId >quarkus-reactive-messaging-http</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.quarkiverse.reactivemessaging.http</groupId >
6
6
<artifactId >quarkus-reactive-messaging-http-parent</artifactId >
7
- <version >999-SNAPSHOT </version >
7
+ <version >2.5.0-lts </version >
8
8
</parent >
9
9
<groupId >org.acme</groupId >
10
10
<artifactId >reactive-messaging-websockets-quickstart</artifactId >
You can’t perform that action at this time.
0 commit comments