From 50f1bc904f03c67de833d2663d7cafcbecc5147f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 29 Mar 2024 12:08:55 -0700 Subject: [PATCH] Revert "Upgrade to antora-ui-spring v0.4.12" This reverts commit 7e7462ad5d15883252262a7d8de4b100ea9ab508 since the UI zip file is currently missing for the release. --- antora/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora/package.json b/antora/package.json index d5d40c263c..724d0d0f98 100644 --- a/antora/package.json +++ b/antora/package.json @@ -13,6 +13,6 @@ "@springio/asciidoctor-extensions": "1.0.0-alpha.10" }, "config": { - "ui-bundle-url": "https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.12/ui-bundle.zip" + "ui-bundle-url": "https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.11/ui-bundle.zip" } }