From 156a4edf147144bb0714c1e3d36e6476df094478 Mon Sep 17 00:00:00 2001 From: "@uartnet" <140632163+uartnet@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:56:53 +0200 Subject: [PATCH] chore(main): release rstream 0.3.1-SNAPSHOT --- examples/forward-local-port/pom.xml | 2 +- examples/micronaut-published-http/pom.xml | 2 +- examples/micronaut-webhook-receiver/pom.xml | 2 +- examples/private-dial/pom.xml | 2 +- examples/published-http-server/pom.xml | 2 +- examples/quarkus-published-http/pom.xml | 2 +- examples/spring-boot-published-http/pom.xml | 2 +- examples/spring-boot-webhook-receiver/pom.xml | 2 +- examples/vertx-published-http/pom.xml | 2 +- examples/webhook-receiver/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/forward-local-port/pom.xml b/examples/forward-local-port/pom.xml index b4097a1..62b5117 100644 --- a/examples/forward-local-port/pom.xml +++ b/examples/forward-local-port/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples forward-local-port - 0.3.0 + 0.3.1-SNAPSHOT 17 UTF-8 diff --git a/examples/micronaut-published-http/pom.xml b/examples/micronaut-published-http/pom.xml index 752c47b..238a565 100644 --- a/examples/micronaut-published-http/pom.xml +++ b/examples/micronaut-published-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples micronaut-published-http - 0.3.0 + 0.3.1-SNAPSHOT rstream Micronaut published HTTP example 17 diff --git a/examples/micronaut-webhook-receiver/pom.xml b/examples/micronaut-webhook-receiver/pom.xml index 64fd358..c256e58 100644 --- a/examples/micronaut-webhook-receiver/pom.xml +++ b/examples/micronaut-webhook-receiver/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples micronaut-webhook-receiver - 0.3.0 + 0.3.1-SNAPSHOT rstream Micronaut webhook receiver example 17 diff --git a/examples/private-dial/pom.xml b/examples/private-dial/pom.xml index 94d23b9..f2464a3 100644 --- a/examples/private-dial/pom.xml +++ b/examples/private-dial/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples private-dial - 0.3.0 + 0.3.1-SNAPSHOT 17 UTF-8 diff --git a/examples/published-http-server/pom.xml b/examples/published-http-server/pom.xml index 8e9de5c..a55d65d 100644 --- a/examples/published-http-server/pom.xml +++ b/examples/published-http-server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples published-http-server - 0.3.0 + 0.3.1-SNAPSHOT 17 UTF-8 diff --git a/examples/quarkus-published-http/pom.xml b/examples/quarkus-published-http/pom.xml index 6be8a48..ee6d053 100644 --- a/examples/quarkus-published-http/pom.xml +++ b/examples/quarkus-published-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples quarkus-published-http - 0.3.0 + 0.3.1-SNAPSHOT rstream Quarkus published HTTP example 3.15.0 diff --git a/examples/spring-boot-published-http/pom.xml b/examples/spring-boot-published-http/pom.xml index 4a9b125..7ce175b 100644 --- a/examples/spring-boot-published-http/pom.xml +++ b/examples/spring-boot-published-http/pom.xml @@ -9,7 +9,7 @@ io.rstream.examples spring-boot-published-http - 0.3.0 + 0.3.1-SNAPSHOT rstream Spring Boot published HTTP example 17 diff --git a/examples/spring-boot-webhook-receiver/pom.xml b/examples/spring-boot-webhook-receiver/pom.xml index b775bc3..051d439 100644 --- a/examples/spring-boot-webhook-receiver/pom.xml +++ b/examples/spring-boot-webhook-receiver/pom.xml @@ -9,7 +9,7 @@ io.rstream.examples spring-boot-webhook-receiver - 0.3.0 + 0.3.1-SNAPSHOT rstream Spring Boot webhook receiver example 17 diff --git a/examples/vertx-published-http/pom.xml b/examples/vertx-published-http/pom.xml index 0a8e6be..b589af4 100644 --- a/examples/vertx-published-http/pom.xml +++ b/examples/vertx-published-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples vertx-published-http - 0.3.0 + 0.3.1-SNAPSHOT rstream Vert.x published HTTP example 17 diff --git a/examples/webhook-receiver/pom.xml b/examples/webhook-receiver/pom.xml index b16c058..8202ff1 100644 --- a/examples/webhook-receiver/pom.xml +++ b/examples/webhook-receiver/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples webhook-receiver - 0.3.0 + 0.3.1-SNAPSHOT 17 UTF-8 diff --git a/pom.xml b/pom.xml index 51ea6fb..7ebd084 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream rstream - 0.3.0 + 0.3.1-SNAPSHOT jar rstream Java SDK Java SDK for rstream tunnels and webhook receivers.