From 8f3fae5f7e230da5f90648c0224c72afa36a3fff Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 29 Apr 2026 23:26:33 +0200 Subject: [PATCH] Revert workaround for parallel PUT on release This reverts commit 62692ce0 --- docs/src/site/apt/index.apt.vm | 4 ---- pom.xml | 3 --- 2 files changed, 7 deletions(-) diff --git a/docs/src/site/apt/index.apt.vm b/docs/src/site/apt/index.apt.vm index 0eabf80c..f8891f08 100644 --- a/docs/src/site/apt/index.apt.vm +++ b/docs/src/site/apt/index.apt.vm @@ -86,10 +86,6 @@ Apache Software Foundation Parent POM [] - ** <>: When doing a release, this property controls whether artifacts are uploaded in parallel (true) or sequentially (false). - - Due to Nexus bug with parallel staging creation default is <>. - * <>: The plugin management section specifies versions of a list of plugins. See the {{{./plugin-management.html}Plugin Management report}} for the complete list with versions. diff --git a/pom.xml b/pom.xml index fda9e1df..a2d93268 100644 --- a/pom.xml +++ b/pom.xml @@ -104,8 +104,6 @@ under the License. 3.5.4 posix - false - 2026-01-09T19:00:31Z 0.16.1 @@ -278,7 +276,6 @@ under the License. true deploy apache-release - -Daether.connector.basic.parallelPut=${releaseParallelPut}