Skip to content

Commit 9648def

Browse files
committed
Release 4.0.0-RC.0
1 parent cea03d6 commit 9648def

File tree

23 files changed

+42
-42
lines changed

23 files changed

+42
-42
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.zalando</groupId>
77
<artifactId>riptide</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0-RC.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Riptide</name>

riptide-auth/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-bom/pom.xml

+20-20
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.zalando</groupId>
88
<artifactId>riptide</artifactId>
9-
<version>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0-RC.0</version>
1010
</parent>
1111

1212
<artifactId>riptide-bom</artifactId>
@@ -21,97 +21,97 @@
2121
<dependency>
2222
<groupId>org.zalando</groupId>
2323
<artifactId>riptide-auth</artifactId>
24-
<version>4.0.0-SNAPSHOT</version>
24+
<version>4.0.0-RC.0</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.zalando</groupId>
2828
<artifactId>riptide-capture</artifactId>
29-
<version>4.0.0-SNAPSHOT</version>
29+
<version>4.0.0-RC.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.zalando</groupId>
3333
<artifactId>riptide-chaos</artifactId>
34-
<version>4.0.0-SNAPSHOT</version>
34+
<version>4.0.0-RC.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.zalando</groupId>
3838
<artifactId>riptide-compatibility</artifactId>
39-
<version>4.0.0-SNAPSHOT</version>
39+
<version>4.0.0-RC.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.zalando</groupId>
4343
<artifactId>riptide-concurrent</artifactId>
44-
<version>4.0.0-SNAPSHOT</version>
44+
<version>4.0.0-RC.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.zalando</groupId>
4848
<artifactId>riptide-core</artifactId>
49-
<version>4.0.0-SNAPSHOT</version>
49+
<version>4.0.0-RC.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.zalando</groupId>
5353
<artifactId>riptide-failsafe</artifactId>
54-
<version>4.0.0-SNAPSHOT</version>
54+
<version>4.0.0-RC.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.zalando</groupId>
5858
<artifactId>riptide-faults</artifactId>
59-
<version>4.0.0-SNAPSHOT</version>
59+
<version>4.0.0-RC.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.zalando</groupId>
6363
<artifactId>riptide-httpclient</artifactId>
64-
<version>4.0.0-SNAPSHOT</version>
64+
<version>4.0.0-RC.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.zalando</groupId>
6868
<artifactId>riptide-idempotency</artifactId>
69-
<version>4.0.0-SNAPSHOT</version>
69+
<version>4.0.0-RC.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.zalando</groupId>
7373
<artifactId>riptide-logbook</artifactId>
74-
<version>4.0.0-SNAPSHOT</version>
74+
<version>4.0.0-RC.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.zalando</groupId>
7878
<artifactId>riptide-micrometer</artifactId>
79-
<version>4.0.0-SNAPSHOT</version>
79+
<version>4.0.0-RC.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.zalando</groupId>
8383
<artifactId>riptide-opentracing</artifactId>
84-
<version>4.0.0-SNAPSHOT</version>
84+
<version>4.0.0-RC.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.zalando</groupId>
8888
<artifactId>riptide-opentelemetry</artifactId>
89-
<version>4.0.0-SNAPSHOT</version>
89+
<version>4.0.0-RC.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.zalando</groupId>
9393
<artifactId>riptide-problem</artifactId>
94-
<version>4.0.0-SNAPSHOT</version>
94+
<version>4.0.0-RC.0</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.zalando</groupId>
9898
<artifactId>riptide-soap</artifactId>
99-
<version>4.0.0-SNAPSHOT</version>
99+
<version>4.0.0-RC.0</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.zalando</groupId>
103103
<artifactId>riptide-spring-boot-autoconfigure</artifactId>
104-
<version>4.0.0-SNAPSHOT</version>
104+
<version>4.0.0-RC.0</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.zalando</groupId>
108108
<artifactId>riptide-spring-boot-starter</artifactId>
109-
<version>4.0.0-SNAPSHOT</version>
109+
<version>4.0.0-RC.0</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.zalando</groupId>
113113
<artifactId>riptide-stream</artifactId>
114-
<version>4.0.0-SNAPSHOT</version>
114+
<version>4.0.0-RC.0</version>
115115
</dependency>
116116
</dependencies>
117117
</dependencyManagement>

riptide-capture/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-chaos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-compatibility/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-compression/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-concurrent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-failsafe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-faults/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-httpclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-idempotency/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-logbook/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-micrometer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-opentelemetry/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-opentracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.zalando</groupId>
88
<artifactId>riptide</artifactId>
9-
<version>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0-RC.0</version>
1010
</parent>
1111

1212
<artifactId>riptide-parent</artifactId>

riptide-problem/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-soap/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-spring-boot-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

riptide-stream/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.zalando</groupId>
99
<artifactId>riptide-parent</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-RC.0</version>
1111
<relativePath>../riptide-parent</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)