Skip to content

Commit 7f343ef

Browse files
committed
Change distribution Maven repository to Bintray
1 parent 1093ed1 commit 7f343ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
<url>https://travis-ci.org/jirutka/spring-rest-exception-handler/</url>
5858
</ciManagement>
5959

60+
<distributionManagement>
61+
<repository>
62+
<id>bintray-jirutka</id>
63+
<url>https://api.bintray.com/maven/jirutka/maven/${project.artifactId}</url>
64+
</repository>
65+
</distributionManagement>
66+
6067

6168
<!--//////////////////// PROPERTIES ////////////////////-->
6269

0 commit comments

Comments
 (0)