This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch ARIES-2229-prepare-for-release in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit 75307fd95d0b5f6275135542981946a6822a7974 Author: Dominik Przybysz <[email protected]> AuthorDate: Wed May 27 18:24:07 2026 +0200 ARIES-2229: Pass arguments to release execution --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 10abd1b2..4742e4f1 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,7 @@ <autoVersionSubmodules>true</autoVersionSubmodules> <mavenExecutorId>forked-path</mavenExecutorId> <tagNameFormat>org.apache.aries.rsa-@{project.version}</tagNameFormat> + <arguments>-Daether.connector.basic.parallelPut=${releaseParallelPut} ${releaseArguments}</arguments> </configuration> </plugin> </plugins>
