Skip to content

Commit

Permalink
Modified pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
im-deviprakash committed Jan 23, 2024
2 parents 316bd86 + e2f6d49 commit 775a55d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: Java CI with Maven

on:
push:

branches: [ main ]
pull_request:
branches: [ main]
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>xi.sdk.resellers</groupId>
<artifactId>xi.sdk.resellers</artifactId>
<version>6.0</version>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -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"
}
```

Expand All @@ -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
Expand Down Expand Up @@ -523,3 +523,4 @@ For any inquiries or support, please feel free to contact us at:




4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<url>https://github.com/ingrammicro-xvantage/xi-sdk-resellers-java/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -33,7 +33,7 @@
<developer>
<name>Ingram Micro Xvantage Intergration(XI)</name>
<email>[email protected]</email>
<organization>OpenAPITools.org</organization>
<organization>Ingram Micro</organization>
<organizationUrl>https://developer.ingrammicro.com/reseller</organizationUrl>
</developer>
</developers>
Expand Down

0 comments on commit 775a55d

Please sign in to comment.