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

commit 0c845b8f42f4d6f95e8673cf95c77ff3f15161e5
Author: Hugo Hirsch <[email protected]>
AuthorDate: Fri Jan 4 16:47:46 2019 +0100

    TAMAYA-373: Add scripts pointing to the new jbake
---
 bake-jenkins.sh | 2 +-
 bake.sh         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bake-jenkins.sh b/bake-jenkins.sh
index 14a33d3..35bcb54 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.1-bin"
+export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.3-bin"
 echo $JBAKE_HOME
 $JBAKE_HOME/bin/jbake -b --reset
 echo "DONE"
diff --git a/bake.sh b/bake.sh
index c0f7cf2..c4877e8 100755
--- a/bake.sh
+++ b/bake.sh
@@ -3,6 +3,6 @@ clear
 echo "Cleaning up cache ..."
 rm -rf cache/
 echo "Starting to bake our project homepage ...."
-export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.1-bin"
+export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.3-bin"
 echo $JBAKE_HOME
 $JBAKE_HOME/bin/jbake -b -s

Reply via email to