You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by va...@apache.org on 2020/10/23 23:28:40 UTC

[camel-kafka-connector] 01/02: Changed release checksum configuration, related to #162

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

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

commit e88fe731287a03050a2bddfee6f13d2caf73fb48
Author: Andrea Tarocchi <an...@gmail.com>
AuthorDate: Sat Oct 24 00:41:02 2020 +0200

    Changed release checksum configuration, related to #162
---
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d7b4591..3a08577 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,15 +323,18 @@
                         <configuration>
                             <algorithms>
                                 <algorithm>SHA-512</algorithm>
+                                <algorithm>SHA-256</algorithm>
+                                <algorithm>SHA-1</algorithm>
+                                <algorithm>MD5</algorithm>
                             </algorithms>
                             <csvSummary>false</csvSummary>
                             <fileSets>
                                 <fileSet>
                                     <directory>${project.build.directory}</directory>
                                     <includes>
-                                        <include>${project.artifactId}-${project.version}.jar</include>
+                                        <include>${project.artifactId}-${project.version}-sources.jar</include>
                                         <include>${project.artifactId}-${project.version}-package.zip</include>
-                                        <include>${project.artifactId}-${project.version}-package.tar*</include>
+                                        <include>${project.artifactId}-${project.version}-package.tar.gz</include>
                                     </includes>
                                 </fileSet>
                             </fileSets>