File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/com/mx/client Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 MX
3+ Copyright (c) 2021 MX Technologies Inc.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ mvn clean package
2828```
2929
3030Then manually install the following JARs:
31- - ` target/mx-platform-java-0.1.0 .jar `
31+ - ` target/mx-platform-java-0.1.1 .jar `
3232 - ` target/lib/*.jar `
3333
3434## Getting Started
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiPackage: "com.mx.client.mx-platform-api"
22artifactDescription : " A Java library for the MX Platform API"
33artifactId : " mx-platform-java"
44artifactUrl : " https://github.com/mxenabled/mx-platform-java"
5- artifactVersion : 0.1.0
5+ artifactVersion : 0.1.1
66developerEmail : " devexperience@mx.com"
77developerName : " MX"
88developerOrganization : " MX Technologies Inc."
Original file line number Diff line number Diff line change 55 <artifactId >mx-platform-java</artifactId >
66 <packaging >jar</packaging >
77 <name >mx-platform-java</name >
8- <version >0.1.0 </version >
8+ <version >0.1.1 </version >
99 <url >https://github.com/mxenabled/mx-platform-java</url >
1010 <description >A Java library for the MX Platform API</description >
1111 <scm >
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ private void init() {
125125 json = new JSON ();
126126
127127 // Set default User-Agent.
128- setUserAgent ("OpenAPI-Generator/0.1.0 /java" );
128+ setUserAgent ("OpenAPI-Generator/0.1.1 /java" );
129129
130130 authentications = new HashMap <String , Authentication >();
131131 }
You can’t perform that action at this time.
0 commit comments