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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 77fb2407ad chore: Continued working on the release scripts.
77fb2407ad is described below

commit 77fb2407ad61cc440dd27e8d1078686d26088946
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jul 31 18:19:46 2025 +0200

    chore: Continued working on the release scripts.
---
 tools/release-1-create-branch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/release-1-create-branch.sh b/tools/release-1-create-branch.sh
index b18b42109d..b2a77685a1 100755
--- a/tools/release-1-create-branch.sh
+++ b/tools/release-1-create-branch.sh
@@ -35,7 +35,7 @@ fi
 # 1. Get and calculate the current version (local)
 
########################################################################################################################
 
-PROJECT_VERSION=$("$(DIRECTORY)"/mvnw -f "$(DIRECTORY)/pom.xml" -q 
-Dexec.executable=echo -Dexec.args="\${project.version}" --non-recursive 
exec:exec)
+PROJECT_VERSION=$("$DIRECTORY/mvnw" -f "$(DIRECTORY)/pom.xml" -q 
-Dexec.executable=echo -Dexec.args="\${project.version}" --non-recursive 
exec:exec)
 RELEASE_VERSION=${PROJECT_VERSION%"-SNAPSHOT"}
 RELEASE_SHORT_VERSION=${RELEASE_VERSION%".0"}
 BRANCH_NAME="rel/$RELEASE_SHORT_VERSION"

Reply via email to