From 87002cc7ba897b529c0527925313bb8bf8470e8f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 30 Apr 2020 17:18:53 +0200 Subject: [PATCH] Update link to project page This commit updates the published POMs for this project to point to the new project page on spring.io. --- publish-maven.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-maven.gradle b/publish-maven.gradle index e8b070aa..afe09a21 100644 --- a/publish-maven.gradle +++ b/publish-maven.gradle @@ -25,7 +25,7 @@ def customizePom(pom, gradleProject) { url = "https://github.com/spring-projects/spring-webflow" organization { name = "Spring IO" - url = "https://projects.spring.io/spring-webflow" + url = "https://spring.io/projects/spring-webflow" } licenses { license {