mirror of https://github.com/apache/archiva.git
Adding Atlassian snapshot repository
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@688616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
287e1656ec
commit
ee3b224083
|
@ -2,7 +2,7 @@ package org.apache.maven.archiva.web.xmlrpc.api;
|
|||
|
||||
import com.atlassian.xmlrpc.ServiceObject;
|
||||
|
||||
@ServiceObject(objectName="Test")
|
||||
@ServiceObject("Test")
|
||||
public interface TestService
|
||||
{
|
||||
public String ping();
|
||||
|
|
|
@ -882,12 +882,12 @@
|
|||
<dependency>
|
||||
<groupId>com.atlassian.xmlrpc</groupId>
|
||||
<artifactId>atlassian-xmlrpc-binder-annotations</artifactId>
|
||||
<version>0.4</version>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.atlassian.xmlrpc</groupId>
|
||||
<artifactId>atlassian-xmlrpc-client-integration</artifactId>
|
||||
<version>0.4</version>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
@ -898,7 +898,7 @@
|
|||
<dependency>
|
||||
<groupId>com.atlassian.xmlrpc</groupId>
|
||||
<artifactId>atlassian-xmlrpc-binder</artifactId>
|
||||
<version>0.4</version>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -1087,6 +1087,17 @@
|
|||
<name>Codehaus Snapshots Repository</name>
|
||||
<url>http://snapshots.repository.codehaus.org</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<id>com.atlassian.snapshots</id>
|
||||
<name>Atlassian Snapshots Repository</name>
|
||||
<url>https://maven.atlassian.com/public-snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
|
Loading…
Reference in New Issue