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:
Olivier Lamy 2011-08-04 21:16:16 +00:00
parent ff4d1607fc
commit b666b511e6
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -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>