Skip to content

Commit

Permalink
Merged in chore/fix-dockerfile-cmd (pull request #59)
Browse files Browse the repository at this point in the history
bump to 1.2.0-rc2 and fix dockerfile cmd

* bump to 1.2.0-rc2 and fix dockerfile cmd


Approved-by: John Henderson
  • Loading branch information
Adam Staveley authored and John Henderson committed Oct 11, 2021
1 parent 973f47d commit 747f933
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 @@ -4,4 +4,4 @@ COPY build /ocn-node
COPY src/main/resources/* /ocn-node/
WORKDIR /ocn-node

CMD ["java", "-jar", "./libs/ocn-node-1.1.2.jar"]
CMD ["java", "-jar", "./libs/ocn-node-1.2.0-rc2.jar"]
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = "snc.openchargingnetwork.node"
version = "1.2.0-rc1"
version = "1.2.0-rc2"
java.sourceCompatibility = JavaVersion.VERSION_1_8

val snippetsDir = "build/generated-snippets"
Expand Down

0 comments on commit 747f933

Please sign in to comment.