Skip to content

Commit

Permalink
Update version to 1.4.0 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
3keyroman committed Jun 2, 2023
1 parent baaa87d commit d216edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For more information, please refer to the [CZERTAINLY documentation](https://doc

## Docker container

Keystore Entity Provider `Connector` is provided as a Docker container. Use the `harbor.3key.company/czertainly/czertainly-keystore-entity-provider:tagname` to pull the required image from the repository. It can be configured using the following environment variables:
Keystore Entity Provider `Connector` is provided as a Docker container. Use the `3keycompany/czertainly-keystore-entity-provider:tagname` to pull the required image from the repository. It can be configured using the following environment variables:

| Variable | Description | Required | Default value |
|-----------------|----------------------------------------------------------|----------------------------------------------------|---------------|
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.czertainly</groupId>
<artifactId>keystore-entity-provider</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<name>CZERTAINLY-Keystore-Entity-Provider</name>

<properties>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.czertainly</groupId>
<artifactId>interfaces</artifactId>
<version>2.7.2-SNAPSHOT</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d216edd

Please sign in to comment.