Skip to content

Commit 05e8449

Browse files
committed
Bump version for tag/release v1.1.421 (#162)
1 parent 1c1feea commit 05e8449

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This library is published to [Maven Central](https://central.sonatype.com/artifa
1515
<dependency>
1616
<groupId>com.w3asel</groupId>
1717
<artifactId>inventree-sdk-java</artifactId>
18-
<version>1.0.391</version>
18+
<version>1.1.421</version>
1919
</dependency>
2020
```
2121

2222
Alternately, if you're just looking for a jar file you can find it attached to the corresponding [release](https://github.com/1337joe/inventree-sdk-java/releases) here on GitHub.
2323

24-
The version number is a mix of the InvenTree release (1.0) and the schema version (391) with point releases after that when multiple client jars are released against the same schema.
24+
The version number is a mix of the InvenTree release (1.1) and the schema version (421) with point releases after that when multiple client jars are released against the same schema.
2525

2626
The `main` branch of this repository tracks `InvenTree/master` and may not be compatible with the latest stable release. As it is not tied to an InvenTree release, it is published as `-SNAPSHOT` jars ([browsable here](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/w3asel/inventree-sdk-java/)), which may be consumed by [adding the central snapshot repository to your pom](https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-snapshot-releases-for-your-project):
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.w3asel</groupId>
88
<artifactId>inventree-sdk-java</artifactId>
99
<packaging>jar</packaging>
10-
<version>1.0.421-SNAPSHOT</version>
10+
<version>1.1.421</version>
1111

1212
<name>InvenTree SDK (Java)</name>
1313
<description>A Java implementation of the OpenAPI spec published by InvenTree.</description>

0 commit comments

Comments
 (0)