Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/forward-local-port/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rstream.examples</groupId>
<artifactId>forward-local-port</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<properties>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion examples/micronaut-published-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rstream.examples</groupId>
<artifactId>micronaut-published-http</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<name>rstream Micronaut published HTTP example</name>
<properties>
<java.version>17</java.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/micronaut-webhook-receiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rstream.examples</groupId>
<artifactId>micronaut-webhook-receiver</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<name>rstream Micronaut webhook receiver example</name>
<properties>
<java.version>17</java.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/private-dial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rstream.examples</groupId>
<artifactId>private-dial</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<properties>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion examples/published-http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rstream.examples</groupId>
<artifactId>published-http-server</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<properties>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion examples/quarkus-published-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rstream.examples</groupId>
<artifactId>quarkus-published-http</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<name>rstream Quarkus published HTTP example</name>
<properties>
<compiler-plugin.version>3.15.0</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot-published-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.rstream.examples</groupId>
<artifactId>spring-boot-published-http</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<name>rstream Spring Boot published HTTP example</name>
<properties>
<java.version>17</java.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot-webhook-receiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.rstream.examples</groupId>
<artifactId>spring-boot-webhook-receiver</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<name>rstream Spring Boot webhook receiver example</name>
<properties>
<java.version>17</java.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/vertx-published-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rstream.examples</groupId>
<artifactId>vertx-published-http</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<name>rstream Vert.x published HTTP example</name>
<properties>
<java.version>17</java.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/webhook-receiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rstream.examples</groupId>
<artifactId>webhook-receiver</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<properties>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rstream</groupId>
<artifactId>rstream</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>rstream Java SDK</name>
<description>Java SDK for rstream tunnels and webhook receivers.</description>
Expand Down