Skip to content

Commit d10da3f

Browse files
committed
Include Bintray plugin repository.
Closes #2154.
1 parent 8f483ea commit d10da3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,9 @@
532532
<url>https://repo.spring.io/plugins-release</url>
533533
</pluginRepository>
534534
<pluginRepository>
535-
<id>spring-libs-milestone</id>
536-
<url>https://repo.spring.io/libs-milestone</url>
535+
<id>bintray-plugins</id>
536+
<name>bintray-plugins</name>
537+
<url>https://jcenter.bintray.com</url>
537538
</pluginRepository>
538539
</pluginRepositories>
539540

0 commit comments

Comments
 (0)