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

porcelli pushed a commit to branch 10.2.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git


The following commit(s) were added to refs/heads/10.2.x by this push:
     new 5074661fe0 try: ops, fixing
5074661fe0 is described below

commit 5074661fe0afa9eaa4f1f8c5968d854ffd8f8d39
Author: Alex Porcelli <[email protected]>
AuthorDate: Sat Mar 21 15:16:35 2026 -0400

    try: ops, fixing
---
 .ci/jenkins/Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index ce656edd85..7c7314a699 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -285,7 +285,7 @@ void updateQuickstartsVersions() {
                 .clone()
                 .withOptions(['-N', '-e'])
                 .withProperty('full')
-                .withProperty('parentVersion', "[${getProjectVersion()}]")
+                .withProperty('parentVersion', getProjectVersion())
                 .withProperty('allowSnapshots', !isRelease())
                 .withProperty('generateBackupPoms', false)
                 .withProperty('skipResolution', true)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to