From 249c6537645968ba14d2de7d1df66eb6d91bdda4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:25:39 +0000 Subject: [PATCH] Update Maven Repo Poller plugin URL to use /releases/latest Co-authored-by: chadlwilson <29788154+chadlwilson@users.noreply.github.com> --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1b884d62..754fac0b 100644 --- a/Rakefile +++ b/Rakefile @@ -42,7 +42,7 @@ ELASTICAGENTS_PLUGIN_RELEASE_URL = ENV['ELASTICAGENTS_PLUGIN_RELEASE_ DOCKER_REGISTRY_ARTIFACT_PLUGIN_RELEASE_URL = ENV['DOCKER_REGISTRY_ARTIFACT_PLUGIN_RELEASE_URL'] || 'https://api.github.com/repos/gocd/docker-registry-artifact-plugin/releases/latest' ANALYTICS_PLUGIN_DOWNLOAD_URL = ENV['ANALYTICS_PLUGIN_DOWNLOAD_URL'] || 'https://api.github.com/repos/gocd/gocd-analytics-plugin/releases/latest' LDAP_AUTHORIZATION_PLUGIN_DOWNLOAD_URL = ENV['LDAP_AUTHORIZATION_PLUGIN_DOWNLOAD_URL'] || 'https://api.github.com/repos/gocd/gocd-ldap-authorization-plugin/releases/latest' -MAVEN_REPO_POLLER_PLUGIN_RELEASE_URL = ENV['MAVEN_REPO_POLLER_PLUGIN_RELEASE_URL'] || 'https://api.github.com/repos/1and1/go-maven-poller/releases/133275082' +MAVEN_REPO_POLLER_PLUGIN_RELEASE_URL = ENV['MAVEN_REPO_POLLER_PLUGIN_RELEASE_URL'] || 'https://api.github.com/repos/1and1/go-maven-poller/releases/latest' desc 'cleans all directories' task :clean_all do