From d2461fdc8c858fcaca6cca4d24371b143d67b1fe Mon Sep 17 00:00:00 2001 From: Colt Frederickson Date: Wed, 11 Jun 2025 14:45:23 -0600 Subject: [PATCH 1/2] Fix .org to .com --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 07e18ec..c998a3d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -6,7 +6,7 @@ We deploy the SDK to [Maven Central](https://search.maven.org/artifact/com.ironc - Update the `sdkVersion` in [TenantSecurityRequest.java](./src/main/java/com/ironcorelabs/tenantsecurity/kms/v1/TenantSecurityRequest.java) to match the pom.xml. - Add an entry to [CHANGELOG.md](./CHANGELOG.md). - Commit the changes to the `main` branch and add a git tag with the `version` in it. Wait until the release has succeeded to push the changes. -- Login to https://central.sonatype.org/ with the username `icl-devops` and the password which is stored in `IT_Info/sonatype-info.txt.iron`. +- Login to [sonatype central](https://central.sonatype.com/) with the username `icl-devops` and the password which is stored in `IT_Info/sonatype-info.txt.iron`. - In the corner with the username click the down arrow and go to profile. Then click the `Access User Token` button. Copy the username and password into your `.m2/settings.xml`. A sample of this file is given below. - Import the GPG signing key needed to sign the release. In Google Drive, navigate to the `IT_Info/pgp` folder, download `rsa-signing-subkey.asc.iron` and `ops-info.txt.iron`, and decrypt them using IronHide. Then do the following: 1. Copy the master password from `ops-info.txt` to your clipboard so it can be provided in step 3 when importing the secret key. From a8d4848a5fbb7ea201ecd039961c074dc8b1c085 Mon Sep 17 00:00:00 2001 From: Colt Frederickson Date: Wed, 11 Jun 2025 14:53:19 -0600 Subject: [PATCH 2/2] Couple other minor changes --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index c998a3d..c471109 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -23,9 +23,9 @@ We deploy the SDK to [Maven Central](https://search.maven.org/artifact/com.ironc release process complete successfully. - Push your new version and CHANGELOG entry to GitHub. Create a release in github and label it as latest if it isn't already. -### Sample .m2/settings.xml +## Sample .m2/settings.xml -``` +```xml ${user.home}/.m2/repository