You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2012/05/11 11:26:48 UTC

svn commit: r1337073 - /continuum/trunk/pom.xml

Author: olamy
Date: Fri May 11 09:26:48 2012
New Revision: 1337073

URL: http://svn.apache.org/viewvc?rev=1337073&view=rev
Log:
add atlassian repo for xmlrpc artifacts

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=1337073&r1=1337072&r2=1337073&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Fri May 11 09:26:48 2012
@@ -312,6 +312,17 @@ under the License.
       </snapshots>      
     </repository>
     -->
+    <!-- atlassian xmlrpc 0.11 -->
+    <repository>
+      <id>atlassian.releases</id>
+      <url>https://maven.atlassian.com/content/groups/public</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
     <!-- remove when parent is released -->
     <repository>
       <id>vmbuild.snapshots</id>