Edit Maven POM URL to point to the SBDG project README.

This commit is contained in:
John Blum
2020-08-12 16:08:52 -07:00
parent 9cd21a9f2b
commit c9c268dc09

View File

@@ -15,6 +15,7 @@ def customizePom(gradleProject, pom) {
developerConnection = 'scm:git:git@github.com:spring-projects/spring-boot-data-geode.git'
url = 'https://github.com/spring-projects/spring-boot-data-geode'
}
url = 'https://github.com/spring-projects/spring-boot-data-geode#spring-boot-for-apache-geode--pivotal-gemfire'
}
}
}