Skip to content

Commit

Permalink
Update project site URL in generated POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick authored Mar 6, 2019
1 parent fc327ae commit 7c49eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def customizePom(pom, gradleProject) {
generatedPom.project {
name = gradleProject.description
description = gradleProject.description
url = 'https://projects.spring.io/spring-credhub'
url = 'https://spring.io/projects/spring-credhub'
organization {
name = 'Spring IO'
url = 'https://spring.io'
Expand Down

0 comments on commit 7c49eed

Please sign in to comment.