We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c83d2 commit d6831c0Copy full SHA for d6831c0
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.learning.by.example.reactive.kotlin.microservices</groupId>
7
<artifactId>KotlinReactiveMS</artifactId>
8
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
9
<packaging>jar</packaging>
10
11
<name>KotlinReactiveMS</name>
src/main/resources/public/api.yaml
@@ -1,7 +1,7 @@
1
swagger: "2.0"
2
info:
3
description: "This is the API for the Reactive Micro Service example"
4
- version: "1.1.0"
+ version: "1.0.0"
title: "Reactive Micro Services API"
contact:
url: "https://github.com/LearningByExample/reactive-ms-example"
0 commit comments