Skip to content

Commit 028c4d3

Browse files
Merge pull request #32 from mxenabled/openapi-generator-0.5.2
Generated version 0.5.2
2 parents d5f28db + 0faab59 commit 028c4d3

File tree

5 files changed

+29
-21
lines changed

5 files changed

+29
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mvn clean package
2424
```
2525

2626
Then manually install the following JARs:
27-
- `target/mx-platform-java-0.5.1.jar`
27+
- `target/mx-platform-java-0.5.2.jar`
2828
- `target/lib/*.jar`
2929

3030
### Maven users
@@ -35,7 +35,7 @@ Add this dependency to your project's POM:
3535
<dependency>
3636
<groupId>com.mx</groupId>
3737
<artifactId>mx-platform-java</artifactId>
38-
<version>0.5.1</version>
38+
<version>0.5.2</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
```

openapi/config.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
apiPackage: "com.mx.client.mx-platform-api"
2-
artifactDescription: "A Java library for the MX Platform API"
3-
artifactId: "mx-platform-java"
4-
artifactUrl: "https://github.com/mxenabled/mx-platform-java"
5-
artifactVersion: 0.5.1
6-
developerEmail: "devexperience@mx.com"
7-
developerName: "MX"
8-
developerOrganization: "MX Technologies Inc."
9-
developerOrganizationUrl: "https://www.mx.com/"
10-
groupId: "com.mx"
1+
---
2+
apiPackage: com.mx.client.mx-platform-api
3+
artifactDescription: A Java library for the MX Platform API
4+
artifactId: mx-platform-java
5+
artifactUrl: https://github.com/mxenabled/mx-platform-java
6+
artifactVersion: 0.5.2
7+
developerEmail: devexperience@mx.com
8+
developerName: MX
9+
developerOrganization: MX Technologies Inc.
10+
developerOrganizationUrl: https://www.mx.com/
11+
groupId: com.mx
1112
hideGenerationTimestamp: true
12-
invokerPackage: "com.mx.client"
13-
licenseName: "MIT"
14-
licenseUrl: "https://github.com/mxenabled/mx-platform-java/LICENSE"
15-
modelPackage: "com.mx.client.model"
16-
scmConnection: "https://github.com/mxenabled/mx-platform-java.git"
17-
scmDeveloperConnection: "git@github.com:mxenabled/mx-platform-java.git"
18-
scmUrl: "https://github.com/mxenabled/mx-platform-java"
13+
invokerPackage: com.mx.client
14+
licenseName: MIT
15+
licenseUrl: https://github.com/mxenabled/mx-platform-java/LICENSE
16+
modelPackage: com.mx.client.model
17+
scmConnection: https://github.com/mxenabled/mx-platform-java.git
18+
scmDeveloperConnection: git@github.com:mxenabled/mx-platform-java.git
19+
scmUrl: https://github.com/mxenabled/mx-platform-java

openapitools.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3+
"spaces": 2,
4+
"generator-cli": {
5+
"version": "5.3.1"
6+
}
7+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>mx-platform-java</artifactId>
66
<packaging>jar</packaging>
77
<name>mx-platform-java</name>
8-
<version>0.5.1</version>
8+
<version>0.5.2</version>
99
<url>https://github.com/mxenabled/mx-platform-java</url>
1010
<description>A Java library for the MX Platform API</description>
1111
<scm>

src/main/java/com/mx/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private void init() {
131131
json = new JSON();
132132

133133
// Set default User-Agent.
134-
setUserAgent("OpenAPI-Generator/0.5.1/java");
134+
setUserAgent("OpenAPI-Generator/0.5.2/java");
135135

136136
authentications = new HashMap<String, Authentication>();
137137
}

0 commit comments

Comments
 (0)