Skip to content

Commit

Permalink
AUT-1670 Rename TARA-GovSSO-ExampleClient Maven artifact to match rep…
Browse files Browse the repository at this point in the history
…ository name
  • Loading branch information
alarkvell committed Feb 19, 2024
1 parent c16cefc commit ae03b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -12,7 +12,7 @@
</parent>

<groupId>ee.ria.govsso</groupId>
<artifactId>govsso-client</artifactId>
<artifactId>tara-govsso-exampleclient</artifactId>
<version>0.7.2</version>

<name>GovSSO Example Client</name>
Expand Down

0 comments on commit ae03b57

Please sign in to comment.