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

renqs pushed a commit to branch release-3.1
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git

commit f2ccc45fb19f8d82a41f831534f1f0ba7206c859
Author: Qingsheng Ren <renqs...@gmail.com>
AuthorDate: Fri Apr 26 23:52:52 2024 +0800

    [hotfix] Include LICENSE in binary release
---
 flink-cdc-dist/src/main/assembly/assembly.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/flink-cdc-dist/src/main/assembly/assembly.xml 
b/flink-cdc-dist/src/main/assembly/assembly.xml
index 24013f065..600dfcd43 100644
--- a/flink-cdc-dist/src/main/assembly/assembly.xml
+++ b/flink-cdc-dist/src/main/assembly/assembly.xml
@@ -32,6 +32,13 @@ limitations under the License.
             <destName>flink-cdc-dist-${revision}.jar</destName>
             <fileMode>0644</fileMode>
         </file>
+
+        <!-- copy license -->
+        <file>
+            <source>../LICENSE</source>
+            <outputDirectory/>
+            <fileMode>0644</fileMode>
+        </file>
     </files>
 
     <fileSets>

Reply via email to