Skip to content

Commit

Permalink
Merge pull request #76 from smallrye/0.4.1
Browse files Browse the repository at this point in the history
0.4.1
  • Loading branch information
jponge authored Jul 7, 2022
2 parents 4713d41 + 546d68f commit 408fc81
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SmallRye Mutiny Zero
release:
current-version: 0.4.0
current-version: 0.4.1
next-version: 0.5.0-SNAPSHOT
2 changes: 1 addition & 1 deletion mutiny-zero-flow-adapters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mutiny-zero-parent</artifactId>
<groupId>io.smallrye.reactive</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
</parent>

<artifactId>rs-flow-adapters</artifactId>
Expand Down
18 changes: 17 additions & 1 deletion mutiny-zero-reactive-streams-junit5-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mutiny-zero-parent</artifactId>
<groupId>io.smallrye.reactive</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
</parent>

<artifactId>mutiny-zero-reactive-streams-junit5-tck</artifactId>
Expand Down Expand Up @@ -34,4 +34,20 @@

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
2 changes: 1 addition & 1 deletion mutiny-zero/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-zero-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
</parent>

<artifactId>mutiny-zero</artifactId>
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-zero-parent</artifactId>
<name>SmallRye Mutiny Zero Parent</name>
<version>0.5.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
<description>Mutiny Zero Parent Module</description>

<packaging>pom</packaging>
Expand Down

0 comments on commit 408fc81

Please sign in to comment.