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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 10293f0  TAMAYA-393: Update to jbake 2.6.4
10293f0 is described below

commit 10293f0f685c03ac338f3f342cc53ccdf9b70746
Author: Hugo Hirsch <[email protected]>
AuthorDate: Sun May 12 23:52:20 2019 +0200

    TAMAYA-393: Update to jbake 2.6.4
---
 bake-jenkins.sh | 2 +-
 bake.cmd        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bake-jenkins.sh b/bake-jenkins.sh
index 35bcb54..aedaf05 100755
--- a/bake-jenkins.sh
+++ b/bake-jenkins.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -x
 echo "Starting to bake our project homepage ...."
-export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.3-bin"
+export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.4-bin"
 echo $JBAKE_HOME
 $JBAKE_HOME/bin/jbake -b --reset
 echo "DONE"
diff --git a/bake.cmd b/bake.cmd
index c8c630b..3f95f87 100644
--- a/bake.cmd
+++ b/bake.cmd
@@ -3,7 +3,7 @@ cls
 echo Cleaning up cache ...
 rmdir /Q /S cache/
 echo Starting to bake our project homepage ....
-set JBAKE_HOME="%~dp0\bin\jbake-2.6.1-bin"
+set JBAKE_HOME="%~dp0\bin\jbake-2.6.4-bin"
 echo %JBAKE_HOME%
 %JBAKE_HOME%/bin/jbake -b -s
 @ECHO ON

Reply via email to