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

leonard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new dd892359 [hotfix][build] mount git sub module to offer release_utils 
scripts
dd892359 is described below

commit dd89235981af1b64755225c1d49e9f6dc1cf637b
Author: Leonard Xu <[email protected]>
AuthorDate: Tue Apr 22 17:24:31 2025 +0800

    [hotfix][build] mount git sub module to offer release_utils scripts
    
    This closes #164.
---
 .gitmodules            | 4 ++--
 tools/releasing/shared | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index d5b0f753..ed75b78d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
 [submodule "tools/releasing/shared"]
        path = tools/releasing/shared
-       url = https://github.com/apache/flink-connector-shared-utils
-    branch = release_utils
\ No newline at end of file
+       url = [email protected]:apache/flink-connector-shared-utils.git
+        branch = release_utils
diff --git a/tools/releasing/shared b/tools/releasing/shared
new file mode 160000
index 00000000..d15b90de
--- /dev/null
+++ b/tools/releasing/shared
@@ -0,0 +1 @@
+Subproject commit d15b90de64799764d814c0b1ab2ee5e5e3baa1db

Reply via email to