Skip to content

Commit 1776605

Browse files
authored
Merge pull request #56 from Open-MBEE/release/4.0.13
Release/4.0.13
2 parents 90f6b01 + dcd4713 commit 1776605

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
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.12
1+
version=4.0.13
22
group=org.openmbee.mms
33

4-
mmsVersion=4.0.12
4+
mmsVersion=4.0.13
55
springBootVersion=2.6.7

openapi/api-docs.yaml

Lines changed: 11 additions & 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.12
8+
version: 4.0.13
99
contact:
1010
name: OpenMBEE
1111
url: http://openmbee.org
@@ -1529,6 +1529,11 @@ components:
15291529
type: array
15301530
items:
15311531
$ref: '#/components/schemas/Element'
1532+
deleted:
1533+
type: array
1534+
nullable: true
1535+
items:
1536+
$ref: '#/components/schemas/Element'
15321537
commitId:
15331538
type: string
15341539
nullable: true
@@ -1628,6 +1633,11 @@ components:
16281633
type: array
16291634
items:
16301635
$ref: '#/components/schemas/Element'
1636+
deletes:
1637+
type: array
1638+
nullable: true
1639+
items:
1640+
$ref: '#/components/schemas/Element'
16311641
ViewGroupsResponse:
16321642
type: object
16331643
properties:

0 commit comments

Comments
 (0)