Skip to content

Commit 91621bf

Browse files
committed
Update versions for release
1 parent a9224e5 commit 91621bf

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
master_doc = 'index'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '4.0.18'
29+
release = '4.0.19'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Running MMS
4949
First, create a container from an MMS image. In the example below, the container is using the host network for simplicity.
5050
::
5151

52-
docker create --name=mms --network="host" -e "SPRING_CONFIG_LOCATION=/mms.properties" openmbee/mms:4.0.18
52+
docker create --name=mms --network="host" -e "SPRING_CONFIG_LOCATION=/mms.properties" openmbee/mms:4.0.19
5353

5454
Copy properties
5555
If using the above command, copy the properties file to the defined spring config location.

gradle.properties

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

4-
mmsVersion=4.0.18
4+
mmsVersion=4.0.19
55
springBootVersion=2.7.11

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.18
8+
version: 4.0.19
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.18"
6+
"artifactVersion": "4.0.19"
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.18",
4+
"artifactVersion": "4.0.19",
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.18"
4+
"packageVersion": "4.0.19"
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.18",
16+
version = "4.0.19",
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)