From 94c326881b68fdc4b8462d4f6db4f7c5023e1be5 Mon Sep 17 00:00:00 2001 From: Simon Dumas Date: Mon, 9 Dec 2024 11:17:42 +0100 Subject: [PATCH] Mark Nexus 1.10 as old release --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 5e7ed6f9fa..63136b3af6 100755 --- a/build.sbt +++ b/build.sbt @@ -176,9 +176,9 @@ lazy val docs = project Compile / paradoxProperties ++= Map( "github.base_url" -> "https://github.com/BlueBrain/nexus/tree/master", - "project.version.short" -> "Snapshot", - "current.url" -> "https://bluebrainnexus.io/docs/", - "git.branch" -> "master" + "project.version.short" -> "v1.10.x", + "git.branch" -> "v1.10.x", + "version.old" -> "true" ), paradoxRoots := List("docs/index.html"), previewPath := "docs/index.html",