Shane,<br><br>Done on JMS for CR1 and is done on develop for JCR.  Was trying to ping you tonight, Seam JCR&#39;s ready for a Beta1 release, just in time for 3.1 Beta1.<br><br>John<br><br><div class="gmail_quote">On Sun, Aug 7, 2011 at 7:39 PM, Shane Bryzak <span dir="ltr">&lt;<a href="mailto:sbryzak@redhat.com">sbryzak@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi module leads,<br>
<br>
In preparation for the 3.1.0.Beta1 release which we are planning for<br>
this weekend, could you please take the following steps to remove the<br>
combined jar from your module if you haven&#39;t already done so:<br>
<br>
1) Delete the &quot;combined&quot; directory from your module.<br>
<br>
2) Remove the combined module declaration from your module&#39;s parent pom.xml<br>
<br>
3) Rename your module&#39;s implementation.  If you have only one<br>
implementation then this should be simple - for example seam-catch-impl<br>
will become just seam-catch.  If you have more than one implementation<br>
then name it likewise - e.g. seam-reports-jasper.<br>
<br>
4) Update the dependency management section of your parent pom.xml - it<br>
will probably contain something like this:<br>
<br>
&lt;dependency&gt;<br>
&lt;groupId&gt;org.jboss.seam.security&lt;/groupId&gt;<br>
&lt;artifactId&gt;seam-security-api&lt;/artifactId&gt;<br>
&lt;version&gt;${project.version}&lt;/version&gt;<br>
&lt;/dependency&gt;<br>
<br>
&lt;dependency&gt;<br>
&lt;groupId&gt;org.jboss.seam.security&lt;/groupId&gt;<br>
&lt;artifactId&gt;seam-security-impl&lt;/artifactId&gt;<br>
&lt;version&gt;${project.version}&lt;/version&gt;<br>
&lt;/dependency&gt;<br>
<br>
&lt;dependency&gt;<br>
&lt;groupId&gt;org.jboss.seam.security&lt;/groupId&gt;<br>
&lt;artifactId&gt;seam-security&lt;/artifactId&gt;<br>
&lt;version&gt;${project.version}&lt;/version&gt;<br>
&lt;/dependency&gt;<br>
<br>
<br>
In this example for Seam Security, the seam-security-impl dependency<br>
should be removed (as the seam-security dependency will now refer to the<br>
implementation).<br>
<br>
5) Update the dependencies for the distribution build.  In dist/pom.xml,<br>
you&#39;ll find dependencies for the api, impl and combined jar, so like in<br>
step 4 you should be able to just delete the -impl dependency to fix the<br>
dependency list.<br>
<br>
6) Update the assembly - edit dist/src/main/assembly/assembly.xml, and<br>
update the dependencies, in particular the list of source dependencies.<br>
<br>
7) Update your documentation - somewhere near the beginning of most<br>
modules we list Maven dependencies, take a look at<br>
<a href="http://docs.jboss.org/seam/3/faces/latest/reference/en-US/html/faces.installation.html" target="_blank">http://docs.jboss.org/seam/3/faces/latest/reference/en-US/html/faces.installation.html</a><br>
for an example.  I&#39;m open to suggestions for this however I think the<br>
easiest thing we can instruct our users to do is simply add the<br>
implementation dependency to their project, which will automatically<br>
pull in the API.<br>
<br>
8) Build your module! Run mvn clean install -Drelease to confirm that<br>
the distribution builds ok, and spend a few minutes checking over the<br>
distribution archive to confirm that everything looks in order.<br>
<br>
If you have any questions, please feel free to ask!<br>
<br>
Shane<br>
_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
</blockquote></div><br>