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 28ad373 commit cb354c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Creating database migration files
> # 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.4.RELEASE.jar --SERVER_PORT=80
> $ java -jar api-4.0.1.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>4.0.0</version>
<version>4.0.1</version>
<name>CRUD API</name>

<description>Exemplo de api simples com Spring Boot</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@Configuration
@OpenAPIDefinition(info = @Info(
title = "Common CRUD API",
version = "v4.0.0",
version = "v4.0.1",
description = """
A complete user registry, with access permissions,
JWT token, integration and unit tests, using
Expand Down

0 comments on commit cb354c1

Please sign in to comment.