Skip to content

Commit

Permalink
chore: Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
shiido committed Jun 22, 2022
1 parent 90ec2c8 commit 28f459f
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 @@ -14,7 +14,7 @@ ENV NEW_RELIC_ENVIRONMENT=$NEW_RELIC_ENVIRONMENT

VOLUME /tmp

ADD ./target/st-microservice-ili-2.4.0.jar st-microservice-ili.jar
ADD ./target/st-microservice-ili-2.4.2.jar st-microservice-ili.jar
ADD ./target/newrelic.jar newrelic.jar
ADD ./newrelic.yml newrelic.yml

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.ai.st.microservice.ili</groupId>
<artifactId>st-microservice-ili</artifactId>
<version>2.4.0</version>
<version>2.4.2</version>
<name>st-microservice-ili</name>
<description>Microservice ILI</description>

Expand Down

0 comments on commit 28f459f

Please sign in to comment.