You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by Jasha Joachimsthal <j....@onehippo.com> on 2011/11/28 10:55:09 UTC

Wookie 0.9.1 in Apache Rave 0.6?

Apache Rave is having its 0.6-incubating release this Wednesday (time
flies). Rave is still depending on a snapshot of the wookie-java-connector
although a 0.9.1-incubating release has been made. We can't have a release
depending on a snapshot. Is there a wookie-java-connector v0.9.1 in a Maven
repository (if so, which repository)?

Jasha Joachimsthal

Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free)

www.onehippo.com

Re: Wookie 0.9.1 in Apache Rave 0.6?

Posted by Jasha Joachimsthal <j....@onehippo.com>.
On 28 November 2011 15:30, Paul Sharples <p....@bolton.ac.uk> wrote:

> On 28/11/2011 11:02, Jasha Joachimsthal wrote:
>
>> On 28 November 2011 11:33, Scott Wilson<sc...@gmail.com>
>> >wrote:
>>
>>  On 28 Nov 2011, at 09:55, Jasha Joachimsthal wrote:
>>>
>>>  Apache Rave is having its 0.6-incubating release this Wednesday (time
>>>> flies). Rave is still depending on a snapshot of the
>>>>
>>> wookie-java-connector
>>>
>>>> although a 0.9.1-incubating release has been made. We can't have a
>>>>
>>> release
>>>
>>>> depending on a snapshot. Is there a wookie-java-connector v0.9.1 in a
>>>>
>>> Maven
>>>
>>>> repository (if so, which repository)?
>>>>
>>> Its in the Apache release repository, e.g.
>>>
>>> <dependency>
>>>  <groupId>org.apache.wookie</**groupId>
>>>  <artifactId>wookie-java-**connector</artifactId>
>>>  <version>0.9.1-incubating</**version>
>>> </dependency>
>>>
>>>
>>>  DOH, thanks. Will it also be pushed to the Maven central repository?
>>
>
> It should also be in the central repo now & so you could remove the repo
> entry...
>
> <repositories>
> <repository>
> <id>apache.releases</id>
> <url>https://repository.**apache.org/content/**repositories/releases<https://repository.apache.org/content/repositories/releases>
> </url>
> <releases>
> <enabled>true</enabled>
> <updatePolicy>never</**updatePolicy>
> <checksumPolicy>fail</**checksumPolicy>
> </releases>
> <snapshots>
> <enabled>false</enabled>
> </snapshots>
> </repository>
> </repositories>
>
> ... in rave-providers/rave-w3c-**provider/pom.xml
>
> Paul
>
>
Removed. Thanks!



>
>> Jasha
>>
>>
>

Re: Wookie 0.9.1 in Apache Rave 0.6?

Posted by Paul Sharples <p....@bolton.ac.uk>.
On 28/11/2011 11:02, Jasha Joachimsthal wrote:
> On 28 November 2011 11:33, Scott Wilson<sc...@gmail.com>wrote:
>
>> On 28 Nov 2011, at 09:55, Jasha Joachimsthal wrote:
>>
>>> Apache Rave is having its 0.6-incubating release this Wednesday (time
>>> flies). Rave is still depending on a snapshot of the
>> wookie-java-connector
>>> although a 0.9.1-incubating release has been made. We can't have a
>> release
>>> depending on a snapshot. Is there a wookie-java-connector v0.9.1 in a
>> Maven
>>> repository (if so, which repository)?
>> Its in the Apache release repository, e.g.
>>
>> <dependency>
>>   <groupId>org.apache.wookie</groupId>
>>   <artifactId>wookie-java-connector</artifactId>
>>   <version>0.9.1-incubating</version>
>> </dependency>
>>
>>
> DOH, thanks. Will it also be pushed to the Maven central repository?

It should also be in the central repo now & so you could remove the repo 
entry...

<repositories>
<repository>
<id>apache.releases</id>
<url>https://repository.apache.org/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

... in rave-providers/rave-w3c-provider/pom.xml

Paul

>
> Jasha
>


Re: Wookie 0.9.1 in Apache Rave 0.6?

Posted by Jasha Joachimsthal <j....@onehippo.com>.
On 28 November 2011 11:33, Scott Wilson <sc...@gmail.com>wrote:

> On 28 Nov 2011, at 09:55, Jasha Joachimsthal wrote:
>
> > Apache Rave is having its 0.6-incubating release this Wednesday (time
> > flies). Rave is still depending on a snapshot of the
> wookie-java-connector
> > although a 0.9.1-incubating release has been made. We can't have a
> release
> > depending on a snapshot. Is there a wookie-java-connector v0.9.1 in a
> Maven
> > repository (if so, which repository)?
>
> Its in the Apache release repository, e.g.
>
> <dependency>
>  <groupId>org.apache.wookie</groupId>
>  <artifactId>wookie-java-connector</artifactId>
>  <version>0.9.1-incubating</version>
> </dependency>
>
>
DOH, thanks. Will it also be pushed to the Maven central repository?

Jasha

Re: Wookie 0.9.1 in Apache Rave 0.6?

Posted by Jasha Joachimsthal <j....@onehippo.com>.
On 28 November 2011 11:33, Scott Wilson <sc...@gmail.com>wrote:

> On 28 Nov 2011, at 09:55, Jasha Joachimsthal wrote:
>
> > Apache Rave is having its 0.6-incubating release this Wednesday (time
> > flies). Rave is still depending on a snapshot of the
> wookie-java-connector
> > although a 0.9.1-incubating release has been made. We can't have a
> release
> > depending on a snapshot. Is there a wookie-java-connector v0.9.1 in a
> Maven
> > repository (if so, which repository)?
>
> Its in the Apache release repository, e.g.
>
> <dependency>
>  <groupId>org.apache.wookie</groupId>
>  <artifactId>wookie-java-connector</artifactId>
>  <version>0.9.1-incubating</version>
> </dependency>
>
>
DOH, thanks. Will it also be pushed to the Maven central repository?

Jasha

Re: Wookie 0.9.1 in Apache Rave 0.6?

Posted by Scott Wilson <sc...@gmail.com>.
On 28 Nov 2011, at 09:55, Jasha Joachimsthal wrote:

> Apache Rave is having its 0.6-incubating release this Wednesday (time
> flies). Rave is still depending on a snapshot of the wookie-java-connector
> although a 0.9.1-incubating release has been made. We can't have a release
> depending on a snapshot. Is there a wookie-java-connector v0.9.1 in a Maven
> repository (if so, which repository)?

Its in the Apache release repository, e.g.

<dependency>
  <groupId>org.apache.wookie</groupId>
  <artifactId>wookie-java-connector</artifactId>
  <version>0.9.1-incubating</version>
</dependency>

> 
> Jasha Joachimsthal
> 
> Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
> US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free)
> 
> www.onehippo.com


Re: Wookie 0.9.1 in Apache Rave 0.6?

Posted by Scott Wilson <sc...@gmail.com>.
On 28 Nov 2011, at 09:55, Jasha Joachimsthal wrote:

> Apache Rave is having its 0.6-incubating release this Wednesday (time
> flies). Rave is still depending on a snapshot of the wookie-java-connector
> although a 0.9.1-incubating release has been made. We can't have a release
> depending on a snapshot. Is there a wookie-java-connector v0.9.1 in a Maven
> repository (if so, which repository)?

Its in the Apache release repository, e.g.

<dependency>
  <groupId>org.apache.wookie</groupId>
  <artifactId>wookie-java-connector</artifactId>
  <version>0.9.1-incubating</version>
</dependency>

> 
> Jasha Joachimsthal
> 
> Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
> US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free)
> 
> www.onehippo.com