We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86ec11 commit 80aff04Copy full SHA for 80aff04
server/pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>br.com.it-neki</groupId>
12
<artifactId>nekicard</artifactId>
13
- <version>0.0.2</version>
+ <version>1.0.0</version>
14
<name>nekicard</name>
15
<description>Desafio NekiCard</description>
16
<properties>
server/src/main/java/br/com/itneki/nekicard/config/SwaggerConfig.java
@@ -13,7 +13,7 @@ public OpenAPI openAPI(){
return new OpenAPI()
.info(new Info().title("NekiCard API Documentation")
.description("Official documentation of NekiCard API Aplication")
- .version("0.0.2")
+ .version("1.0.0")
17
.contact(new Contact()
18
.email("gabrieldamico22@gmail.com")
19
.name("Gabriel Damico")
0 commit comments