Skip to content

Commit

Permalink
Merge pull request #58 from SelimHorri/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
SelimHorri authored Feb 20, 2022
2 parents f24c571 + 74c9781 commit 3f3d633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

APP_VERSION=0.0.4
APP_VERSION=0.0.5

SPRING_PROFILES_ACTIVE=test

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir -p /home/app
WORKDIR /home/app

##################### ARGS #####################
ARG APP_VERSION=0.0.4
ARG APP_VERSION=0.0.5

##################### ENVS #####################
ENV SPRING_DATASOURCE_URL mysql
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 @@
</parent>
<groupId>tn.cita</groupId>
<artifactId>cita-backend-app</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<name>cita backend app</name>
<description>Demo project for Spring Boot</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit 3f3d633

Please sign in to comment.