Skip to content

Commit

Permalink
Updating GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kht-40516572 committed Dec 12, 2022
1 parent dff7324 commit 4f9e7fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:19
COPY ./target/seMethods-0.1.0.1-jar-with-dependencies.jar /tmp
COPY ./target/seMethods-0.1.0.2-jar-with-dependencies.jar /tmp
WORKDIR /tmp
ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.1-jar-with-dependencies.jar"]
ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.2-jar-with-dependencies.jar"]
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.napier.sem</groupId>
<artifactId>seMethods</artifactId>
<version>0.1.0.1</version>
<version>0.1.0.2</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 4f9e7fb

Please sign in to comment.