Skip to content

Commit cb354c1

Browse files
committed
Up version
1 parent 28ad373 commit cb354c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Creating database migration files
135135
> # to change the value of some environment variable at runtime
136136
> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
137137
138-
> $ java -jar api-3.0.4.RELEASE.jar --SERVER_PORT=80
138+
> $ java -jar api-4.0.1.RELEASE.jar --SERVER_PORT=80
139139
> ```
140140
>
141141
> > [All options of `aplication.properties` here](https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html).

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.github.throyer.common.spring-boot</groupId>
1111
<artifactId>api</artifactId>
12-
<version>4.0.0</version>
12+
<version>4.0.1</version>
1313
<name>CRUD API</name>
1414

1515
<description>Exemplo de api simples com Spring Boot</description>

src/main/java/com/github/throyer/common/springboot/configurations/SpringWebConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@Configuration
1919
@OpenAPIDefinition(info = @Info(
2020
title = "Common CRUD API",
21-
version = "v4.0.0",
21+
version = "v4.0.1",
2222
description = """
2323
A complete user registry, with access permissions,
2424
JWT token, integration and unit tests, using

0 commit comments

Comments
 (0)