Make Rabbit Client milestones available to the build
See gh-7053
This commit is contained in:
parent
3ac987b2f4
commit
c12126e360
|
|
@ -2491,6 +2491,14 @@
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>rabbit-milestones</id>
|
||||||
|
<name>Rabbit Milestones</name>
|
||||||
|
<url>https://dl.bintray.com/rabbitmq/maven-milestones</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue