Skip to content

Commit

Permalink
Prepare 2.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed Jun 29, 2022
1 parent 5a08bd9 commit 36e08a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local/docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- ${BASE_PATH_TO_SEQDB:-.}/src/test/resources/init-test-db.sql:/docker-entrypoint-initdb.d/1-init-schema.sql

seqdb-api:
image: aafcbicoe/seqdb-api:2.1.3
image: aafcbicoe/seqdb-api:2.1.4
# build: ${BASE_PATH_TO_SEQDB:-.}
ports:
- "8084:8080"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>ca.gc.aafc</groupId>
<artifactId>seqdb.api</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<packaging>jar</packaging>

<name>seqdb-api</name>
Expand Down

0 comments on commit 36e08a3

Please sign in to comment.