You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Prasad Kashyap <go...@gmail.com> on 2007/07/11 04:42:39 UTC

SNAPSHOT dependencies that need to be released.

The following Geronimo dependencies uses SNAPSHOT versions. Can we
please chase these projects and get them to release the artifacts,
whatever it takes; contacts, muscles, bribes, favors, etc :-)

If enough people on this list volunteer to get some of these released,
then I'll create a wiki page where they can sign up.

--------------------

<openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>

<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>2.0-incubator-SNAPSHOT</version>

<groupId>org.apache.axis2</groupId>
<artifactId>axis2-java2wsdl</artifactId>
<version>SNAPSHOT</version>

<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
<version>SNAPSHOT</version>

<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
<version>SNAPSHOT</version>

<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jaxws-api</artifactId>
<version>SNAPSHOT</version>

<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jaxws</artifactId>
<version>SNAPSHOT</version>

<groupId>org.apache.axis2</groupId>
<artifactId>axis2-metadata</artifactId>
<version>SNAPSHOT</version>

<groupId>org.apache.axis2</groupId>
<artifactId>axis2-saaj</artifactId>
<version>SNAPSHOT</version>

<groupId>org.apache.geronimo.javamail</groupId>
<artifactId>geronimo-javamail_1.4_mail</artifactId>
<version>1.1-SNAPSHOT</version>

<groupId>org.apache.geronimo.schema</groupId>
<artifactId>geronimo-schema-jee_5</artifactId>
<version>1.1-SNAPSHOT</version>

<groupId>org.apache.geronimo.schema</groupId>
<artifactId>geronimo-schema-j2ee_1.4</artifactId>
<version>1.1-SNAPSHOT</version>

<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa</artifactId>
<version>1.0.0-SNAPSHOT</version>

<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder</artifactId>
<version>3.0-SNAPSHOT</version>

<groupId>org.apache.xbean</groupId>
<artifactId>xbean-naming</artifactId>
<version>3.0-SNAPSHOT</version>

<groupId>org.apache.xbean</groupId>
<artifactId>xbean-reflect</artifactId>
<version>3.1-SNAPSHOT</version>

<groupId>org.apache.ws.scout</groupId>
<artifactId>scout</artifactId>
<version>SNAPSHOT</version>

<groupId>org.apache.yoko</groupId>
<artifactId>yoko-core</artifactId>
<version>1.0-incubating-SNAPSHOT</version>

<groupId>org.apache.yoko</groupId>
<artifactId>yoko-spec-corba</artifactId>
<version>1.0-incubating-SNAPSHOT</version>

<groupId>org.apache.yoko</groupId>
<artifactId>yoko-rmi-spec</artifactId>
<version>1.0-incubating-SNAPSHOT</version>

<groupId>org.apache.yoko</groupId>
<artifactId>yoko-rmi-impl</artifactId>
<version>1.0-incubating-SNAPSHOT</version>

<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>6.1-SNAPSHOT</version>

<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-ajp</artifactId>
<version>6.1-SNAPSHOT</version>

<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-sslengine</artifactId>
<version>6.1-SNAPSHOT</version>

<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>6.1-SNAPSHOT</version>

<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>1.2.0-SNAPSHOT</version>

<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>1.2.0-SNAPSHOT</version>


Cheers
Prasad

Re: SNAPSHOT dependencies that need to be released.

Posted by Donald Woods <dw...@apache.org>.
We also need to release Genesis, so we can get rid of the build dependency on 
SNAPSHOTs...

server/pom.xml -
     <parent>
         <groupId>org.apache.geronimo.genesis.config</groupId>
         <artifactId>project-config</artifactId>
         <version>1.2-SNAPSHOT</version>
     </parent>


-Donald

Prasad Kashyap wrote:
> The following Geronimo dependencies uses SNAPSHOT versions. Can we
> please chase these projects and get them to release the artifacts,
> whatever it takes; contacts, muscles, bribes, favors, etc :-)
> 
> If enough people on this list volunteer to get some of these released,
> then I'll create a wiki page where they can sign up.
> 
> --------------------
> 
> <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
> 
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-api</artifactId>
> <version>2.0-incubator-SNAPSHOT</version>
> 
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-java2wsdl</artifactId>
> <version>SNAPSHOT</version>
> 
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-kernel</artifactId>
> <version>SNAPSHOT</version>
> 
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-adb</artifactId>
> <version>SNAPSHOT</version>
> 
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-jaxws-api</artifactId>
> <version>SNAPSHOT</version>
> 
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-jaxws</artifactId>
> <version>SNAPSHOT</version>
> 
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-metadata</artifactId>
> <version>SNAPSHOT</version>
> 
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-saaj</artifactId>
> <version>SNAPSHOT</version>
> 
> <groupId>org.apache.geronimo.javamail</groupId>
> <artifactId>geronimo-javamail_1.4_mail</artifactId>
> <version>1.1-SNAPSHOT</version>
> 
> <groupId>org.apache.geronimo.schema</groupId>
> <artifactId>geronimo-schema-jee_5</artifactId>
> <version>1.1-SNAPSHOT</version>
> 
> <groupId>org.apache.geronimo.schema</groupId>
> <artifactId>geronimo-schema-j2ee_1.4</artifactId>
> <version>1.1-SNAPSHOT</version>
> 
> <groupId>org.apache.openjpa</groupId>
> <artifactId>openjpa</artifactId>
> <version>1.0.0-SNAPSHOT</version>
> 
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-finder</artifactId>
> <version>3.0-SNAPSHOT</version>
> 
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-naming</artifactId>
> <version>3.0-SNAPSHOT</version>
> 
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-reflect</artifactId>
> <version>3.1-SNAPSHOT</version>
> 
> <groupId>org.apache.ws.scout</groupId>
> <artifactId>scout</artifactId>
> <version>SNAPSHOT</version>
> 
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-core</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
> 
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-spec-corba</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
> 
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-rmi-spec</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
> 
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-rmi-impl</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
> 
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty</artifactId>
> <version>6.1-SNAPSHOT</version>
> 
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-ajp</artifactId>
> <version>6.1-SNAPSHOT</version>
> 
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-sslengine</artifactId>
> <version>6.1-SNAPSHOT</version>
> 
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-util</artifactId>
> <version>6.1-SNAPSHOT</version>
> 
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-api</artifactId>
> <version>1.2.0-SNAPSHOT</version>
> 
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-impl</artifactId>
> <version>1.2.0-SNAPSHOT</version>
> 
> 
> Cheers
> Prasad
> 
> 

Re: SNAPSHOT dependencies that need to be released.

Posted by Prasad Kashyap <go...@gmail.com>.
Awesome. Thanx Gianny.

Cheers
Prasad

On 7/26/07, Gianny Damour <gi...@optusnet.com.au> wrote:
> Hello Prasad,
>
> Actually, I have cut a release and move Geronimo to this version, 2.0-
> M5, just before the cut of the 2.0 branch.
>
> Thanks,
> Giany
>
>
> On 27/07/2007, at 12:37 AM, Prasad Kashyap wrote:
>
> > Hi Gianny,
> >
> > Thanks for that offer. Anytime now would be a good time to cut a
> > release of wadi. We can move up to the released version and ensure
> > there are no gotchas in the final few builds.
> >
> > Thanx
> > Prasad
> >
> >
> > On 7/12/07, Gianny Damour <gi...@optusnet.com.au> wrote:
> >> Hi,
> >>
> >> When do you want to get released versions of these dependencies?
> >>
> >> I can take care of the WADI dependencies and cut a release a couple
> >> of days before the creation of the 2.0 branch if it is OK with you.
> >>
> >> Thanks,
> >> Gianny
> >>
> >>
> >> On 11/07/2007, at 12:42 PM, Prasad Kashyap wrote:
> >>
> >> > The following Geronimo dependencies uses SNAPSHOT versions. Can we
> >> > please chase these projects and get them to release the artifacts,
> >> > whatever it takes; contacts, muscles, bribes, favors, etc :-)
> >> >
> >> > If enough people on this list volunteer to get some of these
> >> released,
> >> > then I'll create a wiki page where they can sign up.
> >> >
> >> > --------------------
> >> >
> >> > <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
> >> >
> >> > <groupId>org.apache.cxf</groupId>
> >> > <artifactId>cxf-api</artifactId>
> >> > <version>2.0-incubator-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.axis2</groupId>
> >> > <artifactId>axis2-java2wsdl</artifactId>
> >> > <version>SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.axis2</groupId>
> >> > <artifactId>axis2-kernel</artifactId>
> >> > <version>SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.axis2</groupId>
> >> > <artifactId>axis2-adb</artifactId>
> >> > <version>SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.axis2</groupId>
> >> > <artifactId>axis2-jaxws-api</artifactId>
> >> > <version>SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.axis2</groupId>
> >> > <artifactId>axis2-jaxws</artifactId>
> >> > <version>SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.axis2</groupId>
> >> > <artifactId>axis2-metadata</artifactId>
> >> > <version>SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.axis2</groupId>
> >> > <artifactId>axis2-saaj</artifactId>
> >> > <version>SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.geronimo.javamail</groupId>
> >> > <artifactId>geronimo-javamail_1.4_mail</artifactId>
> >> > <version>1.1-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.geronimo.schema</groupId>
> >> > <artifactId>geronimo-schema-jee_5</artifactId>
> >> > <version>1.1-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.geronimo.schema</groupId>
> >> > <artifactId>geronimo-schema-j2ee_1.4</artifactId>
> >> > <version>1.1-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.openjpa</groupId>
> >> > <artifactId>openjpa</artifactId>
> >> > <version>1.0.0-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.xbean</groupId>
> >> > <artifactId>xbean-finder</artifactId>
> >> > <version>3.0-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.xbean</groupId>
> >> > <artifactId>xbean-naming</artifactId>
> >> > <version>3.0-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.xbean</groupId>
> >> > <artifactId>xbean-reflect</artifactId>
> >> > <version>3.1-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.ws.scout</groupId>
> >> > <artifactId>scout</artifactId>
> >> > <version>SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.yoko</groupId>
> >> > <artifactId>yoko-core</artifactId>
> >> > <version>1.0-incubating-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.yoko</groupId>
> >> > <artifactId>yoko-spec-corba</artifactId>
> >> > <version>1.0-incubating-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.yoko</groupId>
> >> > <artifactId>yoko-rmi-spec</artifactId>
> >> > <version>1.0-incubating-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.yoko</groupId>
> >> > <artifactId>yoko-rmi-impl</artifactId>
> >> > <version>1.0-incubating-SNAPSHOT</version>
> >> >
> >> > <groupId>org.mortbay.jetty</groupId>
> >> > <artifactId>jetty</artifactId>
> >> > <version>6.1-SNAPSHOT</version>
> >> >
> >> > <groupId>org.mortbay.jetty</groupId>
> >> > <artifactId>jetty-ajp</artifactId>
> >> > <version>6.1-SNAPSHOT</version>
> >> >
> >> > <groupId>org.mortbay.jetty</groupId>
> >> > <artifactId>jetty-sslengine</artifactId>
> >> > <version>6.1-SNAPSHOT</version>
> >> >
> >> > <groupId>org.mortbay.jetty</groupId>
> >> > <artifactId>jetty-util</artifactId>
> >> > <version>6.1-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.myfaces.core</groupId>
> >> > <artifactId>myfaces-api</artifactId>
> >> > <version>1.2.0-SNAPSHOT</version>
> >> >
> >> > <groupId>org.apache.myfaces.core</groupId>
> >> > <artifactId>myfaces-impl</artifactId>
> >> > <version>1.2.0-SNAPSHOT</version>
> >> >
> >> >
> >> > Cheers
> >> > Prasad
> >>
> >>
>
>

Re: SNAPSHOT dependencies that need to be released.

Posted by Gianny Damour <gi...@optusnet.com.au>.
Hello Prasad,

Actually, I have cut a release and move Geronimo to this version, 2.0- 
M5, just before the cut of the 2.0 branch.

Thanks,
Giany


On 27/07/2007, at 12:37 AM, Prasad Kashyap wrote:

> Hi Gianny,
>
> Thanks for that offer. Anytime now would be a good time to cut a
> release of wadi. We can move up to the released version and ensure
> there are no gotchas in the final few builds.
>
> Thanx
> Prasad
>
>
> On 7/12/07, Gianny Damour <gi...@optusnet.com.au> wrote:
>> Hi,
>>
>> When do you want to get released versions of these dependencies?
>>
>> I can take care of the WADI dependencies and cut a release a couple
>> of days before the creation of the 2.0 branch if it is OK with you.
>>
>> Thanks,
>> Gianny
>>
>>
>> On 11/07/2007, at 12:42 PM, Prasad Kashyap wrote:
>>
>> > The following Geronimo dependencies uses SNAPSHOT versions. Can we
>> > please chase these projects and get them to release the artifacts,
>> > whatever it takes; contacts, muscles, bribes, favors, etc :-)
>> >
>> > If enough people on this list volunteer to get some of these  
>> released,
>> > then I'll create a wiki page where they can sign up.
>> >
>> > --------------------
>> >
>> > <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
>> >
>> > <groupId>org.apache.cxf</groupId>
>> > <artifactId>cxf-api</artifactId>
>> > <version>2.0-incubator-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.axis2</groupId>
>> > <artifactId>axis2-java2wsdl</artifactId>
>> > <version>SNAPSHOT</version>
>> >
>> > <groupId>org.apache.axis2</groupId>
>> > <artifactId>axis2-kernel</artifactId>
>> > <version>SNAPSHOT</version>
>> >
>> > <groupId>org.apache.axis2</groupId>
>> > <artifactId>axis2-adb</artifactId>
>> > <version>SNAPSHOT</version>
>> >
>> > <groupId>org.apache.axis2</groupId>
>> > <artifactId>axis2-jaxws-api</artifactId>
>> > <version>SNAPSHOT</version>
>> >
>> > <groupId>org.apache.axis2</groupId>
>> > <artifactId>axis2-jaxws</artifactId>
>> > <version>SNAPSHOT</version>
>> >
>> > <groupId>org.apache.axis2</groupId>
>> > <artifactId>axis2-metadata</artifactId>
>> > <version>SNAPSHOT</version>
>> >
>> > <groupId>org.apache.axis2</groupId>
>> > <artifactId>axis2-saaj</artifactId>
>> > <version>SNAPSHOT</version>
>> >
>> > <groupId>org.apache.geronimo.javamail</groupId>
>> > <artifactId>geronimo-javamail_1.4_mail</artifactId>
>> > <version>1.1-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.geronimo.schema</groupId>
>> > <artifactId>geronimo-schema-jee_5</artifactId>
>> > <version>1.1-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.geronimo.schema</groupId>
>> > <artifactId>geronimo-schema-j2ee_1.4</artifactId>
>> > <version>1.1-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.openjpa</groupId>
>> > <artifactId>openjpa</artifactId>
>> > <version>1.0.0-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.xbean</groupId>
>> > <artifactId>xbean-finder</artifactId>
>> > <version>3.0-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.xbean</groupId>
>> > <artifactId>xbean-naming</artifactId>
>> > <version>3.0-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.xbean</groupId>
>> > <artifactId>xbean-reflect</artifactId>
>> > <version>3.1-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.ws.scout</groupId>
>> > <artifactId>scout</artifactId>
>> > <version>SNAPSHOT</version>
>> >
>> > <groupId>org.apache.yoko</groupId>
>> > <artifactId>yoko-core</artifactId>
>> > <version>1.0-incubating-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.yoko</groupId>
>> > <artifactId>yoko-spec-corba</artifactId>
>> > <version>1.0-incubating-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.yoko</groupId>
>> > <artifactId>yoko-rmi-spec</artifactId>
>> > <version>1.0-incubating-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.yoko</groupId>
>> > <artifactId>yoko-rmi-impl</artifactId>
>> > <version>1.0-incubating-SNAPSHOT</version>
>> >
>> > <groupId>org.mortbay.jetty</groupId>
>> > <artifactId>jetty</artifactId>
>> > <version>6.1-SNAPSHOT</version>
>> >
>> > <groupId>org.mortbay.jetty</groupId>
>> > <artifactId>jetty-ajp</artifactId>
>> > <version>6.1-SNAPSHOT</version>
>> >
>> > <groupId>org.mortbay.jetty</groupId>
>> > <artifactId>jetty-sslengine</artifactId>
>> > <version>6.1-SNAPSHOT</version>
>> >
>> > <groupId>org.mortbay.jetty</groupId>
>> > <artifactId>jetty-util</artifactId>
>> > <version>6.1-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.myfaces.core</groupId>
>> > <artifactId>myfaces-api</artifactId>
>> > <version>1.2.0-SNAPSHOT</version>
>> >
>> > <groupId>org.apache.myfaces.core</groupId>
>> > <artifactId>myfaces-impl</artifactId>
>> > <version>1.2.0-SNAPSHOT</version>
>> >
>> >
>> > Cheers
>> > Prasad
>>
>>


Re: SNAPSHOT dependencies that need to be released.

Posted by Prasad Kashyap <go...@gmail.com>.
Hi Gianny,

Thanks for that offer. Anytime now would be a good time to cut a
release of wadi. We can move up to the released version and ensure
there are no gotchas in the final few builds.

Thanx
Prasad


On 7/12/07, Gianny Damour <gi...@optusnet.com.au> wrote:
> Hi,
>
> When do you want to get released versions of these dependencies?
>
> I can take care of the WADI dependencies and cut a release a couple
> of days before the creation of the 2.0 branch if it is OK with you.
>
> Thanks,
> Gianny
>
>
> On 11/07/2007, at 12:42 PM, Prasad Kashyap wrote:
>
> > The following Geronimo dependencies uses SNAPSHOT versions. Can we
> > please chase these projects and get them to release the artifacts,
> > whatever it takes; contacts, muscles, bribes, favors, etc :-)
> >
> > If enough people on this list volunteer to get some of these released,
> > then I'll create a wiki page where they can sign up.
> >
> > --------------------
> >
> > <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
> >
> > <groupId>org.apache.cxf</groupId>
> > <artifactId>cxf-api</artifactId>
> > <version>2.0-incubator-SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-java2wsdl</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-kernel</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-adb</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-jaxws-api</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-jaxws</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-metadata</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-saaj</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.geronimo.javamail</groupId>
> > <artifactId>geronimo-javamail_1.4_mail</artifactId>
> > <version>1.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.geronimo.schema</groupId>
> > <artifactId>geronimo-schema-jee_5</artifactId>
> > <version>1.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.geronimo.schema</groupId>
> > <artifactId>geronimo-schema-j2ee_1.4</artifactId>
> > <version>1.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.openjpa</groupId>
> > <artifactId>openjpa</artifactId>
> > <version>1.0.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.xbean</groupId>
> > <artifactId>xbean-finder</artifactId>
> > <version>3.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.xbean</groupId>
> > <artifactId>xbean-naming</artifactId>
> > <version>3.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.xbean</groupId>
> > <artifactId>xbean-reflect</artifactId>
> > <version>3.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.ws.scout</groupId>
> > <artifactId>scout</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-core</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-spec-corba</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-rmi-spec</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-rmi-impl</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty-ajp</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty-sslengine</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty-util</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.myfaces.core</groupId>
> > <artifactId>myfaces-api</artifactId>
> > <version>1.2.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.myfaces.core</groupId>
> > <artifactId>myfaces-impl</artifactId>
> > <version>1.2.0-SNAPSHOT</version>
> >
> >
> > Cheers
> > Prasad
>
>

Re: SNAPSHOT dependencies that need to be released.

Posted by Gianny Damour <gi...@optusnet.com.au>.
Hi,

When do you want to get released versions of these dependencies?

I can take care of the WADI dependencies and cut a release a couple  
of days before the creation of the 2.0 branch if it is OK with you.

Thanks,
Gianny


On 11/07/2007, at 12:42 PM, Prasad Kashyap wrote:

> The following Geronimo dependencies uses SNAPSHOT versions. Can we
> please chase these projects and get them to release the artifacts,
> whatever it takes; contacts, muscles, bribes, favors, etc :-)
>
> If enough people on this list volunteer to get some of these released,
> then I'll create a wiki page where they can sign up.
>
> --------------------
>
> <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-api</artifactId>
> <version>2.0-incubator-SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-java2wsdl</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-kernel</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-adb</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-jaxws-api</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-jaxws</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-metadata</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-saaj</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.geronimo.javamail</groupId>
> <artifactId>geronimo-javamail_1.4_mail</artifactId>
> <version>1.1-SNAPSHOT</version>
>
> <groupId>org.apache.geronimo.schema</groupId>
> <artifactId>geronimo-schema-jee_5</artifactId>
> <version>1.1-SNAPSHOT</version>
>
> <groupId>org.apache.geronimo.schema</groupId>
> <artifactId>geronimo-schema-j2ee_1.4</artifactId>
> <version>1.1-SNAPSHOT</version>
>
> <groupId>org.apache.openjpa</groupId>
> <artifactId>openjpa</artifactId>
> <version>1.0.0-SNAPSHOT</version>
>
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-finder</artifactId>
> <version>3.0-SNAPSHOT</version>
>
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-naming</artifactId>
> <version>3.0-SNAPSHOT</version>
>
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-reflect</artifactId>
> <version>3.1-SNAPSHOT</version>
>
> <groupId>org.apache.ws.scout</groupId>
> <artifactId>scout</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-core</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-spec-corba</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-rmi-spec</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-rmi-impl</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-ajp</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-sslengine</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-util</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-api</artifactId>
> <version>1.2.0-SNAPSHOT</version>
>
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-impl</artifactId>
> <version>1.2.0-SNAPSHOT</version>
>
>
> Cheers
> Prasad


Re: SNAPSHOT dependencies that need to be released.

Posted by Paul McMahan <pa...@gmail.com>.
On Jul 10, 2007, at 10:42 PM, Prasad Kashyap wrote:

> The following Geronimo dependencies uses SNAPSHOT versions. Can we
> please chase these projects and get them to release the artifacts,
> whatever it takes; contacts, muscles, bribes, favors, etc :-)
[...]

> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-api</artifactId>
> <version>1.2.0-SNAPSHOT</version>
>
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-impl</artifactId>
> <version>1.2.0-SNAPSHOT</version>

I think Matthias is in the process of releasing the MyFaces 1.2 jars  
right now.


Best wishes,
Paul




Re: SNAPSHOT dependencies that need to be released.

Posted by Prasad Kashyap <go...@gmail.com>.
Thanx. I updated the wiki list too.

Cheers
Prasad

On 7/11/07, Jarek Gawor <jg...@gmail.com> wrote:
> I updated the CXF version. That should be one less hopefully.
>
> Also, I think the "axiom" and "wadi" libraries are missing in this list.
>
> Jarek
>
> On 7/10/07, Prasad Kashyap <go...@gmail.com> wrote:
> > The following Geronimo dependencies uses SNAPSHOT versions. Can we
> > please chase these projects and get them to release the artifacts,
> > whatever it takes; contacts, muscles, bribes, favors, etc :-)
> >
> > If enough people on this list volunteer to get some of these released,
> > then I'll create a wiki page where they can sign up.
> >
> > --------------------
> >
> > <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
> >
> > <groupId>org.apache.cxf</groupId>
> > <artifactId>cxf-api</artifactId>
> > <version>2.0-incubator-SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-java2wsdl</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-kernel</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-adb</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-jaxws-api</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-jaxws</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-metadata</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-saaj</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.geronimo.javamail</groupId>
> > <artifactId>geronimo-javamail_1.4_mail</artifactId>
> > <version>1.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.geronimo.schema</groupId>
> > <artifactId>geronimo-schema-jee_5</artifactId>
> > <version>1.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.geronimo.schema</groupId>
> > <artifactId>geronimo-schema-j2ee_1.4</artifactId>
> > <version>1.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.openjpa</groupId>
> > <artifactId>openjpa</artifactId>
> > <version>1.0.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.xbean</groupId>
> > <artifactId>xbean-finder</artifactId>
> > <version>3.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.xbean</groupId>
> > <artifactId>xbean-naming</artifactId>
> > <version>3.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.xbean</groupId>
> > <artifactId>xbean-reflect</artifactId>
> > <version>3.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.ws.scout</groupId>
> > <artifactId>scout</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-core</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-spec-corba</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-rmi-spec</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-rmi-impl</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty-ajp</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty-sslengine</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty-util</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.myfaces.core</groupId>
> > <artifactId>myfaces-api</artifactId>
> > <version>1.2.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.myfaces.core</groupId>
> > <artifactId>myfaces-impl</artifactId>
> > <version>1.2.0-SNAPSHOT</version>
> >
> >
> > Cheers
> > Prasad
> >
>

Re: SNAPSHOT dependencies that need to be released.

Posted by Jarek Gawor <jg...@gmail.com>.
I updated the CXF version. That should be one less hopefully.

Also, I think the "axiom" and "wadi" libraries are missing in this list.

Jarek

On 7/10/07, Prasad Kashyap <go...@gmail.com> wrote:
> The following Geronimo dependencies uses SNAPSHOT versions. Can we
> please chase these projects and get them to release the artifacts,
> whatever it takes; contacts, muscles, bribes, favors, etc :-)
>
> If enough people on this list volunteer to get some of these released,
> then I'll create a wiki page where they can sign up.
>
> --------------------
>
> <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-api</artifactId>
> <version>2.0-incubator-SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-java2wsdl</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-kernel</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-adb</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-jaxws-api</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-jaxws</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-metadata</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-saaj</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.geronimo.javamail</groupId>
> <artifactId>geronimo-javamail_1.4_mail</artifactId>
> <version>1.1-SNAPSHOT</version>
>
> <groupId>org.apache.geronimo.schema</groupId>
> <artifactId>geronimo-schema-jee_5</artifactId>
> <version>1.1-SNAPSHOT</version>
>
> <groupId>org.apache.geronimo.schema</groupId>
> <artifactId>geronimo-schema-j2ee_1.4</artifactId>
> <version>1.1-SNAPSHOT</version>
>
> <groupId>org.apache.openjpa</groupId>
> <artifactId>openjpa</artifactId>
> <version>1.0.0-SNAPSHOT</version>
>
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-finder</artifactId>
> <version>3.0-SNAPSHOT</version>
>
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-naming</artifactId>
> <version>3.0-SNAPSHOT</version>
>
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-reflect</artifactId>
> <version>3.1-SNAPSHOT</version>
>
> <groupId>org.apache.ws.scout</groupId>
> <artifactId>scout</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-core</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-spec-corba</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-rmi-spec</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-rmi-impl</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-ajp</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-sslengine</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-util</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-api</artifactId>
> <version>1.2.0-SNAPSHOT</version>
>
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-impl</artifactId>
> <version>1.2.0-SNAPSHOT</version>
>
>
> Cheers
> Prasad
>

Re: SNAPSHOT dependencies that need to be released.

Posted by Prasad Kashyap <go...@gmail.com>.
Jacek,

You are right. That is the correct SNAPSHOT version
<openejbVersion>3.0.0-SNAPSHOT</openejbVersion>

Cheers
Prasad


On 7/11/07, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
> On 7/11/07, Prasad Kashyap <go...@gmail.com> wrote:
>
> > <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
>
> Where did you find it? I can't see in the top-level pom.xml. It is
>
>   <openejbVersion>3.0.0-SNAPSHOT</openejbVersion>
>
> Some fixes and the SNAPSHOT should go away soon (when The Mighty D
> Team rolls up their sleeves ;-)).
>
> Jacek
>
> --
> Jacek Laskowski
> http://www.JacekLaskowski.pl
>

Re: SNAPSHOT dependencies that need to be released.

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 7/11/07, Prasad Kashyap <go...@gmail.com> wrote:

> <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>

Where did you find it? I can't see in the top-level pom.xml. It is

  <openejbVersion>3.0.0-SNAPSHOT</openejbVersion>

Some fixes and the SNAPSHOT should go away soon (when The Mighty D
Team rolls up their sleeves ;-)).

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: SNAPSHOT dependencies that need to be released.

Posted by Daniel Kulp <dk...@apache.org>.
On Tuesday 10 July 2007 22:42, Prasad Kashyap wrote:
> The following Geronimo dependencies uses SNAPSHOT versions. Can we
> please chase these projects and get them to release the artifacts,
> whatever it takes; contacts, muscles, bribes, favors, etc :-)
>
> <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-api</artifactId>
> <version>2.0-incubator-SNAPSHOT</version>

CXF was officially released last week.     The 2.0-incubator release 
version should be available in the incubator maven repository.


-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog

Re: SNAPSHOT dependencies that need to be released.

Posted by Prasad Kashyap <go...@gmail.com>.
Similar to Scout, can Yoko at least release a 1.0-rc1 for us in time ?

Cheers
Prasad

On 7/12/07, Rick McGuire <ri...@gmail.com> wrote:
> I'll raise the issue on the Yoko dev list.  Last time, this took a long
> time to get done because the discussions on how the release should be
> bundled and whether the tools were ready for release or not.  I'm not
> sure of the status of the tools, as the people who've been working on
> them have not been very good about doing the work on list.  It might be
> necessary to spin an M3 release of just the run time like the last time
> Geronimo needed a release.  This is further complicated by the project
> incubating status, since it requires two levels of voting to get released.
>
> Rick
>
> Prasad Kashyap wrote:
> > The following Geronimo dependencies uses SNAPSHOT versions. Can we
> > please chase these projects and get them to release the artifacts,
> > whatever it takes; contacts, muscles, bribes, favors, etc :-)
> >
> > If enough people on this list volunteer to get some of these released,
> > then I'll create a wiki page where they can sign up.
> >
> > --------------------
> >
> > <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
> >
> > <groupId>org.apache.cxf</groupId>
> > <artifactId>cxf-api</artifactId>
> > <version>2.0-incubator-SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-java2wsdl</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-kernel</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-adb</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-jaxws-api</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-jaxws</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-metadata</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.axis2</groupId>
> > <artifactId>axis2-saaj</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.geronimo.javamail</groupId>
> > <artifactId>geronimo-javamail_1.4_mail</artifactId>
> > <version>1.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.geronimo.schema</groupId>
> > <artifactId>geronimo-schema-jee_5</artifactId>
> > <version>1.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.geronimo.schema</groupId>
> > <artifactId>geronimo-schema-j2ee_1.4</artifactId>
> > <version>1.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.openjpa</groupId>
> > <artifactId>openjpa</artifactId>
> > <version>1.0.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.xbean</groupId>
> > <artifactId>xbean-finder</artifactId>
> > <version>3.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.xbean</groupId>
> > <artifactId>xbean-naming</artifactId>
> > <version>3.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.xbean</groupId>
> > <artifactId>xbean-reflect</artifactId>
> > <version>3.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.ws.scout</groupId>
> > <artifactId>scout</artifactId>
> > <version>SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-core</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-spec-corba</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-rmi-spec</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.apache.yoko</groupId>
> > <artifactId>yoko-rmi-impl</artifactId>
> > <version>1.0-incubating-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty-ajp</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty-sslengine</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.mortbay.jetty</groupId>
> > <artifactId>jetty-util</artifactId>
> > <version>6.1-SNAPSHOT</version>
> >
> > <groupId>org.apache.myfaces.core</groupId>
> > <artifactId>myfaces-api</artifactId>
> > <version>1.2.0-SNAPSHOT</version>
> >
> > <groupId>org.apache.myfaces.core</groupId>
> > <artifactId>myfaces-impl</artifactId>
> > <version>1.2.0-SNAPSHOT</version>
> >
> >
> > Cheers
> > Prasad
> >
>
>

Re: SNAPSHOT dependencies that need to be released.

Posted by Rick McGuire <ri...@gmail.com>.
I'll raise the issue on the Yoko dev list.  Last time, this took a long 
time to get done because the discussions on how the release should be 
bundled and whether the tools were ready for release or not.  I'm not 
sure of the status of the tools, as the people who've been working on 
them have not been very good about doing the work on list.  It might be 
necessary to spin an M3 release of just the run time like the last time 
Geronimo needed a release.  This is further complicated by the project 
incubating status, since it requires two levels of voting to get released. 

Rick

Prasad Kashyap wrote:
> The following Geronimo dependencies uses SNAPSHOT versions. Can we
> please chase these projects and get them to release the artifacts,
> whatever it takes; contacts, muscles, bribes, favors, etc :-)
>
> If enough people on this list volunteer to get some of these released,
> then I'll create a wiki page where they can sign up.
>
> --------------------
>
> <openejbVersion>3.0-incubating-SNAPSHOT</openejbVersion>
>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-api</artifactId>
> <version>2.0-incubator-SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-java2wsdl</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-kernel</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-adb</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-jaxws-api</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-jaxws</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-metadata</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.axis2</groupId>
> <artifactId>axis2-saaj</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.geronimo.javamail</groupId>
> <artifactId>geronimo-javamail_1.4_mail</artifactId>
> <version>1.1-SNAPSHOT</version>
>
> <groupId>org.apache.geronimo.schema</groupId>
> <artifactId>geronimo-schema-jee_5</artifactId>
> <version>1.1-SNAPSHOT</version>
>
> <groupId>org.apache.geronimo.schema</groupId>
> <artifactId>geronimo-schema-j2ee_1.4</artifactId>
> <version>1.1-SNAPSHOT</version>
>
> <groupId>org.apache.openjpa</groupId>
> <artifactId>openjpa</artifactId>
> <version>1.0.0-SNAPSHOT</version>
>
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-finder</artifactId>
> <version>3.0-SNAPSHOT</version>
>
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-naming</artifactId>
> <version>3.0-SNAPSHOT</version>
>
> <groupId>org.apache.xbean</groupId>
> <artifactId>xbean-reflect</artifactId>
> <version>3.1-SNAPSHOT</version>
>
> <groupId>org.apache.ws.scout</groupId>
> <artifactId>scout</artifactId>
> <version>SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-core</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-spec-corba</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-rmi-spec</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.apache.yoko</groupId>
> <artifactId>yoko-rmi-impl</artifactId>
> <version>1.0-incubating-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-ajp</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-sslengine</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.mortbay.jetty</groupId>
> <artifactId>jetty-util</artifactId>
> <version>6.1-SNAPSHOT</version>
>
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-api</artifactId>
> <version>1.2.0-SNAPSHOT</version>
>
> <groupId>org.apache.myfaces.core</groupId>
> <artifactId>myfaces-impl</artifactId>
> <version>1.2.0-SNAPSHOT</version>
>
>
> Cheers
> Prasad
>


Re: SNAPSHOT dependencies that need to be released.

Posted by Lin Sun <li...@gmail.com>.
I just sent a note to the scout dev list to ask their release plans (now 
that we have all jaxr tck passing with axis2's saaj-impl).  I've 
assigned myself as the owner for scout on the wiki for now.

Lin

Prasad Kashyap wrote:
> A convenient wiki page to track the progress
> 
> http://cwiki.apache.org/confluence/display/GMOxPMGT/SNAPSHOT+dependencies+that+need+to+be+released+for+Geronimo+2.0 
> 
> 
> On 7/10/07, Prasad Kashyap <go...@gmail.com> wrote:
>> The following Geronimo dependencies uses SNAPSHOT versions. Can we
>> please chase these projects and get them to release the artifacts,
>> whatever it takes; contacts, muscles, bribes, favors, etc :-)
>>
>> If enough people on this list volunteer to get some of these released,
>> then I'll create a wiki page where they can sign up.
>>
> 
> [ .... ]
> 
>>
>> Cheers
>> Prasad
>>
> 


Re: SNAPSHOT dependencies that need to be released.

Posted by Prasad Kashyap <go...@gmail.com>.
A convenient wiki page to track the progress

http://cwiki.apache.org/confluence/display/GMOxPMGT/SNAPSHOT+dependencies+that+need+to+be+released+for+Geronimo+2.0

On 7/10/07, Prasad Kashyap <go...@gmail.com> wrote:
> The following Geronimo dependencies uses SNAPSHOT versions. Can we
> please chase these projects and get them to release the artifacts,
> whatever it takes; contacts, muscles, bribes, favors, etc :-)
>
> If enough people on this list volunteer to get some of these released,
> then I'll create a wiki page where they can sign up.
>

[ .... ]

>
> Cheers
> Prasad
>

Re: SNAPSHOT dependencies that need to be released.

Posted by Guillaume Nodet <gn...@gmail.com>.
I'm in vacation until next week. I will start the release process next
week unless Dain beats me (which would be much appreciated btw)

On 7/19/07, Prasad Kashyap <go...@gmail.com> wrote:
> Hi Guillame,
>
> Can you please help us release version 3.1 of xbean now ? It will be
> needed for our release of G 2.0.
>
> http://cwiki.apache.org/confluence/display/GMOxPMGT/SNAPSHOT+dependencies+that+need+to+be+released+for+Geronimo+2.0
>
> Cheers
> Prasad
>
> ---------- Forwarded message ----------
> From: Prasad Kashyap <go...@gmail.com>
> Date: Jul 10, 2007 10:42 PM
> Subject: SNAPSHOT dependencies that need to be released.
> To: Geronimo Dev <de...@geronimo.apache.org>
>
>
> The following Geronimo dependencies uses SNAPSHOT versions. Can we
> please chase these projects and get them to release the artifacts,
> whatever it takes; contacts, muscles, bribes, favors, etc :-)
>
> If enough people on this list volunteer to get some of these released,
> then I'll create a wiki page where they can sign up.
>
> [....]
>
> Cheers
> Prasad
>


-- 
Cheers,
Guillaume Nodet
------------------------
Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/