Skip to content

Commit 3b99c13

Browse files
author
SmallRye CI
committed
[maven-release-plugin] prepare release 0.5.0
1 parent 6c46ed8 commit 3b99c13

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
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.5.0</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.5.0</version>
99
</parent>
1010

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

mutiny-zero-vertx-publishers/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.smallrye.reactive</groupId>
97
<artifactId>mutiny-zero-parent</artifactId>
10-
<version>0.5.0-SNAPSHOT</version>
8+
<version>0.5.0</version>
119
</parent>
1210

1311
<artifactId>mutiny-zero-vertx-publishers</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.5.0</version>
99
</parent>
1010

1111
<artifactId>mutiny-zero</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -12,7 +11,7 @@
1211
<groupId>io.smallrye.reactive</groupId>
1312
<artifactId>mutiny-zero-parent</artifactId>
1413
<name>SmallRye Mutiny Zero Parent</name>
15-
<version>0.5.0-SNAPSHOT</version>
14+
<version>0.5.0</version>
1615
<description>Mutiny Zero Parent Module</description>
1716

1817
<packaging>pom</packaging>
@@ -56,7 +55,7 @@
5655
<connection>scm:git:[email protected]:smallrye/smallrye-mutiny-zero.git</connection>
5756
<developerConnection>scm:git:[email protected]:smallrye/smallrye-mutiny-zero.git</developerConnection>
5857
<url>https://github.com/smallrye/smallrye-mutiny-zero</url>
59-
<tag>HEAD</tag>
58+
<tag>0.5.0</tag>
6059
</scm>
6160

6261
<properties>

0 commit comments

Comments
 (0)