From 6191fb13809d5f1b1bd47cc38f7be4a8e7eb57b8 Mon Sep 17 00:00:00 2001 From: "Ariel Shaqed (Scolnicov)" Date: Sun, 17 Nov 2024 15:53:35 +0200 Subject: [PATCH] Auto-release all clients when publishing with Maven (#8378) 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