Skip to content

Commit

Permalink
Merge branch 'master' into release/4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiJun authored Jan 25, 2022
2 parents 0911cfa + ae7baa3 commit 4ff320d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openapi/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.txt
version: 4.0.3
version: 4.0.4
contact:
name: OpenMBEE
url: http://openmbee.org
Expand Down
2 changes: 1 addition & 1 deletion openapi/doc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"invokerPackage": "org.openmbee.mms",
"groupId": "org.openmbee.mms",
"artifactId": "mms-client",
"artifactVersion": "4.0.3"
"artifactVersion": "4.0.4"
}
2 changes: 1 addition & 1 deletion openapi/java-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"groupId": "org.openmbee.mms",
"artifactId": "mms-java-client",
"artifactVersion": "4.0.3",
"artifactVersion": "4.0.4",
"artifactUrl": "https://github.com/Open-MBEE/mms",
"artifactDescription": "Java OpenAPI Client for MMS",
"library": "jersey2",
Expand Down
2 changes: 1 addition & 1 deletion openapi/python-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageName": "mms_python_client",
"projectName": "mms-python-client",
"packageVersion": "4.0.3"
"packageVersion": "4.0.4"
}
2 changes: 1 addition & 1 deletion src/main/java/org/openmbee/mms/mmsri/MMSRIApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@OpenAPIDefinition(
info = @Info(
title = "MMS Reference Implementation API",
version = "4.0.3",
version = "4.0.4",
description = "Documentation for MMS API",
license = @License(name = "Apache 2.0", url = "http://www.apache.org/licenses/LICENSE-2.0.txt")
),
Expand Down

0 comments on commit 4ff320d

Please sign in to comment.