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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new b118874  Show version info
b118874 is described below

commit b118874f0fe2129471903e507c8bf30cffaa8041
Author: Sebb <s...@apache.org>
AuthorDate: Sun Jun 26 22:24:16 2022 +0100

    Show version info
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 06cd271..d1a20d5 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -73,7 +73,7 @@ jobs:
     #    uses a compiled language
 
     - name: Build with Maven
-      run: mvn package  --no-transfer-progress
+      run: mvn -V package  --no-transfer-progress
 #      make bootstrap
 #      make release
 

Reply via email to