From 5fe7b487654bb1d966f4693fd906e737d2cdbb40 Mon Sep 17 00:00:00 2001 From: Nick Morgan Date: Wed, 24 Jun 2026 08:19:47 -0700 Subject: [PATCH 1/2] remove references to samples from readme and pom --- README.md | 8 +++----- pom.xml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a252356..cdbf8c1 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,13 @@ ## Overview -The *Coinbase Prime Java SDK* is a sample library that demonstrates the usage of the [Coinbase Prime](https://prime.coinbase.com/) API via its [REST APIs](https://docs.cdp.coinbase.com/prime/reference). +The *Coinbase Prime Java SDK* is a Java client library for the [Coinbase Prime](https://prime.coinbase.com/) [REST APIs](https://docs.cdp.coinbase.com/prime/reference). **Repository:** [coinbase/prime-sdk-java](https://github.com/coinbase/prime-sdk-java) ## License -The *Coinbase Prime Java SDK* sample library is free and open source and released under the [Apache License, Version 2.0](LICENSE). - -The application and code are only available for demonstration purposes. +The *Coinbase Prime Java SDK* is free and open source and released under the [Apache License, Version 2.0](LICENSE). ## Usage @@ -104,7 +102,7 @@ Maven example: ## Build -To build the sample library, ensure that Java Development Kit (JDK) 11+ is installed and then run: +To build the SDK, ensure that Java Development Kit (JDK) 11+ is installed and then run: ```bash mvn clean install diff --git a/pom.xml b/pom.xml index 4692aee..eeba911 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 4.0.0 coinbase-prime-sdk-java Coinbase Prime Java SDK - Sample Java SDK for the Coinbase Prime REST APIs + Java SDK for the Coinbase Prime REST APIs com.coinbase.prime https://github.com/coinbase/prime-sdk-java 1.10.1 From dd720c8f08869acceeef37a39a048c8a286033f1 Mon Sep 17 00:00:00 2001 From: Nick Morgan Date: Wed, 24 Jun 2026 08:20:29 -0700 Subject: [PATCH 2/2] bump version for maven publishing --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eeba911..c98ed02 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ Java SDK for the Coinbase Prime REST APIs com.coinbase.prime https://github.com/coinbase/prime-sdk-java - 1.10.1 + 1.10.2 Apache License, Version 2.0