trifonnt / ext-lib-amazon-mws-orders

Amazon MWS(Marketplace Web Service) Orders Java library ver. 2013-09-01.V293334172
Apache License 2.0
4 stars 2 forks source link

Version mismatch between documentation and actual version #1

Closed ChameleonTartu closed 3 years ago

ChameleonTartu commented 5 years ago

<version>1.0.0</version> should be <version>2017.12.04-17_43-5a26e23</version>

trifonnt commented 5 years ago

@ChameleonTartu can you please specify which file need to be changed? pom.xml ?

ChameleonTartu commented 5 years ago

In documentation you have example of dependency usage for Maven:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.trifonnt</groupId>
    <artifactId>ext-lib-amazon-mws-orders</artifactId>
    <version>1.0.0</version>
</dependency>

It should be like this instead:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.trifonnt</groupId>
    <artifactId>ext-lib-amazon-mws-orders</artifactId>
    <version>2017.12.04-17_43-5a26e23</version>
</dependency>

Based on the Jitpack builds.

trifonnt commented 3 years ago

@ChameleonTartu Thank you! I have updated documentation and this should be fixed now.