You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2023/04/07 22:12:58 UTC

[jena-site] branch main updated: Use Hugo v0.111.3

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

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/main by this push:
     new bf2da0d1d Use Hugo v0.111.3
bf2da0d1d is described below

commit bf2da0d1d265ef7d172db579cfde002a7fb4afe9
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Sat Apr 8 00:12:17 2023 +0200

    Use Hugo v0.111.3
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5e68008ab..9e0dc7d7f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
     }
    
     environment {
-        HUGO_VERSION = '0.66.0'
+        HUGO_VERSION = '0.111.3'
         DEPLOY_BRANCH = 'asf-site'
         STAGING_BRANCH = 'asf-staging'
     }