Upgraded JDK-Version, Spring Boot & Docker for all servies
[demos/kafka/wordcount] / README.sh
index 2f6d503..1eb2b70 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -1,13 +1,13 @@
 #!/bin/bash
 
 FORTUNE=juplo/wordcount--fortune:1.0.1
-RECORDER=juplo/wordcount--recorder:1.2.0
-USERS=juplo/wordcount--users:1.0.5
-SPLITTER=juplo/wordcount--splitter:1.2.0
-COUNTER=juplo/wordcount--counter:1.4.0
-TOP10=juplo/wordcount--top10:1.4.0
-QUERY=juplo/wordcount--query:2.1.0
-POPULAR=juplo/wordcount--popular:1.3.0
+RECORDER=juplo/wordcount--recorder:1.2.1
+USERS=juplo/wordcount--users:1.0.6
+SPLITTER=juplo/wordcount--splitter:1.2.1
+COUNTER=juplo/wordcount--counter:1.4.1
+TOP10=juplo/wordcount--top10:1.4.1
+QUERY=juplo/wordcount--query:2.1.1
+POPULAR=juplo/wordcount--popular:1.3.1
 
 if [ "$1" = "cleanup" ]
 then