From cf23cb6c92a4a166ab9a8dff7d967a0bb2847378 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 16 May 2021 23:51:18 +0200 Subject: [PATCH] Preparing for the next version polling-outbox-3 Bumped only the version numbers for outbox-delivery and polling-outbox-parent, because the other components are expected to stay unchanged. --- README.sh | 6 +++--- delivery/pom.xml | 2 +- docker-compose.yml | 2 +- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.sh b/README.sh index bdf4ff6..3d756ef 100755 --- a/README.sh +++ b/README.sh @@ -5,7 +5,7 @@ then docker-compose down -v mvn clean docker image rm juplo/data-jdbc:polling-outbox-2 - docker image rm juplo/outbox-delivery:polling-outbox-2 + docker image rm juplo/outbox-delivery:polling-outbox-3-SNAPSHOT exit fi @@ -13,7 +13,7 @@ docker-compose up -d zookeeper kafka if [[ $(docker image ls -q juplo/data-jdbc:polling-outbox-2) == "" || - $(docker image ls -q juplo/outbox-delivery:polling-outbox-2) == "" || + $(docker image ls -q juplo/outbox-delivery:polling-outbox-3-SNAPSHOT) == "" || "$1" = "build" ]] then @@ -21,7 +21,7 @@ then else echo "Using image existing images:" docker image ls juplo/data-jdbc:polling-outbox-2 - docker image ls juplo/outbox-delivery:polling-outbox-2 + docker image ls juplo/outbox-delivery:polling-outbox-3-SNAPSHOT fi while ! [[ $(docker-compose exec kafka zookeeper-shell zookeeper:2181 ls /brokers/ids 2> /dev/null) =~ 1001 ]]; diff --git a/delivery/pom.xml b/delivery/pom.xml index 8af0eee..58eee11 100644 --- a/delivery/pom.xml +++ b/delivery/pom.xml @@ -15,7 +15,7 @@ de.juplo.kafka.outbox outbox-delivery - polling-outbox-2 + polling-outbox-3-SNAPSHOT Outbox-Delivery (Polling) Simple example-implementation of the Outbox-Pattern (polling variant) diff --git a/docker-compose.yml b/docker-compose.yml index 4784958..8f0c392 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,7 +39,7 @@ services: - postgres outbox: - image: juplo/outbox-delivery:polling-outbox-2 + image: juplo/outbox-delivery:polling-outbox-3-SNAPSHOT environment: spring.profiles.active: prod logging.level.de.juplo.kafka.outbox: DEBUG diff --git a/pom.xml b/pom.xml index d3e4618..30bb988 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ de.juplo.kafka.outbox polling-outbox-parent - polling-outbox-2 + polling-outbox-3-SNAPSHOT pom polling-outbox-parent Simple example-implementation of the Polling-Outbox-Pattern -- 2.20.1