From 1b49db2d2f485139125ca91bb4e08066c3c2cd86 Mon Sep 17 00:00:00 2001 From: Renato Henrique Date: Sat, 15 Jan 2022 23:20:11 -0300 Subject: [PATCH] Up version --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf2a299b..bd366684 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Creating database migration files > ```shell > # to change the value of some environment variable at runtime > # on execution, just pass it as a parameter. (like --SERVER_PORT=80). -> $ java -jar api-3.0.3.RELEASE.jar --SERVER_PORT=80 +> $ java -jar api-3.0.4.RELEASE.jar --SERVER_PORT=80 > ``` > > > [All options of `aplication.properties` here](https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html). diff --git a/pom.xml b/pom.xml index cf661725..355b8648 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.github.throyer.common.spring-boot api - 3.0.3 + 3.0.4 Common API Exemplo de api simples com Spring Boot