From 485b62b685e6d2b286d85a5cf924b9593a9ca7ea Mon Sep 17 00:00:00 2001 From: Alexander Yevsyukov Date: Wed, 2 Sep 2026 17:43:32 +0100 Subject: [PATCH] Make the Plexus doc link version-independent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `@see` link named the `plexus-utils-4.0.0` tag while the constant already held `4.1.0`, so the reference went stale with the version bump. Point it at the releases page instead — it stays correct across bumps. Co-Authored-By: Claude Opus 5 --- buildSrc/src/main/kotlin/io/spine/dependency/lib/Plexus.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/lib/Plexus.kt b/buildSrc/src/main/kotlin/io/spine/dependency/lib/Plexus.kt index 2ed4fb28..2bc4687e 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/lib/Plexus.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/lib/Plexus.kt @@ -39,7 +39,7 @@ object Plexus { /** * The version from the 4.x series. * - * @see plexus-utils-4.0.0 + * @see Releases */ private const val version = "4.1.0" const val utils = "org.codehaus.plexus:plexus-utils:$version"