Skip to content

Commit 1b49db2

Browse files
committed
Up version
1 parent c41b35e commit 1b49db2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Creating database migration files
132132
> ```shell
133133
> # to change the value of some environment variable at runtime
134134
> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
135-
> $ java -jar api-3.0.3.RELEASE.jar --SERVER_PORT=80
135+
> $ java -jar api-3.0.4.RELEASE.jar --SERVER_PORT=80
136136
> ```
137137
>
138138
> > [All options of `aplication.properties` here](https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html).

pom.xml

Lines changed: 1 addition & 1 deletion
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>3.0.3</version>
12+
<version>3.0.4</version>
1313
<name>Common API</name>
1414
<description>Exemplo de api simples com Spring Boot</description>
1515

0 commit comments

Comments
 (0)