Bump Samples Versions to 3.1.2

This commit is contained in:
Glenn Renfro
2024-06-03 09:06:43 -04:00
parent 4218062ee3
commit 5c84bd56b9
13 changed files with 14 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ like the https://github.com/spring-cloud/stream-applications/tree/main/applicati
[source,shell]
----
java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-rabbit-3.1.1.jar --server.port=9090 --spring.cloud.stream.bindings.input.destination=task-events
java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-rabbit-3.1.2.jar --server.port=9090 --spring.cloud.stream.bindings.input.destination=task-events
----
== Dependencies:

View File

@@ -4,7 +4,7 @@
<groupId>io.spring.cloud</groupId>
<artifactId>task-events</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Task Events</name>