<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-freetext" href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4136235#4136235">http://www.jboss.org/index.html?module=bb&amp;op=viewtopic&amp;p=4136235#4136235</a><br>
<span class="postbody">The <a class="moz-txt-link-freetext" href="http://maven.apache.org/release-notes.html">http://maven.apache.org/release-notes.html</a>
show a number of issues related to version ranges as being fixed. The
question is, what happens when you use them?
<br>
<br>
</span>
<table align="center" border="0" cellpadding="3" cellspacing="1"
 width="90%">
  <tbody>
    <tr>
      <td><span class="genmed"><b>Code:</b></span></td>
    </tr>
    <tr>
      <td class="code">
      <pre>    &lt;dependency&gt;
      &lt;groupid&gt;org.jboss.x&lt;/groupid&gt;
      &lt;artifactid&gt;x-api&lt;/artifactid&gt;
      &lt;!-- Compatible with all 3.3.* versions --&gt;
      &lt;version&gt;[3.3.0,3.4.0)&lt;/version&gt;
    &lt;/dependency&gt;
        </pre>
      </td>
    </tr>
  </tbody>
</table>
<br>
Heiko Braun wrote:
<blockquote cite="mid:1205401069.21641.13.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">I need to test the new SPI with EJB3 first,
but I think I need to release both EJB3 and Meta Data along
with the new SPI.

Or do you see a way to declare a compatible version with maven
that allows us to just touch the repository?

/Heiko

On Thu, 2008-03-13 at 02:28 -0700, Scott M Stark wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">There are no open issues, so it would appear it can be done today. Is 
there anything that needs to be done that is no in Jira Alexey?

Heiko Braun wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">We have a shared dependency between AS and EJB3 towards the meta data
project. Which in turn depends on the WS SPI.

I need to update the WS SPI and was wondering when the next release is
planned? Basically both EJB3 and AS must depend on the same version
(else EJB3 compiles against one, and AS puts another in runtime).

This relates to this thread:
<a class="moz-txt-link-freetext" href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4136182#4136182">http://www.jboss.org/index.html?module=bb&amp;op=viewtopic&amp;p=4136182#4136182</a>

/Heiko


_______________________________________________
jboss-development mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-development@lists.jboss.org">jboss-development@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-development">https://lists.jboss.org/mailman/listinfo/jboss-development</a>
  
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
jboss-development mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-development@lists.jboss.org">jboss-development@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-development">https://lists.jboss.org/mailman/listinfo/jboss-development</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
jboss-development mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-development@lists.jboss.org">jboss-development@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-development">https://lists.jboss.org/mailman/listinfo/jboss-development</a>
  </pre>
</blockquote>
<br>
</body>
</html>