On Thu, Jun 11, 2009 at 1:45 PM, Norman Richards <orb@nostacktrace.com> wrote:

On Jun 11, 2009, at 6:35 AM, Pete Muir wrote:

I don't think version ranges work anyway with the . separator between the micro and qualifier (see http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4139850#4139850) but we can fix by using a pom redirect thing. Norman can you look at this?


What is a pom redirect?

The same really as an HTTP 303 except w/ a Maven 2 POM.

<project xmlns="http://maven.apache.org/POM/4.0.0";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>

       <modelVersion>4.0.0</modelVersion>
       <groupId>org.jboss.seam</groupId>
       <artifactId>jboss-seam</artifactId>
       <version>2.1.2.GA</version>

    <distributionManagement>
        <relocation>
            <version>2.1.2</version>
        </relocation>
    </distributionManagement>
</project>

I'm not sure how many elements are required in <relocation> (just version or is groupId and artifactId required too).

-Dan

--
Dan Allen
Senior Software Engineer, Red Hat | Author of Seam in Action

http://mojavelinux.com
http://mojavelinux.com/seaminaction
http://in.relation.to/Bloggers/Dan

NOTE: While I make a strong effort to keep up with my email on a daily
basis, personal or other work matters can sometimes keep me away
from my email. If you contact me, but don't hear back for more than a week,
it is very likely that I am excessively backlogged or the message was
caught in the spam filters.  Please don't hesitate to resend a message if
you feel that it did not reach my attention.