Skip to content

Commit 3f2b3e0

Browse files
authored
Merge pull request #66 from Open-MBEE/release/4.0.17
Release/4.0.17
2 parents 9b77be3 + b5f1ee1 commit 3f2b3e0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.16
1+
version=4.0.17
22
group=org.openmbee.mms
33

4-
mmsVersion=4.0.16
4+
mmsVersion=4.0.17
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.16
8+
version: 4.0.17
99
contact:
1010
name: OpenMBEE
1111
url: http://openmbee.org

openapi/doc-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"invokerPackage": "org.openmbee.mms",
44
"groupId": "org.openmbee.mms",
55
"artifactId": "mms-client",
6-
"artifactVersion": "4.0.16"
6+
"artifactVersion": "4.0.17"
77
}

openapi/java-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"groupId": "org.openmbee.mms",
33
"artifactId": "mms-java-client",
4-
"artifactVersion": "4.0.16",
4+
"artifactVersion": "4.0.17",
55
"artifactUrl": "https://github.com/Open-MBEE/mms",
66
"artifactDescription": "Java OpenAPI Client for MMS",
77
"library": "jersey2",

openapi/python-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageName": "mms_python_client",
33
"projectName": "mms-python-client",
4-
"packageVersion": "4.0.16"
4+
"packageVersion": "4.0.17"
55
}

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.16",
16+
version = "4.0.17",
1717
description = "Documentation for MMS API",
1818
license = @License(name = "Apache 2.0", url = "http://www.apache.org/licenses/LICENSE-2.0.txt")
1919
),

0 commit comments

Comments
 (0)