slawekjaranowski commented on issue #926: URL: https://github.com/apache/tooling-trusted-releases/issues/926#issuecomment-4391947833
My testing for: https://release-test.apache.org/vote/maven-apache-parent/38 After `mvn release:prepare release:perform` ``` cd target/checkout mvn atr:check-composing -Datr.project=maven-apache-parent -Datr.version=38 [INFO] --- atr:1.0.0-beta-1-SNAPSHOT:check-composing (default-cli) @ apache --- [INFO] Checking project release in ATR: https://release-test.apache.org/projects/maven-apache-parent version 38 [INFO] Version exists in ATR: Phase: Release Candidate (Draft - Being Composed) Created: 2026-05-06T19:55:38.131250 Latest Revision: 00001 [INFO] Version is being composed in ATR: maven-apache-parent 38 See https://release-test.apache.org/compose/maven-apache-parent/38 for more information mvn atr:upload -Datr.project=maven-apache-parent -Datr.version=38 -Datr.files=target/apache-38-source-release.zip,target/apache-38-source-release.zip.asc,target/apache-38-source-release.zip.sha512 [INFO] --- atr:1.0.0-beta-1-SNAPSHOT:upload (default-cli) @ apache --- [INFO] Uploading 3 files to ATR https://release-test.apache.org/compose/maven-apache-parent/38 [INFO] >>> apache-38-source-release.zip (21 KB) to https://release-test.apache.org/file/maven-apache-parent/38/apache-38-source-release.zip [INFO] upload successful, revision: unknown [INFO] >>> apache-38-source-release.zip.asc (902 bytes) to https://release-test.apache.org/file/maven-apache-parent/38/apache-38-source-release.zip.asc [INFO] upload successful, revision: 00002 [INFO] >>> apache-38-source-release.zip.sha512 (128 bytes) to https://release-test.apache.org/file/maven-apache-parent/38/apache-38-source-release.zip.sha512 [INFO] upload successful, revision: 00004 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
