From 0d42441c1718f69da93d227a42d1022fb91ab0e8 Mon Sep 17 00:00:00 2001 From: "@uartnet" <140632163+uartnet@users.noreply.github.com> Date: Sat, 15 Aug 2026 18:50:44 +0200 Subject: [PATCH] chore(main): release rstream 0.5.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 6a03942..0edaf6b 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.5.0 + 0.5.1-SNAPSHOT 17 UTF-8 diff --git a/examples/micronaut-published-http/pom.xml b/examples/micronaut-published-http/pom.xml index 0bf646d..5038d24 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.5.0 + 0.5.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 a7367b5..f5e09d4 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.5.0 + 0.5.1-SNAPSHOT rstream Micronaut webhook receiver example 17 diff --git a/examples/private-dial/pom.xml b/examples/private-dial/pom.xml index 4ef481c..12ff79a 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.5.0 + 0.5.1-SNAPSHOT 17 UTF-8 diff --git a/examples/published-http-server/pom.xml b/examples/published-http-server/pom.xml index c73149a..1c661cb 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.5.0 + 0.5.1-SNAPSHOT 17 UTF-8 diff --git a/examples/quarkus-published-http/pom.xml b/examples/quarkus-published-http/pom.xml index 9e05c50..6bfaa60 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.5.0 + 0.5.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 65749f7..d645e5e 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.5.0 + 0.5.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 e5f5494..3d619d8 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.5.0 + 0.5.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 db058d3..e0954bb 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.5.0 + 0.5.1-SNAPSHOT rstream Vert.x published HTTP example 17 diff --git a/examples/webhook-receiver/pom.xml b/examples/webhook-receiver/pom.xml index fbc1e59..4e3843c 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.5.0 + 0.5.1-SNAPSHOT 17 UTF-8 diff --git a/pom.xml b/pom.xml index 0fcfea7..1231a28 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream rstream - 0.5.0 + 0.5.1-SNAPSHOT jar rstream Java SDK Java SDK for rstream tunnels and webhook receivers.