Skip to content

Commit 8736f80

Browse files
authored
Merge pull request #68 from Open-MBEE/release/4.0.18
Release/4.0.18
2 parents 3f2b3e0 + 53fd404 commit 8736f80

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=4.0.17
1+
version=4.0.18
22
group=org.openmbee.mms
33

4-
mmsVersion=4.0.17
4+
mmsVersion=4.0.18
55
springBootVersion=2.6.7

openapi/api-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
license:
66
name: Apache 2.0
77
url: http://www.apache.org/licenses/LICENSE-2.0.txt
8-
version: 4.0.17
8+
version: 4.0.18
99
contact:
1010
name: OpenMBEE
1111
url: http://openmbee.org

src/main/java/org/openmbee/mms/mmsri/MMSRIApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@OpenAPIDefinition(
1414
info = @Info(
1515
title = "MMS Reference Implementation API",
16-
version = "4.0.17",
16+
version = "4.0.18",
1717
description = "Documentation for MMS API",
1818
license = @License(name = "Apache 2.0", url = "http://www.apache.org/licenses/LICENSE-2.0.txt")
1919
),

src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<configuration scan="true" scanPeriod="10 seconds" debug="true">
2-
<contextName>mmsri</contextName>
2+
<contextName>mms4</contextName>
33
<jmxConfigurator />
44
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
55
<encoder>

0 commit comments

Comments
 (0)