Skip to content

Commit

Permalink
Quote details is changed as there is no dateClosed for closed quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
im-deviprakash committed Feb 21, 2024
1 parent e66d9aa commit 2ccf692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,18 @@ Add this dependency to your project's POM:
</dependency>
```

### 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:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>xi.sdk.resellers</artifactId>
<packaging>jar</packaging>
<name>xi.sdk.resellers</name>
<version>1.0.3</version>
<version>1.0.3.1</version>
<url>https://github.com/ingrammicro-xvantage/xi-sdk-resellers-java</url>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 2ccf692

Please sign in to comment.