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