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

@@ -35,7 +35,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
$ java -jar <PATH_TO_LOG_SINK_JAR>/log-sink-rabbit-3.1.2.jar --server.port=9090
--spring.cloud.stream.bindings.input.destination=job-execution-events
----

View File

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