Re: Confused about maven artifact groupIds

2008-09-11 Thread Rahul Akolkar
On Tue, Sep 9, 2008 at 5:12 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Tue, Sep 9, 2008 at 10:05 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: >> Rahul Akolkar wrote: >>> On Tue, Sep 9, 2008 at 3:23 PM, Niall Pemberton >>> <[EMAIL PROTECTED]> wrote: On Tue, Sep 9, 2008 at 8:07 PM, Ra

Re: Confused about maven artifact groupIds

2008-09-09 Thread Niall Pemberton
On Tue, Sep 9, 2008 at 10:05 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Rahul Akolkar wrote: >> On Tue, Sep 9, 2008 at 3:23 PM, Niall Pemberton >> <[EMAIL PROTECTED]> wrote: >>> On Tue, Sep 9, 2008 at 8:07 PM, Rahul Akolkar <[EMAIL PROTECTED]> wrote: On Tue, Sep 9, 2008 at 2:49 PM, Niall

Re: Confused about maven artifact groupIds

2008-09-09 Thread Dennis Lundberg
Rahul Akolkar wrote: > On Tue, Sep 9, 2008 at 3:23 PM, Niall Pemberton > <[EMAIL PROTECTED]> wrote: >> On Tue, Sep 9, 2008 at 8:07 PM, Rahul Akolkar <[EMAIL PROTECTED]> wrote: >>> On Tue, Sep 9, 2008 at 2:49 PM, Niall Pemberton >>> <[EMAIL PROTECTED]> wrote: > Commons IO 1.3.2 was a mistake -

Re: Confused about maven artifact groupIds

2008-09-09 Thread Rahul Akolkar
On Tue, Sep 9, 2008 at 3:23 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Tue, Sep 9, 2008 at 8:07 PM, Rahul Akolkar <[EMAIL PROTECTED]> wrote: >> On Tue, Sep 9, 2008 at 2:49 PM, Niall Pemberton >> <[EMAIL PROTECTED]> wrote: >>> Commons IO 1.3.2 was a mistake - its under both org.apache.comm

Re: Confused about maven artifact groupIds

2008-09-09 Thread Niall Pemberton
On Tue, Sep 9, 2008 at 8:07 PM, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On Tue, Sep 9, 2008 at 2:49 PM, Niall Pemberton > <[EMAIL PROTECTED]> wrote: >> On Tue, Sep 9, 2008 at 5:16 PM, Holger Hoffstaette <[EMAIL PROTECTED]> wrote: >>> >>> I just noticed some strange inconsistencies with commons g

Re: Confused about maven artifact groupIds

2008-09-09 Thread Rahul Akolkar
On Tue, Sep 9, 2008 at 2:49 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Tue, Sep 9, 2008 at 5:16 PM, Holger Hoffstaette <[EMAIL PROTECTED]> wrote: >> >> I just noticed some strange inconsistencies with commons groupId, >> in my case for commons-io. I had a reference to >> org.apache.commons

Re: Confused about maven artifact groupIds

2008-09-09 Thread Niall Pemberton
On Tue, Sep 9, 2008 at 5:16 PM, Holger Hoffstaette <[EMAIL PROTECTED]> wrote: > > I just noticed some strange inconsistencies with commons groupId, > in my case for commons-io. I had a reference to > org.apache.commons:commons-io:1.3.2 in my pom and wanted to update to 1.4, > only to find that appa

Confused about maven artifact groupIds

2008-09-09 Thread Holger Hoffstaette
I just noticed some strange inconsistencies with commons groupId, in my case for commons-io. I had a reference to org.apache.commons:commons-io:1.3.2 in my pom and wanted to update to 1.4, only to find that apparently the groupId had reverted to commons-io (without the apache namespace). What's up