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 89e0684334 chore: Continued working on the release scripts.
89e0684334 is described below
commit 89e068433479a8069b20da1ca302f54507cdf9d5
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jul 31 18:23:03 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 b2a77685a1..aaa176ed02 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"