diff --git a/.github/workflows/publish-to-central.yml b/.github/workflows/publish-to-central.yml
index 33a3de4..1a64535 100644
--- a/.github/workflows/publish-to-central.yml
+++ b/.github/workflows/publish-to-central.yml
@@ -62,11 +62,9 @@ jobs:
- name: Publish to Central
env:
- GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
- mvn -B -P maven-central \
- -Dgpg.passphrase="${GPG_PASSPHRASE}" \
- clean deploy
+ mvn -B -P maven-central clean deploy
- name: Confirmation
run: echo "Published version $VERSION to Maven Central."
diff --git a/README.md b/README.md
index 3fe16b8..d336233 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# White_Utils – Java Utility Library
-[](https://search.maven.org/artifact/com.whiteorganization/whiteutils)
+[](https://search.maven.org/artifact/io.github.white-sdev/white-utils)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](#)
@@ -23,7 +23,7 @@ WhiteUtils is designed to be as generic and dependency-minimal as possible so it
**Add dependency (example):**
```xml
- com.whiteorganization
+ io.github.white-sdev
white-utils
1.0.1
diff --git a/pom.xml b/pom.xml
index 06bcc7f..7ad28bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
- io.github.whiteorganization
+ io.github.white-sdev
white-utils
1.0.1
${project.groupId}:${project.artifactId}