Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Throyer committed Jan 16, 2022
1 parent c41b35e commit 1b49db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.github.throyer.common.spring-boot</groupId>
<artifactId>api</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<name>Common API</name>
<description>Exemplo de api simples com Spring Boot</description>

Expand Down

0 comments on commit 1b49db2

Please sign in to comment.