Skip to content

Commit

Permalink
Merge pull request #66 from Open-MBEE/release/4.0.17
Browse files Browse the repository at this point in the history
Release/4.0.17
  • Loading branch information
dlamoris authored Apr 4, 2023
2 parents 9b77be3 + b5f1ee1 commit 3f2b3e0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=4.0.16
version=4.0.17
group=org.openmbee.mms

mmsVersion=4.0.16
mmsVersion=4.0.17
springBootVersion=2.6.7
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.16
version: 4.0.17
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.16"
"artifactVersion": "4.0.17"
}
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.16",
"artifactVersion": "4.0.17",
"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.16"
"packageVersion": "4.0.17"
}
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.16",
version = "4.0.17",
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 3f2b3e0

Please sign in to comment.