Skip to content

Commit

Permalink
version 1.4.0-Release & deploy 1.4.0-Release.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
miw-upm committed Sep 10, 2020
1 parent 3b9bf56 commit 0413f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -Dserver.port=$PORT $JAVA_OPTS -jar target/iwvg-devops-1.4.0-SNAPSHOT.jar
web: java -Dserver.port=$PORT $JAVA_OPTS -jar target/iwvg-devops-1.4.0-Release.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<artifactId>iwvg-devops</artifactId>
<groupId>es.upm.miw</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0-Release</version>
<packaging>jar</packaging>

<name>${project.groupId}.${project.artifactId}</name>
Expand Down

0 comments on commit 0413f57

Please sign in to comment.