Skip to content

Commit 30ce174

Browse files
committed
Prepare 0.40 release
1 parent 61ed074 commit 30ce174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

local/docker-compose.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
command: server /data
1818

1919
object-store-api:
20-
image: aafcbicoe/object-store-api:0.39
20+
image: aafcbicoe/object-store-api:0.40
2121
# build: ${BASE_PATH_TO_OBJECT_STORE:-.}
2222
ports:
2323
- "8081:8080"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ca.gc.aafc</groupId>
77
<artifactId>object-store.api</artifactId>
8-
<version>0.40-SNAPSHOT</version>
8+
<version>0.40</version>
99
<packaging>jar</packaging>
1010

1111
<name>Object-Store API</name>

0 commit comments

Comments
 (0)