mirror of https://github.com/apache/archiva.git
add atlassian repo until xml rpc binder 0.11 reach central
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1154019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ff4d1607fc
commit
b666b511e6
10
pom.xml
10
pom.xml
|
@ -1183,6 +1183,16 @@
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>maven.atlassian</id>
|
||||||
|
<url>https://maven.atlassian.com/content/groups/public</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue