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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b338dc  chore(build): fix package_artifact.sh script call
5b338dc is described below

commit 5b338dc020a36bcf4e95fc74c2dd54459a0888db
Author: John Poth <poth.j...@gmail.com>
AuthorDate: Wed Mar 25 10:43:53 2020 +0100

    chore(build): fix package_artifact.sh script call
---
 script/package_maven_artifacts.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/script/package_maven_artifacts.sh 
b/script/package_maven_artifacts.sh
index 09b0047..640eb49 100755
--- a/script/package_maven_artifacts.sh
+++ b/script/package_maven_artifacts.sh
@@ -36,6 +36,7 @@ if [ "$strategy" = "copy" ]; then
         -DoutputDirectory=$PWD/build/_maven_output \
         -Druntime.version=$version \
         -Dstaging.repo=$staging_repo \
+        -Dalpn.jdk8.version="8.1.13.v20181017" \
         dependency:copy-dependencies
 elif [ "$strategy" = "download" ]; then
     ./mvnw \
@@ -45,6 +46,7 @@ elif [ "$strategy" = "download" ]; then
         -Dmaven.repo.local=$PWD/build/_maven_output \
         -Druntime.version=$version \
         -Dstaging.repo=$staging_repo \
+        -Dalpn.jdk8.version="8.1.13.v20181017" \
         install
 else
     echo "unknown strategy: $strategy"

Reply via email to