Skip to content

Commit

Permalink
Release 3.0.0-RC.5
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeysierra committed Sep 11, 2019
1 parent 1a5528d commit 796c1b6
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
<packaging>pom</packaging>

<name>Riptide</name>
Expand Down
2 changes: 1 addition & 1 deletion riptide-auth/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-backup/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-backup</artifactId>
Expand Down
38 changes: 19 additions & 19 deletions riptide-bom/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-bom</artifactId>
Expand All @@ -21,92 +21,92 @@
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-auth</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-backup</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-capture</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-chaos</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-compatibility</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-failsafe</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-faults</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-httpclient</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-idempotency</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-logbook</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-micrometer</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-opentracing</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-problem</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-soap</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-spring-boot-autoconfigure</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-spring-boot-starter</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-stream</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion riptide-capture/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-capture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-chaos/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-chaos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-compatibility/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-compatibility</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-failsafe/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-failsafe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-faults/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-faults</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-httpclient/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-idempotency/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-idempotency</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-logbook/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-logbook</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-micrometer/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-micrometer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-opentracing/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-opentracing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-problem/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-problem</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-soap/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-soap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-spring-boot-autoconfigure/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-spring-boot-starter/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion riptide-stream/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>riptide-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC.5</version>
</parent>

<artifactId>riptide-stream</artifactId>
Expand Down

0 comments on commit 796c1b6

Please sign in to comment.