Skip to content

Commit

Permalink
[RELEASE] - Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Aug 31, 2023
1 parent 3c2f5c4 commit fce69b7
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-bom</artifactId>
<version>999-SNAPSHOT</version>
<version>2.4.0</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 @@ -7,7 +7,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>mutiny-smallrye-context-propagation</artifactId>
Expand Down
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.4.0</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.4.0</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.4.0</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 @@ -7,7 +7,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<name>SmallRye Mutiny - Math operators</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.4.0</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.4.0</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.4.0</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 @@ -7,7 +7,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-project</artifactId>
<version>999-SNAPSHOT</version>
<version>2.4.0</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.4.0</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.4.0</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.4.0</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.4.0</version>
</parent>

<artifactId>mutiny-test-utils</artifactId>
Expand Down

0 comments on commit fce69b7

Please sign in to comment.