Skip to content

Commit 68bd8ed

Browse files
committed
Merge branch 'release/2022-04'
2 parents fa70540 + 044f0c5 commit 68bd8ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := """SysML-v2-API-Services"""
22
organization := "org.omg"
33

4-
version := "2022-04-m1"
4+
version := "2022-04"
55

66
javacOptions ++= Seq("-source", "11", "-target", "11", "-Xlint")
77

public/swagger/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ definitions:
12481248
uuid
12491249
'@type':
12501250
type: string
1251-
identifier:
1251+
elementId:
12521252
type: string
12531253
format: uuid
12541254
additionalProperties:
@@ -1262,7 +1262,7 @@ definitions:
12621262
uuid
12631263
'@type':
12641264
type: string
1265-
identifier:
1265+
elementId:
12661266
type: string
12671267
format: uuid
12681268
source:

0 commit comments

Comments
 (0)