From 40984109e99ddc59df567ed54f9a8063786f745b Mon Sep 17 00:00:00 2001 From: Manuel Polo Date: Tue, 26 May 2026 10:00:59 +0000 Subject: [PATCH] fix: align pom artifactId + README with JitPack publish coords MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JitPack with the registered com.qtsurfer domain uses the GitHub repo name as the artifactId, not pom . Empirical check: https://jitpack.io/v/com.qtsurfer/api-client.svg → 401 https://jitpack.io/v/com.qtsurfer/api-client-java.svg → 200 The pom said api-client; consumers can't actually pull that coord. Renaming to api-client-java makes the published name match the local mvn install name match the README snippets. Side fix: README still showed version 0.3.0, bumped to 0.3.1 to match current pom version. --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 868b677..269fcf5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

CI - JitPack + JitPack JDK 17+ License

@@ -12,7 +12,7 @@

- com.qtsurfer:api-client · com.qtsurfer:api-client + com.qtsurfer:api-client-java · com.qtsurfer:api-client-java

--- @@ -49,12 +49,12 @@ For Gradle: ```gradle repositories { maven { url 'https://jitpack.io' } } -dependencies { implementation 'com.qtsurfer:api-client:0.3.0' } +dependencies { implementation 'com.qtsurfer:api-client-java:0.3.1' } ``` ### Via Maven Central (future) -Once published to Central, the coordinate will be `com.qtsurfer:api-client:0.3.0`. +Once published to Central, the coordinate will be `com.qtsurfer:api-client-java:0.3.1`. ## Quick start diff --git a/pom.xml b/pom.xml index 04537be..33f2367 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.qtsurfer - api-client + api-client-java 0.3.1 jar