You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/15 08:26:23 UTC

[iotdb] branch rel/0.12 updated: [IOTDB-1677] [To rel/0.12] Fix not generate file apache-iotdb-0.x.x-client-cpp-linux-x86_64-bin.zip.sha512 (#3967)

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

haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 5b2563d  [IOTDB-1677] [To rel/0.12] Fix not generate file apache-iotdb-0.x.x-client-cpp-linux-x86_64-bin.zip.sha512 (#3967)
5b2563d is described below

commit 5b2563df27c17999e2366b4cf18216fa6b3ecaf5
Author: Jamber <ja...@sina.com>
AuthorDate: Wed Sep 15 16:26:01 2021 +0800

    [IOTDB-1677] [To rel/0.12] Fix not generate file apache-iotdb-0.x.x-client-cpp-linux-x86_64-bin.zip.sha512 (#3967)
---
 distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 412388b..ee3258d 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -86,7 +86,7 @@
                                         <include>apache-iotdb-${project.version}-cli-bin.zip</include>
                                         <include>apache-iotdb-${project.version}-cluster-bin.zip</include>
                                         <include>apache-iotdb-${project.version}-grafana-bin.zip</include>
-                                        <include>apache-iotdb-${project.version}-client-cpp-bin.zip</include>
+                                        <include>apache-iotdb-${project.version}-client-cpp-${os.classifier}-bin.zip</include>
                                     </includes>
                                 </fileSet>
                             </fileSets>