diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 63fa64a2..1b2085c3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -7,6 +7,7 @@ name: Java CI with Maven on: push: + branches: [ main ] pull_request: branches: [ main] diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..84e2962e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Ingram Micro + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 89300c14..bf6fdc9d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Add this dependency to your project's POM: xi.sdk.resellers xi.sdk.resellers - 6.0 + 1.0.0 compile ``` @@ -57,7 +57,7 @@ Add this dependency to your project's build file: } dependencies { - implementation "xi.sdk.resellers:xi.sdk.resellers:1.0.0" + implementation "xi.sdk.resellers:xi.sdk.resellers:6.0" } ``` @@ -71,7 +71,7 @@ mvn clean package Then manually install the following JARs: -* `target/xi.sdk.resellers-1.0.0.jar` +* `target/xi.sdk.resellers-6.0.jar` * `target/lib/*.jar` ## Getting Started @@ -523,3 +523,4 @@ For any inquiries or support, please feel free to contact us at: + diff --git a/pom.xml b/pom.xml index 002a6d56..62876d61 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ MIT - https://opensource.org/licenses/MIT + https://github.com/ingrammicro-xvantage/xi-sdk-resellers-java/blob/main/LICENSE repo @@ -33,7 +33,7 @@ Ingram Micro Xvantage Intergration(XI) xi_support@ingrammicro.com - OpenAPITools.org + Ingram Micro https://developer.ingrammicro.com/reseller