You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Paolo Castagna <ca...@googlemail.com> on 2011/10/24 12:25:46 UTC

Re: Jenkins build became unstable: Jena_SDB #165

Apache Jenkins Server wrote:
> See <https://builds.apache.org/job/Jena_SDB/165/>

Is this caused by the changes in JENA-139?
https://issues.apache.org/jira/browse/JENA-139

SDB has these dependencies:

     <ver.jena>2.6.4</ver.jena>
     <ver.arq>2.8.9-SNAPSHOT</ver.arq>

It might be better to depend on Jena's SNAPSHOT instead,
this way any change to Jena or ARQ is immediately available
to SDB.

If it's ok, I can do that.

Paolo

Re: Jenkins build became unstable: Jena_SDB #165

Posted by Paolo Castagna <ca...@googlemail.com>.
Paolo Castagna wrote:
> Apache Jenkins Server wrote:
>> See <https://builds.apache.org/job/Jena_SDB/165/>
> 
> Is this caused by the changes in JENA-139?
> https://issues.apache.org/jira/browse/JENA-139
> 
> SDB has these dependencies:
> 
>     <ver.jena>2.6.4</ver.jena>
>     <ver.arq>2.8.9-SNAPSHOT</ver.arq>
> 
> It might be better to depend on Jena's SNAPSHOT instead,
> this way any change to Jena or ARQ is immediately available
> to SDB.
> 
> If it's ok, I can do that.

I've changed the SDB dependency on Jena.
SDB now depends on Jena 2.6.5-SNAPSHOT.

Please, shout if there is any problem.

Paolo

> 
> Paolo