You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor pom to include the nexus-staging-maven-plugin and to move the maven-gpg-plugin into the build tags.
This also refactors the publish workflow by removing the build settings action and to update the deploy command to pass in additional arguments.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
*This project is currently in **Beta**. Please open up an issue [here](https://github.com/mxenabled/mx-platform-java/issues) to report issues using the MX Platform API Java Library.*
2
2
3
-
# MX Platform Java
3
+
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech).*
4
4
5
-
The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
5
+
#MX Platform Java - v0.3.2
6
6
7
-
For more information, please [visit](https://www.mx.com/products/platform-api)
7
+
The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
8
8
9
-
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
9
+
Please [visit](https://www.mx.com/products/platform-api) for more information.
10
10
11
11
## Requirements
12
12
@@ -28,7 +28,7 @@ mvn clean package
28
28
```
29
29
30
30
Then manually install the following JARs:
31
-
-`target/mx-platform-java-0.3.1.jar`
31
+
-`target/mx-platform-java-0.3.2.jar`
32
32
-`target/lib/*.jar`
33
33
34
34
### Maven users
@@ -39,7 +39,7 @@ Add this dependency to your project's POM:
Copy file name to clipboardExpand all lines: openapi/templates/README.mustache
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
*This project is currently in **Beta**. Please open up an issue [here](https://github.com/mxenabled/mx-platform-java/issues) to report issues using the MX Platform API Java Library.*
2
2
3
-
# MX Platform Java
3
+
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech).*
4
+
5
+
# MX Platform Java - v{{{artifactVersion}}}
4
6
5
7
{{{appDescriptionWithNewLines}}}
6
8
7
9
{{#infoUrl}}
8
-
For more information, please [visit]({{{infoUrl}}})
10
+
Please [visit]({{{infoUrl}}}) for more information.
9
11
{{/infoUrl}}
10
12
11
-
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
0 commit comments