Skip to content

Commit b8edd4f

Browse files
committed
chore(main): release rstream 0.3.1-SNAPSHOT
1 parent e6d90f4 commit b8edd4f

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

examples/forward-local-port/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.rstream.examples</groupId>
55
<artifactId>forward-local-port</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.1-SNAPSHOT</version>
77
<properties>
88
<maven.compiler.release>17</maven.compiler.release>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

examples/micronaut-published-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.rstream.examples</groupId>
55
<artifactId>micronaut-published-http</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.1-SNAPSHOT</version>
77
<name>rstream Micronaut published HTTP example</name>
88
<properties>
99
<java.version>17</java.version>

examples/micronaut-webhook-receiver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.rstream.examples</groupId>
55
<artifactId>micronaut-webhook-receiver</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.1-SNAPSHOT</version>
77
<name>rstream Micronaut webhook receiver example</name>
88
<properties>
99
<java.version>17</java.version>

examples/private-dial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.rstream.examples</groupId>
55
<artifactId>private-dial</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.1-SNAPSHOT</version>
77
<properties>
88
<maven.compiler.release>17</maven.compiler.release>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

examples/published-http-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.rstream.examples</groupId>
55
<artifactId>published-http-server</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.1-SNAPSHOT</version>
77
<properties>
88
<maven.compiler.release>17</maven.compiler.release>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

examples/quarkus-published-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.rstream.examples</groupId>
55
<artifactId>quarkus-published-http</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.1-SNAPSHOT</version>
77
<name>rstream Quarkus published HTTP example</name>
88
<properties>
99
<compiler-plugin.version>3.14.1</compiler-plugin.version>

examples/spring-boot-published-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>io.rstream.examples</groupId>
1111
<artifactId>spring-boot-published-http</artifactId>
12-
<version>0.3.0</version>
12+
<version>0.3.1-SNAPSHOT</version>
1313
<name>rstream Spring Boot published HTTP example</name>
1414
<properties>
1515
<java.version>17</java.version>

examples/spring-boot-webhook-receiver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>io.rstream.examples</groupId>
1111
<artifactId>spring-boot-webhook-receiver</artifactId>
12-
<version>0.3.0</version>
12+
<version>0.3.1-SNAPSHOT</version>
1313
<name>rstream Spring Boot webhook receiver example</name>
1414
<properties>
1515
<java.version>17</java.version>

examples/vertx-published-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.rstream.examples</groupId>
55
<artifactId>vertx-published-http</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.1-SNAPSHOT</version>
77
<name>rstream Vert.x published HTTP example</name>
88
<properties>
99
<java.version>17</java.version>

examples/webhook-receiver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.rstream.examples</groupId>
55
<artifactId>webhook-receiver</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.1-SNAPSHOT</version>
77
<properties>
88
<maven.compiler.release>17</maven.compiler.release>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)