File tree 5 files changed +7
-7
lines changed
src/main/java/org/omg/sysml
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Add this dependency to your project's POM:
39
39
<dependency >
40
40
<groupId >org.omg.sysml</groupId >
41
41
<artifactId >sysml-v2-api-client</artifactId >
42
- <version >2020-05-rc1 </version >
42
+ <version >2020-05</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
```
@@ -49,7 +49,7 @@ Add this dependency to your project's POM:
49
49
Add this dependency to your project's build file:
50
50
51
51
``` groovy
52
- compile "org.omg.sysml:sysml-v2-api-client:2020-05-rc1 "
52
+ compile "org.omg.sysml:sysml-v2-api-client:2020-05"
53
53
```
54
54
55
55
### Others
@@ -62,7 +62,7 @@ mvn clean package
62
62
63
63
Then manually install the following JARs:
64
64
65
- * ` target/sysml-v2-api-client-2020-05-rc1 .jar `
65
+ * ` target/sysml-v2-api-client-2020-05.jar `
66
66
* ` target/lib/*.jar `
67
67
68
68
## Getting Started
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'eclipse'
3
3
apply plugin : ' java'
4
4
5
5
group = ' org.omg.sysml'
6
- version = ' 2020-05-rc1 '
6
+ version = ' 2020-05'
7
7
8
8
buildscript {
9
9
repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
2
settings(
3
3
organization := " org.omg.sysml" ,
4
4
name := " sysml-v2-api-client" ,
5
- version := " 2020-05-rc1 " ,
5
+ version := " 2020-05" ,
6
6
scalaVersion := " 2.11.4" ,
7
7
scalacOptions ++= Seq (" -feature" ),
8
8
javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 5
5
<artifactId >sysml-v2-api-client</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >sysml-v2-api-client</name >
8
- <version >2020-05-rc1 </version >
8
+ <version >2020-05</version >
9
9
<url >https://github.com/openapitools/openapi-generator</url >
10
10
<description >OpenAPI Java</description >
11
11
<scm >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ private void init() {
97
97
json = new JSON ();
98
98
99
99
// Set default User-Agent.
100
- setUserAgent ("OpenAPI-Generator/2020-05-rc1 /java" );
100
+ setUserAgent ("OpenAPI-Generator/2020-05/java" );
101
101
102
102
authentications = new HashMap <String , Authentication >();
103
103
}
You can’t perform that action at this time.
0 commit comments