Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trifonnt committed May 8, 2021
1 parent 7928aa4 commit 0f8201a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ mvn deploy
- Open below URL in order to start JitPack build process

```shell
https://jitpack.io/com/github/trifonnt/ext-lib-amazon-mws-fulfillment-inventory/1.0.0-alpha.1
https://jitpack.io/com/github/trifonnt/ext-lib-amazon-mws-fulfillment-inventory/1.0.1
```

### Get this project into your Maven build(pom.xml)
Expand All @@ -112,7 +112,7 @@ https://jitpack.io/com/github/trifonnt/ext-lib-amazon-mws-fulfillment-inventory/
<dependency>
<groupId>com.github.trifonnt</groupId>
<artifactId>ext-lib-amazon-mws-fulfillment-inventory</artifactId>
<version>1.0.0-alpha.1</version>
<version>1.0.1</version>
</dependency>
...
```
Expand Down
37 changes: 18 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright [2017] [Trifon Trifonov]
Copyright [2021] [Trifon Trifonov]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -69,7 +69,7 @@ limitations under the License.
<connection>scm:git:[email protected]:trifonnt/ext-lib-amazon-mws-fulfillment-inventory.git</connection>
<developerConnection>scm:git:[email protected]:trifonnt/ext-lib-amazon-mws-fulfillment-inventory.git</developerConnection>
<url>https://github.com/trifonnt/${github.repo}/tree/master</url>
<tag>1.0.0-alpha.5</tag>
<tag>1.0.1</tag>
</scm>
<!--scm>
<connection>scm:git:[email protected]:${github.user}/${github.repo}.git</connection>
Expand Down Expand Up @@ -102,14 +102,14 @@ limitations under the License.
-->
<additionalparam>-Xdoclint:none</additionalparam>

<amazon-mws-client-runtime-version>1.0.2</amazon-mws-client-runtime-version>
<amazon-mws-client-runtime-version>[1.0.3,)</amazon-mws-client-runtime-version>
<maven-bundle-version>2.3.7</maven-bundle-version>
<commons-codec-version>1.6</commons-codec-version>
<commons-logging-version>1.1</commons-logging-version>
<org-apache-httpcomponents-version>4.2.3</org-apache-httpcomponents-version>
<!--commons-codec-version>1.6</commons-codec-version-->
<!--commons-logging-version>1.1</commons-logging-version-->
<!--org-apache-httpcomponents-version>[4.3.6,)</org-apache-httpcomponents-version-->

<mockito-version>1.9.5</mockito-version>
<junit-version>4.11</junit-version>
<junit-version>[4.13.1,)</junit-version>

<github.user>trifont</github.user>
<github.repo>ext-lib-amazon-mws-fulfillment-inventory</github.repo>
Expand All @@ -125,28 +125,27 @@ limitations under the License.
<artifactId>ext-lib-amazon-mws-client-runtime</artifactId>
<version>${amazon-mws-client-runtime-version}</version>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>

<!--dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec-version}</version>
</dependency>
<dependency>
</dependency-->
<!--dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>${commons-logging-version}</version>
</dependency>
<dependency>
</dependency-->
<!--dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${org-apache-httpcomponents-version}</version>
<!--exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
</exclusions-->
</dependency>
</dependency-->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
Expand Down

0 comments on commit 0f8201a

Please sign in to comment.