From 8f7b4b68f52e6b2ea0f85d6401fc508ece39ba28 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 17 Aug 2020 18:07:29 +0200 Subject: [PATCH 1/2] docs: releasing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0d15acc0..a9d55d16 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ Current versions of dependencies are included in the `./lib` directory. * [multihash](https://github.com/multiformats/java-multihash) * [cid](https://github.com/ipld/java-cid) +## Releasing +The version number is specified in `build.xml` and `pom.xml` and must be changed in both places in order to be accurately reflected in the JAR file manifest. A git tag must be added in the format `vx.x.x` for [JitPack](https://jitpack.io/#ipfs/java-ipfs-http-client/) to work. + ## Contribute Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/java-ipfs-api/issues)! From 49381d896ad5a5567e538d0c09aee80beadd3942 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 17 Aug 2020 18:10:49 +0200 Subject: [PATCH 2/2] chore: v1.3.3 License: MIT Signed-off-by: Marcin Rataj --- build.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 457962cc..0a5704bc 100644 --- a/build.xml +++ b/build.xml @@ -40,7 +40,7 @@ - + diff --git a/pom.xml b/pom.xml index a80541e7..b33d74fa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.ipfs java-ipfs-http-client - v1.3.2 + v1.3.3 jar java-ipfs-http-client