@@ -39,7 +39,7 @@ Add this dependency to your project's POM:
3939<dependency >
4040 <groupId >org.omg.sysml</groupId >
4141 <artifactId >sysml-v2-api-client</artifactId >
42- <version >2020-03</version >
42+ <version >2020-03-rc2 </version >
4343 <scope >compile</scope >
4444</dependency >
4545```
@@ -49,7 +49,7 @@ Add this dependency to your project's POM:
4949Add this dependency to your project's build file:
5050
5151``` groovy
52- compile "org.omg.sysml:sysml-v2-api-client:2020-03"
52+ compile "org.omg.sysml:sysml-v2-api-client:2020-03-rc2 "
5353```
5454
5555### Others
@@ -62,7 +62,7 @@ mvn clean package
6262
6363Then manually install the following JARs:
6464
65- * ` target/sysml-v2-api-client-2020-03.jar `
65+ * ` target/sysml-v2-api-client-2020-03-rc2 .jar `
6666* ` target/lib/*.jar `
6767
6868## Getting Started
@@ -122,20 +122,14 @@ Class | Method | HTTP request | Description
122122## Documentation for Models
123123
124124 - [ Commit] ( docs/Commit.md )
125- - [ CommitAllOf] ( docs/CommitAllOf.md )
126125 - [ Element] ( docs/Element.md )
127- - [ ElementAllOf] ( docs/ElementAllOf.md )
128126 - [ ElementIdentity] ( docs/ElementIdentity.md )
129- - [ ElementIdentityAllOf] ( docs/ElementIdentityAllOf.md )
130127 - [ ElementVersion] ( docs/ElementVersion.md )
131- - [ ElementVersionAllOf] ( docs/ElementVersionAllOf.md )
132128 - [ Error] ( docs/Error.md )
133129 - [ Identified] ( docs/Identified.md )
134130 - [ Project] ( docs/Project.md )
135- - [ ProjectAllOf] ( docs/ProjectAllOf.md )
136131 - [ Record] ( docs/Record.md )
137132 - [ Relationship] ( docs/Relationship.md )
138- - [ RelationshipAllOf] ( docs/RelationshipAllOf.md )
139133
140134
141135## Documentation for Authorization
0 commit comments