From 9430c2c8b3503c2f1506b439fd6b4ad964ca406f Mon Sep 17 00:00:00 2001 From: "@uartnet" <140632163+uartnet@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:55:50 +0200 Subject: [PATCH] chore(main): release rstream 0.2.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 a729758..f7d4eb7 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.2.0 + 0.2.1-SNAPSHOT 17 UTF-8 diff --git a/examples/micronaut-published-http/pom.xml b/examples/micronaut-published-http/pom.xml index a60cdbe..70622e4 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.2.0 + 0.2.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 67af8e6..ecbc5a9 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.2.0 + 0.2.1-SNAPSHOT rstream Micronaut webhook receiver example 17 diff --git a/examples/private-dial/pom.xml b/examples/private-dial/pom.xml index 125e251..67a3a9c 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.2.0 + 0.2.1-SNAPSHOT 17 UTF-8 diff --git a/examples/published-http-server/pom.xml b/examples/published-http-server/pom.xml index f463c5e..ac7dd4c 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.2.0 + 0.2.1-SNAPSHOT 17 UTF-8 diff --git a/examples/quarkus-published-http/pom.xml b/examples/quarkus-published-http/pom.xml index ea138f5..f864ba5 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.2.0 + 0.2.1-SNAPSHOT rstream Quarkus published HTTP example 3.14.1 diff --git a/examples/spring-boot-published-http/pom.xml b/examples/spring-boot-published-http/pom.xml index 0aa818c..4615eef 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.2.0 + 0.2.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 5418929..531bc0c 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.2.0 + 0.2.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 b193c8c..f4aeccb 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.2.0 + 0.2.1-SNAPSHOT rstream Vert.x published HTTP example 17 diff --git a/examples/webhook-receiver/pom.xml b/examples/webhook-receiver/pom.xml index 79be621..2ac36b3 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.2.0 + 0.2.1-SNAPSHOT 17 UTF-8 diff --git a/pom.xml b/pom.xml index 08da49f..2be44fc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream rstream - 0.2.0 + 0.2.1-SNAPSHOT jar rstream Java SDK Java SDK for rstream tunnels and webhook receivers.