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/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 284e5cd5..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
@@ -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