This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git


The following commit(s) were added to refs/heads/main by this push:
     new 2989c0d  Make sure deployment does not happen in parallel
2989c0d is described below

commit 2989c0dadd8194b406ea749d5a22a0adfc2cca80
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Sep 22 19:42:35 2026 -0400

    Make sure deployment does not happen in parallel
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 71ef4b8..f3ed478 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
                          <useReleaseProfile>false</useReleaseProfile>
                          <preparationGoals>clean install</preparationGoals>
                          <goals>deploy</goals>
-                         <arguments>-Prelease,deploy,apache-release</arguments>
+                         <arguments>-Prelease,deploy,apache-release -T 
1</arguments>
                          <autoVersionSubmodules>true</autoVersionSubmodules>
                      </configuration>
                  </plugin>

Reply via email to