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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
     new aac677bf65 Point to origin
aac677bf65 is described below

commit aac677bf652e6d8a1315161de104e5fcdf66f0fe
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Mar 24 18:03:37 2026 +0100

    Point to origin
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 release-utils/release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release-utils/release.sh b/release-utils/release.sh
index 4d10179e81..bad6ef2a16 100755
--- a/release-utils/release.sh
+++ b/release-utils/release.sh
@@ -71,5 +71,5 @@ if [ "$CHECKOUT_RELEASE_TAG" == Y ]; then
     git checkout -b "$RELEASE_BRANCH"
 fi
 ./mvnw -Prelease -P"$GPG_PROFILE" -DreleaseVersion="$RELEASE_VERSION" 
-DdevelopmentVersion="$NEXT_VERSION" -Dtag="$RELEASE_TAG" 
-Dusername="$APACHE_USER" -Dpassword="$APACHE_PASS" release:prepare && \
-git checkout "$RELEASE_TAG" && git add ./*.json && git commit -m"[after 
release perform chore]: regen catalog descriptors with new version" && git tag 
-f "$RELEASE_TAG" && git push -f upstream "$RELEASE_TAG" && git checkout 
"$RELEASE_BRANCH" && \
+git checkout "$RELEASE_TAG" && git add ./*.json && git commit -m"[after 
release perform chore]: regen catalog descriptors with new version" && git tag 
-f "$RELEASE_TAG" && git push -f origin "$RELEASE_TAG" && git checkout 
"$RELEASE_BRANCH" && \
 ./mvnw -Prelease -Pgpg -Dusername="$APACHE_USER" -Dpassword="$APACHE_PASS" 
release:perform

Reply via email to