Skip to content

Commit

Permalink
version 1.3.0-Release & deploy 1.3.0-Release.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal committed Sep 4, 2019
1 parent a03ceef commit 9d39a7e
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-ecosystem-1.3.0-SNAPSHOT.jar
web: java -Dserver.port=$PORT $JAVA_OPTS -jar target/iwvg-ecosystem-1.3.0-Release.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>iwvg-ecosystem</artifactId>
<groupId>es.upm.miw</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-Release</version>
<packaging>jar</packaging>

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

0 comments on commit 9d39a7e

Please sign in to comment.