Skip to content

Commit

Permalink
Created Release branch, changed version in pom and Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbanks716napier committed Oct 9, 2024
1 parent 1dedb63 commit b5d883a
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,8 +1,8 @@
# Use the latest OpenJDK image
FROM openjdk:latest
# Copy the packaged JAR file from local machine to the container
COPY ./target/seMethods-0.1.0.1.jar /tmp
COPY ./target/seMethods-0.1.0.2.jar /tmp
# Makes tmp directory the working directory
WORKDIR /tmp
# Command to run the jarfile that was copied earlier
ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.1.jar"]
ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.2.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>

<!-- Maven SDK and versions -->
<properties>
Expand Down

0 comments on commit b5d883a

Please sign in to comment.