Skip to content

Commit d6831c0

Browse files
committed
completing first version
1 parent 83c83d2 commit d6831c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.learning.by.example.reactive.kotlin.microservices</groupId>
77
<artifactId>KotlinReactiveMS</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>KotlinReactiveMS</name>

src/main/resources/public/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: "2.0"
22
info:
33
description: "This is the API for the Reactive Micro Service example"
4-
version: "1.1.0"
4+
version: "1.0.0"
55
title: "Reactive Micro Services API"
66
contact:
77
url: "https://github.com/LearningByExample/reactive-ms-example"

0 commit comments

Comments
 (0)