From 2ccf69299b257aa5307557b82ff7c0f4206063ae Mon Sep 17 00:00:00 2001 From: im-deviprakash Date: Wed, 21 Feb 2024 17:08:22 +0530 Subject: [PATCH] Quote details is changed as there is no dateClosed for closed quotes. --- README.md | 17 +++++++---------- pom.xml | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4689504e..dca569a0 100644 --- a/README.md +++ b/README.md @@ -45,21 +45,18 @@ Add this dependency to your project's POM: ``` -### Gradle users +### +If you want to compile it yourself, here's how: -Add this dependency to your project's build file: -```groovy - repositories { - mavenCentral() // Needed if the 'xi.sdk.resellers' jar has been published to maven central. - mavenLocal() // Needed if the 'xi.sdk.resellers' jar has been published to the local maven repo. - } +```shell +git clone https://github.com/ingrammicro-xvantage/xi-sdk-resellers-java.git +cd xi-sdk-resellers-java +mvn install # Requires maven, download from https://maven.apache.org/download.html - dependencies { - implementation "xi.sdk.resellers:xi.sdk.resellers:1.0.0" - } ``` + ### Others At first generate the JAR by executing: diff --git a/pom.xml b/pom.xml index 32440e30..9fd3d243 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ xi.sdk.resellers jar xi.sdk.resellers - 1.0.3 + 1.0.3.1 https://github.com/ingrammicro-xvantage/xi-sdk-resellers-java