Skip to content

Commit 9249fd5

Browse files
committed
chore(release): update version metadata for Mutiny 2.9.0-RC1
1 parent 66bbfc2 commit 9249fd5

File tree

91 files changed

+94
-94
lines changed

Some content is hidden

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

91 files changed

+94
-94
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: SmallRye Mutiny
22
release:
3-
previous-version: 2.7.0
4-
current-version: 2.8.0
3+
previous-version: 2.8.0
4+
current-version: 2.9.0-RC1
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.9.0-RC1</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.9.0-RC1</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.8.0
3+
project-version: 2.9.0-RC1
44
versions:
5-
mutiny: 2.8.0
6-
vertx_bindings: 3.17.1
5+
mutiny: 2.9.0-RC1
6+
vertx_bindings: 3.18.1

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.9.0-RC1</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.9.0-RC1</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.9.0-RC1</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.9.0-RC1</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.9.0-RC1</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
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.smallrye.reactive</groupId>
1313
<artifactId>mutiny-project</artifactId>
14-
<version>999-SNAPSHOT</version>
14+
<version>2.9.0-RC1</version>
1515
<packaging>pom</packaging>
1616

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

0 commit comments

Comments
 (0)