Polish snasphot -> snapshot

This commit is contained in:
Rob Winch 2015-09-25 15:29:04 -05:00
parent 29f2cc0ab1
commit c8f598778f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def customizePom(pom, gradleProject) {
if(project.snapshotBuild) {
repositories {
repository {
id 'spring-snasphot'
id 'spring-snapshot'
url 'https://repo.spring.io/snapshot'
}
}