Skip to content

Commit 82a5170

Browse files
author
SmallRye CI
committed
[maven-release-plugin] prepare release 0.4.3
1 parent 01494fd commit 82a5170

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

mutiny-zero-flow-adapters/pom.xml

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

1111
<artifactId>mutiny-zero-flow-adapters</artifactId>

mutiny-zero-reactive-streams-junit5-tck/pom.xml

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

1111
<artifactId>mutiny-zero-reactive-streams-junit5-tck</artifactId>

mutiny-zero/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-zero-parent</artifactId>
8-
<version>0.5.0-SNAPSHOT</version>
8+
<version>0.4.3</version>
99
</parent>
1010

1111
<artifactId>mutiny-zero</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>io.smallrye.reactive</groupId>
1212
<artifactId>mutiny-zero-parent</artifactId>
1313
<name>SmallRye Mutiny Zero Parent</name>
14-
<version>0.5.0-SNAPSHOT</version>
14+
<version>0.4.3</version>
1515
<description>Mutiny Zero Parent Module</description>
1616

1717
<packaging>pom</packaging>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:[email protected]:smallrye/smallrye-mutiny-zero.git</connection>
5555
<developerConnection>scm:git:[email protected]:smallrye/smallrye-mutiny-zero.git</developerConnection>
5656
<url>https://github.com/smallrye/smallrye-mutiny-zero</url>
57-
<tag>HEAD</tag>
57+
<tag>0.4.3</tag>
5858
</scm>
5959

6060
<properties>

0 commit comments

Comments
 (0)