From e9cbc9a3c5d6b5418873cd97176147444355ad18 Mon Sep 17 00:00:00 2001 From: im-deviprakash Date: Wed, 28 Feb 2024 16:10:33 +0530 Subject: [PATCH 1/2] Latest version 1.0.0. --- README.md | 44 +++++++++++++++++++++++++++++++++++++++++--- pom.xml | 2 +- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3efdcf5f..74bbbca7 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ XI Sdk Resellers For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers. -*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)* - ## Requirements @@ -18,7 +16,47 @@ Building the API client library requires: ## Installation -To install the API client library to your local Maven repository, simply execute: +To install the API client library to your local Maven repository: +In settings.xml in your machine add : +```xml +```xml + + + + github + + + + + github + + + central + https://repo1.maven.org/maven2 + + + github + https://maven.pkg.github.com/ingrammicro-xvantage/xi-sdk-resellers-java + + true + + + + + + + + + github + youruserid ///Replace with your user id + accesstoken /// Get access token from developer settings in your profile. + + + +``` ```shell mvn clean install diff --git a/pom.xml b/pom.xml index c7e7fc55..62876d61 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ xi.sdk.resellers jar xi.sdk.resellers - 0.0.1 + 1.0.0 https://github.com/ingrammicro-xvantage/xi-sdk-resellers-java From c6652ffec0665b7d0d64f6362b98aefdab53e83a Mon Sep 17 00:00:00 2001 From: S V S K Devi Prakash Kandikonda <153610898+im-deviprakash@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:11:38 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74bbbca7..6526e54d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Building the API client library requires: To install the API client library to your local Maven repository: In settings.xml in your machine add : ```xml -```xml +