We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ed074 commit 30ce174Copy full SHA for 30ce174
local/docker-compose.yml.example
@@ -17,7 +17,7 @@ services:
17
command: server /data
18
19
object-store-api:
20
- image: aafcbicoe/object-store-api:0.39
+ image: aafcbicoe/object-store-api:0.40
21
# build: ${BASE_PATH_TO_OBJECT_STORE:-.}
22
ports:
23
- "8081:8080"
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>ca.gc.aafc</groupId>
7
<artifactId>object-store.api</artifactId>
8
- <version>0.40-SNAPSHOT</version>
+ <version>0.40</version>
9
<packaging>jar</packaging>
10
11
<name>Object-Store API</name>
0 commit comments