From ce834ec571ba28bcceb6d80d1a81daceae9319d7 Mon Sep 17 00:00:00 2001 From: "Ariel Shaqed (Scolnicov)" Date: Sun, 17 Nov 2024 15:30:13 +0200 Subject: [PATCH] Auto-release all clients when publishing with Maven This property is covered in [the docs](https://central.sonatype.org/publish/publish-maven/#nexus-staging-maven-plugin-for-deployment-and-release). It also allows for a manual review opportunity... but given that we don't do that, and that we test first, let's not go there. --- clients/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/pom.xml b/clients/pom.xml index 1e86817dac0..3f02c935435 100644 --- a/clients/pom.xml +++ b/clients/pom.xml @@ -86,6 +86,7 @@ ossrh https://s01.oss.sonatype.org/ + true