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

Jeff Jirsa updated CASSANDRA-13278:
-----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 3.11.x)
                       (was: 4.x)
                       (was: 3.0.x)
                       (was: 2.2.x)
                       (was: 2.1.x)
                   4.0
                   3.11.0
                   3.0.12
                   2.2.10
                   2.1.18
           Status: Resolved  (was: Patch Available)

Thanks guys. Committing  per conversation in IRC with [~mshuler] so I can 
rebase other patches and get CI working again. Committed as 
{{301f7c5b7bfbb73ecbfb65a6ac7b393a4d968e78}} and merged with patches provided 
from 2.1 through trunk. 

> Update build.xml and build.properties.default maven repos
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-13278
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13278
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Build
>            Reporter: Michael Shuler
>            Assignee: Robert Stupp
>            Priority: Minor
>              Labels: lhf
>             Fix For: 2.1.18, 2.2.10, 3.0.12, 3.11.0, 4.0
>
>
> Only 2 of the 5 urls in build.properties.default are currently valid.
> java.net2, jclouds, and oauth urls all 404.
> {noformat}
> $ git grep remoteRepository
> build.properties.default:artifact.remoteRepository.central:     
> http://repo1.maven.org/maven2
> build.properties.default:artifact.remoteRepository.java.net2:   
> http://download.java.net/maven/2
> build.properties.default:artifact.remoteRepository.apache:      
> https://repository.apache.org/content/repositories/releases
> build.properties.default:artifact.remoteRepository.jclouds:     
> http://jclouds.googlecode.com/svn/repo
> build.properties.default:artifact.remoteRepository.oauth:       
> http://oauth.googlecode.com/svn/code/maven
> build.xml:      <artifact:remoteRepository id="central"   
> url="${artifact.remoteRepository.central}"/>
> build.xml:      <artifact:remoteRepository id="java.net2" 
> url="${artifact.remoteRepository.java.net2}"/>
> build.xml:      <artifact:remoteRepository id="apache"    
> url="${artifact.remoteRepository.apache}"/>
> build.xml:          <remoteRepository refid="central"/>
> build.xml:          <remoteRepository refid="apache"/>
> build.xml:          <remoteRepository refid="java.net2"/>
> build.xml:          <remoteRepository refid="central"/>
> build.xml:          <remoteRepository refid="apache"/>
> build.xml:          <remoteRepository refid="java.net2"/>
> build.xml:          <remoteRepository refid="central"/>
> build.xml:        <remoteRepository refid="apache"/>
> build.xml:        <remoteRepository refid="central"/>
> build.xml:        <remoteRepository refid="oauth"/>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to