<br><br><div class="gmail_quote">On Thu, Jun 11, 2009 at 1:45 PM, Norman Richards <span dir="ltr">&lt;<a href="mailto:orb@nostacktrace.com">orb@nostacktrace.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
On Jun 11, 2009, at 6:35 AM, Pete Muir wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I don&#39;t think version ranges work anyway with the . separator between the micro and qualifier (see <a href="http://www.jboss.org/index.html?module=bb&amp;op=viewtopic&amp;p=4139850#4139850" target="_blank">http://www.jboss.org/index.html?module=bb&amp;op=viewtopic&amp;p=4139850#4139850</a>) but we can fix by using a pom redirect thing. Norman can you look at this?<br>

</blockquote>
<br>
<br></div>
What is a pom redirect?</blockquote><div><br>The same really as an HTTP 303 except w/ a Maven 2 POM.<br><br>&lt;project xmlns=&quot;<a href="http://maven.apache.org/POM/4.0.0">http://maven.apache.org/POM/4.0.0</a>&quot;;<br>
       xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot;;<br>       xsi:schemaLocation=&quot;<a href="http://maven.apache.org/POM/4.0.0">http://maven.apache.org/POM/4.0.0</a> <br>
<a href="http://maven.apache.org/maven-v4_0_0.xsd">http://maven.apache.org/maven-v4_0_0.xsd</a>&quot;;&gt;<br><br>       &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;<br>       &lt;groupId&gt;org.jboss.seam&lt;/groupId&gt;<br>
       &lt;artifactId&gt;jboss-seam&lt;/artifactId&gt;<br>       &lt;version&gt;<a href="http://2.1.2.GA">2.1.2.GA</a>&lt;/version&gt;<br><br>    &lt;distributionManagement&gt;<br>        &lt;relocation&gt;<br>            &lt;version&gt;2.1.2&lt;/version&gt;<br>
        &lt;/relocation&gt;<br>    &lt;/distributionManagement&gt;<br>&lt;/project&gt;<br><br>I&#39;m not sure how many elements are required in &lt;relocation&gt; (just version or is groupId and artifactId required too).<br>
<br>-Dan<br></div></div><br>-- <br>Dan Allen<br>Senior Software Engineer, Red Hat | Author of Seam in Action<br><br><a href="http://mojavelinux.com">http://mojavelinux.com</a><br><a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br>
<a href="http://in.relation.to/Bloggers/Dan">http://in.relation.to/Bloggers/Dan</a><br><br>NOTE: While I make a strong effort to keep up with my email on a daily<br>basis, personal or other work matters can sometimes keep me away<br>
from my email. If you contact me, but don&#39;t hear back for more than a week,<br>it is very likely that I am excessively backlogged or the message was<br>caught in the spam filters.  Please don&#39;t hesitate to resend a message if<br>
you feel that it did not reach my attention.<br>