Skip to content

Commit 0eaa6aa

Browse files
committed
Update URLs to Artifactory
1 parent 21ce30a commit 0eaa6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ allprojects {
3939

4040
repositories {
4141
mavenCentral()
42-
maven { url 'https://repo.spring.io/libs-snapshot' }
43-
maven { url 'https://repo.spring.io/libs-milestone' }
42+
maven { url 'https://repo.spring.io/snapshot' }
43+
maven { url 'https://repo.spring.io/milestone' }
4444
maven { url 'https://repo.spring.io/plugins-release' }
4545
}
4646

0 commit comments

Comments
 (0)