Skip to content

Commit

Permalink
version 1.7.0-Release & deploy 1.7.0-Release.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusBernalBermudez committed Sep 11, 2023
1 parent 22c62cf commit ef39935
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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.7.0-SNAPSHOT.jar
web: java -Dserver.port=$PORT $JAVA_OPTS -jar target/iwvg-devops-1.7.0-Release.jar
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
### Estado del código
[![DevOps](https://github.com/miw-upm/iwvg-devops/actions/workflows/test-sonar.yml/badge.svg)](https://github.com/miw-upm/iwvg-devops/actions/workflows/test-sonar.yml)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=es.upm.miw%3Aiwvg-devops&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=es.upm.miw%3Aiwvg-devops)
[![Heroku broken](https://iwvg-devops.herokuapp.com/system/version-badge)](https://iwvg-devops.herokuapp.com/swagger-ui.html)

### Tecnologías necesarias
`Java` `Maven` `GitHub` `GitHub Actions` `Sonarcloud` `Slack` `Spring-boot` `Railway` `OpenAPI`
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 @@

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

<name>${project.groupId}.${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion system.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Heroku
java.runtime.version=11
java.runtime.version=17
maven.version=3.6.2

0 comments on commit ef39935

Please sign in to comment.