Skip to content

Commit 79ac329

Browse files
committedFeb 10, 2025·
Set version to 4.5.14-SNAPSHOT
1 parent 9554050 commit 79ac329

File tree

12 files changed

+38
-38
lines changed

12 files changed

+38
-38
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>vertx-rx</artifactId>
12-
<version>4.5.13</version>
12+
<version>4.5.14-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Vert.x Reactive Extensions</name>
@@ -26,7 +26,7 @@
2626
</modules>
2727

2828
<properties>
29-
<stack.version>4.5.13</stack.version>
29+
<stack.version>4.5.14-SNAPSHOT</stack.version>
3030
<micrometer.version>1.9.5</micrometer.version>
3131
</properties>
3232

‎rx-gen/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>vertx-rx</artifactId>
99
<groupId>io.vertx</groupId>
10-
<version>4.5.13</version>
10+
<version>4.5.14-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>vertx-rx-gen</artifactId>
14-
<version>4.5.13</version>
14+
<version>4.5.14-SNAPSHOT</version>
1515

1616
<name>Vert.x Rx Code Generator</name>
1717

‎rx-java-gen/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>vertx-rx</artifactId>
99
<groupId>io.vertx</groupId>
10-
<version>4.5.13</version>
10+
<version>4.5.14-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>vertx-rx-java-gen</artifactId>
14-
<version>4.5.13</version>
14+
<version>4.5.14-SNAPSHOT</version>
1515

1616
<name>Vert.x RxJava Code Generator</name>
1717

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>io.vertx</groupId>
3434
<artifactId>vertx-rx-gen</artifactId>
35-
<version>4.5.13</version>
35+
<version>4.5.14-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.vertx</groupId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.vertx</groupId>
4444
<artifactId>vertx-rx-gen</artifactId>
45-
<version>4.5.13</version>
45+
<version>4.5.14-SNAPSHOT</version>
4646
<type>test-jar</type>
4747
<scope>test</scope>
4848
</dependency>

‎rx-java/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>vertx-rx</artifactId>
99
<groupId>io.vertx</groupId>
10-
<version>4.5.13</version>
10+
<version>4.5.14-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>vertx-rx-java</artifactId>
15-
<version>4.5.13</version>
15+
<version>4.5.14-SNAPSHOT</version>
1616

1717
<name>Vert.x RxJava API</name>
1818

@@ -404,12 +404,12 @@
404404
<dependency>
405405
<groupId>io.vertx</groupId>
406406
<artifactId>vertx-rx-java-gen</artifactId>
407-
<version>4.5.13</version>
407+
<version>4.5.14-SNAPSHOT</version>
408408
</dependency>
409409
<dependency>
410410
<groupId>io.vertx</groupId>
411411
<artifactId>vertx-rx-gen</artifactId>
412-
<version>4.5.13</version>
412+
<version>4.5.14-SNAPSHOT</version>
413413
</dependency>
414414

415415
<!-- Test dependencies -->
@@ -430,13 +430,13 @@
430430
<artifactId>vertx-rx-gen</artifactId>
431431
<type>test-jar</type>
432432
<scope>test</scope>
433-
<version>4.5.13</version>
433+
<version>4.5.14-SNAPSHOT</version>
434434
</dependency>
435435
<dependency>
436436
<groupId>io.vertx</groupId>
437437
<artifactId>vertx-rx-java-gen</artifactId>
438438
<type>test-jar</type>
439-
<version>4.5.13</version>
439+
<version>4.5.14-SNAPSHOT</version>
440440
<scope>test</scope>
441441
</dependency>
442442
<dependency>

‎rx-java2-gen/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>vertx-rx</artifactId>
99
<groupId>io.vertx</groupId>
10-
<version>4.5.13</version>
10+
<version>4.5.14-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>vertx-rx-java2-gen</artifactId>
14-
<version>4.5.13</version>
14+
<version>4.5.14-SNAPSHOT</version>
1515

1616
<name>Vert.x RxJava2 Code Generator</name>
1717

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.vertx</groupId>
3838
<artifactId>vertx-rx-gen</artifactId>
39-
<version>4.5.13</version>
39+
<version>4.5.14-SNAPSHOT</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>io.vertx</groupId>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>io.vertx</groupId>
6060
<artifactId>vertx-rx-gen</artifactId>
61-
<version>4.5.13</version>
61+
<version>4.5.14-SNAPSHOT</version>
6262
<type>test-jar</type>
6363
<scope>test</scope>
6464
</dependency>

‎rx-java2/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>vertx-rx</artifactId>
99
<groupId>io.vertx</groupId>
10-
<version>4.5.13</version>
10+
<version>4.5.14-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>vertx-rx-java2</artifactId>
15-
<version>4.5.13</version>
15+
<version>4.5.14-SNAPSHOT</version>
1616

1717
<name>Vert.x RxJava2 API</name>
1818

@@ -435,12 +435,12 @@
435435
<dependency>
436436
<groupId>io.vertx</groupId>
437437
<artifactId>vertx-rx-java2-gen</artifactId>
438-
<version>4.5.13</version>
438+
<version>4.5.14-SNAPSHOT</version>
439439
</dependency>
440440
<dependency>
441441
<groupId>io.vertx</groupId>
442442
<artifactId>vertx-rx-gen</artifactId>
443-
<version>4.5.13</version>
443+
<version>4.5.14-SNAPSHOT</version>
444444
</dependency>
445445

446446
<!-- Test dependencies -->
@@ -461,12 +461,12 @@
461461
<artifactId>vertx-rx-gen</artifactId>
462462
<type>test-jar</type>
463463
<scope>test</scope>
464-
<version>4.5.13</version>
464+
<version>4.5.14-SNAPSHOT</version>
465465
</dependency>
466466
<dependency>
467467
<groupId>io.vertx</groupId>
468468
<artifactId>vertx-rx-java2-gen</artifactId>
469-
<version>4.5.13</version>
469+
<version>4.5.14-SNAPSHOT</version>
470470
<type>test-jar</type>
471471
<scope>test</scope>
472472
</dependency>

‎rx-java3-gen/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>vertx-rx</artifactId>
99
<groupId>io.vertx</groupId>
10-
<version>4.5.13</version>
10+
<version>4.5.14-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>vertx-rx-java3-gen</artifactId>
14-
<version>4.5.13</version>
14+
<version>4.5.14-SNAPSHOT</version>
1515

1616
<name>Vert.x RxJava3 Code Generator</name>
1717

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.vertx</groupId>
3838
<artifactId>vertx-rx-gen</artifactId>
39-
<version>4.5.13</version>
39+
<version>4.5.14-SNAPSHOT</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>io.vertx</groupId>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>io.vertx</groupId>
6060
<artifactId>vertx-rx-gen</artifactId>
61-
<version>4.5.13</version>
61+
<version>4.5.14-SNAPSHOT</version>
6262
<type>test-jar</type>
6363
<scope>test</scope>
6464
</dependency>

‎rx-java3/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>vertx-rx</artifactId>
99
<groupId>io.vertx</groupId>
10-
<version>4.5.13</version>
10+
<version>4.5.14-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>vertx-rx-java3</artifactId>
15-
<version>4.5.13</version>
15+
<version>4.5.14-SNAPSHOT</version>
1616

1717
<name>Vert.x RxJava3 API</name>
1818

@@ -440,12 +440,12 @@
440440
<dependency>
441441
<groupId>io.vertx</groupId>
442442
<artifactId>vertx-rx-java3-gen</artifactId>
443-
<version>4.5.13</version>
443+
<version>4.5.14-SNAPSHOT</version>
444444
</dependency>
445445
<dependency>
446446
<groupId>io.vertx</groupId>
447447
<artifactId>vertx-rx-gen</artifactId>
448-
<version>4.5.13</version>
448+
<version>4.5.14-SNAPSHOT</version>
449449
</dependency>
450450

451451
<!-- Test dependencies -->
@@ -466,12 +466,12 @@
466466
<artifactId>vertx-rx-gen</artifactId>
467467
<type>test-jar</type>
468468
<scope>test</scope>
469-
<version>4.5.13</version>
469+
<version>4.5.14-SNAPSHOT</version>
470470
</dependency>
471471
<dependency>
472472
<groupId>io.vertx</groupId>
473473
<artifactId>vertx-rx-java3-gen</artifactId>
474-
<version>4.5.13</version>
474+
<version>4.5.14-SNAPSHOT</version>
475475
<type>test-jar</type>
476476
<scope>test</scope>
477477
</dependency>

‎rx-junit5-providers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>vertx-rx</artifactId>
2222
<groupId>io.vertx</groupId>
23-
<version>4.5.13</version>
23+
<version>4.5.14-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

‎rx-junit5-providers/vertx-junit5-rx-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.vertx</groupId>
2424
<artifactId>vertx-rx-junit5-providers</artifactId>
25-
<version>4.5.13</version>
25+
<version>4.5.14-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>vertx-junit5-rx-java</artifactId>

‎rx-junit5-providers/vertx-junit5-rx-java2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.vertx</groupId>
2424
<artifactId>vertx-rx-junit5-providers</artifactId>
25-
<version>4.5.13</version>
25+
<version>4.5.14-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>vertx-junit5-rx-java2</artifactId>

‎rx-junit5-providers/vertx-junit5-rx-java3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.vertx</groupId>
2525
<artifactId>vertx-rx-junit5-providers</artifactId>
26-
<version>4.5.13</version>
26+
<version>4.5.14-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>vertx-junit5-rx-java3</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.