Skip to content

Commit

Permalink
chore(release): update version metadata for Mutiny 2.7.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Nov 21, 2024
1 parent 9ba5983 commit a75c140
Show file tree
Hide file tree
Showing 90 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: SmallRye Mutiny
release:
previous-version: 2.6.2
current-version: 2.7.0-RC3
current-version: 2.7.0-RC4
next-version: 999-SNAPSHOT
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-bom</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny-smallrye-context-propagation</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions documentation/attributes.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GENERATED FILE, DO NOT EDIT DIRECTLY (see .build/UpdateDocsAttributesFiles.java)
attributes:
project-version: 2.7.0-RC3
project-version: 2.7.0-RC4
versions:
mutiny: 2.7.0-RC3
vertx_bindings: 3.15.2-RC5
mutiny: 2.7.0-RC4
vertx_bindings: 3.16.0
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny-documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny-kotlin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion math/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<name>SmallRye Mutiny - Math operators</name>
Expand Down
2 changes: 1 addition & 1 deletion no-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny-no-deps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
<packaging>pom</packaging>

<name>SmallRye Mutiny - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion reactive-streams-operators-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny-reactive-streams-operators-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactive-streams-operators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny-reactive-streams-operators</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactive-streams-tck-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>reactive-streams-tck-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>smallrye-mutiny-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rxjava3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny-rxjava3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<artifactId>mutiny-test-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion workshop-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.7.0-RC4</version>
</parent>

<name>SmallRye Mutiny - Workshop examples</name>
Expand Down
2 changes: 1 addition & 1 deletion workshop-examples/src/main/java/_01_basics/_01_Uni.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import io.smallrye.mutiny.Uni;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import io.smallrye.mutiny.Uni;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.Random;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.concurrent.atomic.AtomicInteger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.concurrent.atomic.AtomicLong;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.concurrent.CountDownLatch;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.concurrent.atomic.AtomicInteger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import static java.util.concurrent.CompletableFuture.delayedExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.Optional;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import static java.util.concurrent.CompletableFuture.delayedExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.List;
Expand Down
2 changes: 1 addition & 1 deletion workshop-examples/src/main/java/_01_basics/_13_Multi.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.concurrent.ThreadLocalRandom;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.concurrent.Flow.Subscriber;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.concurrent.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.time.Duration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.concurrent.CompletableFuture;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import io.smallrye.mutiny.Multi;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _01_basics;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _02_groups;

import java.time.Duration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _02_groups;

import java.util.concurrent.CompletableFuture;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _02_groups;

import io.smallrye.mutiny.Uni;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _02_groups;

import java.util.stream.Collectors;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _02_groups;

import io.smallrye.mutiny.Multi;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import io.smallrye.mutiny.Uni;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import io.smallrye.mutiny.Uni;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import io.smallrye.mutiny.Uni;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import io.smallrye.mutiny.Uni;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import io.smallrye.mutiny.Multi;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import static java.util.concurrent.CompletableFuture.delayedExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import static java.util.concurrent.CompletableFuture.delayedExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import static java.util.concurrent.CompletableFuture.delayedExecutor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC3
//DEPS io.smallrye.reactive:mutiny:2.7.0-RC4
package _03_composition_transformation;

import static java.util.concurrent.CompletableFuture.delayedExecutor;
Expand Down
Loading

0 comments on commit a75c140

Please sign in to comment.