Skip to content

Commit

Permalink
Updated version to 0.0.5 production.
Browse files Browse the repository at this point in the history
  • Loading branch information
lulin-song committed Jan 27, 2021
1 parent ed6be67 commit 91725af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '3'
services:
sesar:
image: earthchemdocker/sesar-rest-api-test:0.0.5
container_name: sesar-rest-api-test-0.0.5
image: earthchemdocker/sesar-rest-api:0.0.5
container_name: sesar-rest-api-0.0.5
ports:
- "8080:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>sesar-rest-api</artifactId>
<version>0.0.5</version>
<packaging>war</packaging>
<name>sesar-rest-api-test</name>
<name>sesar-rest-api</name>
<description>SESAR REST API</description>

<properties>
Expand Down

0 comments on commit 91725af

Please sign in to comment.