diff --git a/RELEASING.md b/RELEASING.md index c471109..b758651 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -3,6 +3,7 @@ We deploy the SDK to [Maven Central](https://search.maven.org/artifact/com.ironcorelabs/tenant-security-java/). - Update the `` in [pom.xml](./pom.xml). +- Update the `` property in [pom.xml](./pom.xml) to the current UTC timestamp. Generate the exact string with `date -u +"%Y-%m-%dT%H:%M:%SZ"`. This keeps the build reproducible and satisfies `maven-javadoc-plugin`'s timestamp range check. - 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. diff --git a/pom.xml b/pom.xml index 600fe9e..d60c4e4 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ UTF-8 + 2026-05-19T00:00:00Z