From d5487699ca338a46e47b42ea86505c95c1d4c760 Mon Sep 17 00:00:00 2001 From: phasetwo-bot Date: Fri, 11 Aug 2023 21:31:29 +0000 Subject: [PATCH 1/3] [ci skip] prepare release v0.1.6 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index acda10a..435f125 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ phasetwo-admin-client jar phasetwo-admin-client - 0.1.6-SNAPSHOT + 0.1.6 com.github.xgp @@ -29,7 +29,7 @@ https://github.com/p2-inc/phasetwo-java scm:git:git@github.com:p2-inc/phasetwo-java.git - HEAD + v0.1.6 From b9a91fad42dbb1fb3c7549934984331ba1d8e00e Mon Sep 17 00:00:00 2001 From: phasetwo-bot Date: Fri, 11 Aug 2023 21:31:30 +0000 Subject: [PATCH 2/3] [ci skip] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 435f125..f9f90e2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ phasetwo-admin-client jar phasetwo-admin-client - 0.1.6 + 0.1.7-SNAPSHOT com.github.xgp @@ -29,7 +29,7 @@ https://github.com/p2-inc/phasetwo-java scm:git:git@github.com:p2-inc/phasetwo-java.git - v0.1.6 + HEAD From 736f78b63db133c3dc8424dedf27f8991c58009d Mon Sep 17 00:00:00 2001 From: Luca Orlandi Date: Mon, 11 Dec 2023 20:49:56 +0100 Subject: [PATCH 3/3] Update README.md (#10) Update link to API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ac4ac3..d1a67f4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Phase Two Java SDK library provides access to the Phase Two API from applica ## Documentation -See the [API Reference](https://phasetwo.io/api/) and [Javadoc](https://javadoc.io/doc/io.phasetwo/phasetwo-admin-client) +See the [API Reference]([https://phasetwo.io/api/](https://phasetwo.io/api/phase-two-admin-rest-api)) and [Javadoc](https://javadoc.io/doc/io.phasetwo/phasetwo-admin-client) ## Installation