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

cdutz pushed a commit to branch feature/new-ui-tool
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/feature/new-ui-tool by this 
push:
     new 23af3084ae chore: Removed some unneeded code.
23af3084ae is described below

commit 23af3084aeb035ac9b092bbe337231c6746386f7
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Sat Jan 6 17:28:37 2024 +0100

    chore: Removed some unneeded code.
---
 tools/release-2-prepare-release.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/release-2-prepare-release.sh 
b/tools/release-2-prepare-release.sh
index b168c676cd..886593a31c 100755
--- a/tools/release-2-prepare-release.sh
+++ b/tools/release-2-prepare-release.sh
@@ -28,8 +28,6 @@ fi
 
 PROJECT_VERSION=$(../mvnw -f ../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"
 IFS='.' read -ra VERSION_SEGMENTS <<< "$RELEASE_VERSION"
 
NEW_VERSION="${VERSION_SEGMENTS[0]}.${VERSION_SEGMENTS[1]}.$((VERSION_SEGMENTS[2]
 + 1))-SNAPSHOT"
 

Reply via email to