From ae03b5732261f7621532e1a2e79929ff02d84702 Mon Sep 17 00:00:00 2001 From: Alar Kvell Date: Tue, 20 Feb 2024 01:19:36 +0200 Subject: [PATCH] AUT-1670 Rename TARA-GovSSO-ExampleClient Maven artifact to match repository name --- README.md | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b27832e..a6e3a0b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ production. ``` 3. Clone https://github.com/e-gov/GOVSSO-Mock repository 4. Open `GOVSSO-Mock/docker-compose.yml` and replace reference of pre-built public - image `image: ghcr.io/e-gov/tara-govsso-exampleclient:x.y.z` with locally built image `image: govsso-client:latest` + image `image: ghcr.io/e-gov/tara-govsso-exampleclient:x.y.z` with locally built + image `image: tara-govsso-exampleclient:latest` 5. Follow [GOVSSO-Mock/README.md "Quick start"](https://github.com/e-gov/GOVSSO-Mock/blob/master/README.md#quick-start) instructions diff --git a/pom.xml b/pom.xml index 03ece28..84c8db0 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ ee.ria.govsso - govsso-client + tara-govsso-exampleclient 0.7.2 GovSSO Example Client