[ 
https://issues.apache.org/jira/browse/TUSCANY-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Laws closed TUSCANY-3993.
-------------------------------

    Resolution: Fixed

Fixed at revision: 1212399. Thanks for the suggested change Tom.

                
> otest pom.xml needs to point to apache snapshots repo
> -----------------------------------------------------
>
>                 Key: TUSCANY-3993
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3993
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Verification Tests
>    Affects Versions: Java-SCA-2.0-M4
>            Reporter: Tom Seelbach
>            Assignee: Simon Laws
>            Priority: Minor
>
> Need to change the incubating-repo to snapshots repo
> Index: pom.xml
> ===================================================================
> --- pom.xml   (revision 1211541)
> +++ pom.xml   (working copy)
> @@ -30,8 +30,13 @@
>  
>      <repositories>
>          <repository>
> -            <id>apache.incubator</id>
> -            <url>http://people.apache.org/repo/m2-incubating-repository</url>
> +      <id>apache.snapshots</id>
> +      <name>Apache Snapshot Repository</name>
> +
> +      <url>http://repository.apache.org/snapshots</url>
> +      <releases>
> +        <enabled>false</enabled>
> +      </releases>
>          </repository>
>      </repositories>
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to