Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Sep 8, 2023
1 parent 659a7a5 commit 9e842ed
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-converters-projects</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -39,7 +39,7 @@
<connection>scm:git:[email protected]:smallrye/smallrye-reactive-converters.git</connection>
<developerConnection>scm:git:[email protected]:smallrye/smallrye-reactive-converters.git</developerConnection>
<url>https://github.com/smallrye/smallrye-reactive-converters</url>
<tag>HEAD</tag>
<tag>3.0.1</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion reactive-converters/converter-api/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>smallrye-reactive-converters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>smallrye-reactive-converter-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-converters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>smallrye-reactive-converter-reactive-streams-operators</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactive-converters/converter-mutiny/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>smallrye-reactive-converters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>smallrye-reactive-converter-mutiny</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactive-converters/converter-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>smallrye-reactive-converters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>smallrye-reactive-converter-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactive-converters/converter-rxjava1/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>smallrye-reactive-converters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>smallrye-reactive-converter-rxjava1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactive-converters/converter-rxjava2/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>smallrye-reactive-converters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>smallrye-reactive-converter-rxjava2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactive-converters/converter-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>smallrye-reactive-converters</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>smallrye-reactive-converter-rxjava3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactive-converters/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>smallrye-reactive-converters-projects</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>smallrye-reactive-converters</artifactId>
Expand Down

0 comments on commit 9e842ed

Please sign in to comment.