Skip to content

Commit

Permalink
jar name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
harshjohar committed Oct 18, 2023
1 parent 316ab1d commit 397d8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="PECACM [email protected]"
LABEL version="1.0"
LABEL description="Backend API for the official website of acmcss"

ARG JAR_FILE=target/backend-0.0.1-SNAPSHOT.jar
ARG JAR_FILE=target/backend-1.0.1.jar

ADD ${JAR_FILE} app.jar

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.pecacm</groupId>
<artifactId>backend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>backend</name>
<description>backend</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit 397d8b7

Please sign in to comment.