Skip to content

Commit a75c140

Browse files
committed
chore(release): update version metadata for Mutiny 2.7.0-RC4
1 parent 9ba5983 commit a75c140

File tree

90 files changed

+92
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+92
-92
lines changed

.github/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: SmallRye Mutiny
22
release:
33
previous-version: 2.6.2
4-
current-version: 2.7.0-RC3
4+
current-version: 2.7.0-RC4
55
next-version: 999-SNAPSHOT

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.smallrye.reactive</groupId>
66
<artifactId>mutiny-bom</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>2.7.0-RC4</version>
88

99
<packaging>pom</packaging>
1010

context-propagation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>mutiny-project</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>2.7.0-RC4</version>
99
</parent>
1010

1111
<artifactId>mutiny-smallrye-context-propagation</artifactId>

documentation/attributes.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GENERATED FILE, DO NOT EDIT DIRECTLY (see .build/UpdateDocsAttributesFiles.java)
22
attributes:
3-
project-version: 2.7.0-RC3
3+
project-version: 2.7.0-RC4
44
versions:
5-
mutiny: 2.7.0-RC3
6-
vertx_bindings: 3.15.2-RC5
5+
mutiny: 2.7.0-RC4
6+
vertx_bindings: 3.16.0

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>mutiny-project</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>2.7.0-RC4</version>
99
</parent>
1010

1111
<artifactId>mutiny-documentation</artifactId>

implementation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>mutiny-project</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>2.7.0-RC4</version>
99
</parent>
1010

1111
<artifactId>mutiny</artifactId>

kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>mutiny-project</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>2.7.0-RC4</version>
99
</parent>
1010

1111
<artifactId>mutiny-kotlin</artifactId>

math/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>mutiny-project</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>2.7.0-RC4</version>
99
</parent>
1010

1111
<name>SmallRye Mutiny - Math operators</name>

no-deps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.smallrye.reactive</groupId>
66
<artifactId>mutiny-project</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>2.7.0-RC4</version>
88
</parent>
99

1010
<artifactId>mutiny-no-deps</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.smallrye.reactive</groupId>
1212
<artifactId>mutiny-project</artifactId>
13-
<version>999-SNAPSHOT</version>
13+
<version>2.7.0-RC4</version>
1414
<packaging>pom</packaging>
1515

1616
<name>SmallRye Mutiny - Parent</name>

0 commit comments

Comments
 (0)