diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index da4477a7a..283a5a300 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -394,8 +394,6 @@ jobs:
env:
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- OSSRH_JIRA_USERNAME: ${{ secrets.OSSRH_JIRA_USERNAME }}
- OSSRH_JIRA_PASSWORD: ${{ secrets.OSSRH_JIRA_PASSWORD }}
- name: Update version to next snapshot and push back
run: |
ci/change_version.sh -i -m .
diff --git a/ci/mvnsettings.xml b/ci/mvnsettings.xml
index 4a09501ab..838b0593a 100644
--- a/ci/mvnsettings.xml
+++ b/ci/mvnsettings.xml
@@ -1,23 +1,23 @@
-
-
- ossrh
-
- true
-
-
- gpg
- ${env.GPG_KEY_NAME}
- ${env.GPG_PASSPHRASE}
-
-
-
+
+
+ ossrh
+
+ true
+
+
+ gpg
+ ${env.GPG_KEY_NAME}
+ ${env.GPG_PASSPHRASE}
+
+
+
-
-
- ossrh
- ${env.OSSRH_JIRA_USERNAME}
- ${env.OSSRH_JIRA_PASSWORD}
-
-
-
\ No newline at end of file
+
+
+ ossrh
+ iFwWwha3
+ uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r
+
+
+