From a1d8c42d659331f0d0f6d7a6a4c2c5997f022adb Mon Sep 17 00:00:00 2001 From: JW Wesson Date: Tue, 29 Jul 2025 17:10:59 -0500 Subject: [PATCH 1/2] update release step credentials --- .github/workflows/create-release.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8b70cff3..abac6303 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -73,6 +73,6 @@ jobs: - name: Publish to Apache Maven Central run: mvn -B clean deploy -DskipTests env: - MAVEN_USERNAME: GerskonW + MAVEN_USERNAME: KBp2Uz MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN_TK }} MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE_TK }} diff --git a/pom.xml b/pom.xml index 284e5cd5..79935d9a 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.6 + 1.6.14 true @@ -179,7 +179,7 @@ ossrh - https://s01.oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com true 15 true From 130a0ad80979da7c874166da6e2aa11c2920b85a Mon Sep 17 00:00:00 2001 From: JW Wesson Date: Tue, 29 Jul 2025 17:11:51 -0500 Subject: [PATCH 2/2] update version --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05cf74f3..7f922d88 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The official Java SDK for the Textkernel Tx v10 API for resume/CV and job parsin ### Gradle Users Add this dependency to your project's build file: ``` -implementation "com.textkernel:tx-java:3.0.1" +implementation "com.textkernel:tx-java:3.0.2" ``` ### Maven Users @@ -22,13 +22,13 @@ Add this dependency to your project's POM: com.textkernel tx-java - 3.0.1 + 3.0.2 ``` ### Others You'll need to manually install the following JARs: -- The Textkernel Tx JAR from https://repo1.maven.org/maven2/com/textkernel/tx-java/3.0.1/tx-java-3.0.1.jar +- The Textkernel Tx JAR from https://repo1.maven.org/maven2/com/textkernel/tx-java/3.0.2/tx-java-3.0.2.jar - [Google Gson][gson_url] from https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar - [Square OkHttp][okhttp_url] from https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar diff --git a/pom.xml b/pom.xml index 79935d9a..e1c71ae5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.textkernel tx-java - 3.0.1 + 3.0.2 jar Textkernel Tx Java SDK