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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new ee7ebab0 Older releases used sha1
ee7ebab0 is described below

commit ee7ebab04d0fc0e93d0ef6f76089e57c86f87a72
Author: Sebb <s...@apache.org>
AuthorDate: Tue Oct 17 22:45:36 2023 +0100

    Older releases used sha1
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0d69a4ea..66f122d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,9 @@
         <!-- Override the default, which is 
${project.artifactId}-${commons.release.[23].version} -->
         
<commons.release.name>commons-jexl-${commons.release.version}</commons.release.name>
         
<commons.release.2.name>commons-jexl-${commons.release.2.version}</commons.release.2.name>
+        <commons.release.2.hash>sha1</commons.release.2.hash>
         
<commons.release.3.name>commons-jexl-${commons.release.3.version}</commons.release.3.name>
+        <commons.release.3.hash>sha1</commons.release.3.hash>
         <commons.release.3.desc>Legacy</commons.release.3.desc>
         <commons.release.3.version>1.1</commons.release.3.version>
         <commons.release.3.binary.suffix />

Reply via email to