<div dir="ltr"><div dir="ltr">Yes, it is in the <a href="http://jakarta.oss.sonatype.org">jakarta.oss.sonatype.org</a> staging repository:</div><div dir="ltr"><a href="https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/cdi-tck-dist/3.0.0/">https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/cdi-tck-dist/3.0.0/</a><br></div><div><br></div>We are not supposed to release it until the ballot is approved. That should kick off next week. One of the changes I have in the weld core pom.xml is the following to be able to use the jakarta staging repo:<div><br></div><div><pre style="color:rgb(0,0,0);font-family:Menlo,monospace;font-size:10.5pt">        <span style="color:rgb(128,128,128);font-style:italic">&lt;!--<br></span><span style="color:rgb(128,128,128);font-style:italic">This profile enables consuming artifacts from the Jakarta staging<br></span><span style="color:rgb(128,128,128);font-style:italic">repository group.<br></span><span style="color:rgb(128,128,128);font-style:italic">--&gt;<br></span><span style="color:rgb(128,128,128);font-style:italic">        </span><span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">profile</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>            <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">id</span><span style="background-color:rgb(239,239,239)">&gt;</span>staging<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">id</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>            <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">activation</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">activeByDefault</span><span style="background-color:rgb(239,239,239)">&gt;</span>false<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">activeByDefault</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>            <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">activation</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>            <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">repositories</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">repository</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">id</span><span style="background-color:rgb(239,239,239)">&gt;</span>sonatype-nexus-staging<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">id</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">name</span><span style="background-color:rgb(239,239,239)">&gt;</span>Sonatype Nexus Staging<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">name</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">url</span><span style="background-color:rgb(239,239,239)">&gt;</span><a href="https://jakarta.oss.sonatype.org/content/repositories/staging/">https://jakarta.oss.sonatype.org/content/repositories/staging/</a><span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">url</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">releases</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                        <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">enabled</span><span style="background-color:rgb(239,239,239)">&gt;</span>true<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">enabled</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">releases</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">snapshots</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                        <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">enabled</span><span style="background-color:rgb(239,239,239)">&gt;</span>false<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">enabled</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">snapshots</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">repository</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>            <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">repositories</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>            <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">pluginRepositories</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">pluginRepository</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">id</span><span style="background-color:rgb(239,239,239)">&gt;</span>sonatype-nexus-staging<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">id</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">name</span><span style="background-color:rgb(239,239,239)">&gt;</span>Sonatype Nexus Staging<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">name</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">url</span><span style="background-color:rgb(239,239,239)">&gt;</span><a href="https://jakarta.oss.sonatype.org/content/repositories/staging/">https://jakarta.oss.sonatype.org/content/repositories/staging/</a><span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">url</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">releases</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                        <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">enabled</span><span style="background-color:rgb(239,239,239)">&gt;</span>true<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">enabled</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">releases</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">snapshots</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                        <span style="background-color:rgb(239,239,239)">&lt;</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">enabled</span><span style="background-color:rgb(239,239,239)">&gt;</span>false<span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">enabled</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                    <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">snapshots</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>                <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">pluginRepository</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>            <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">pluginRepositories</span><span style="background-color:rgb(239,239,239)">&gt;</span><br>        <span style="background-color:rgb(239,239,239)">&lt;/</span><span style="color:rgb(0,0,128);background-color:rgb(239,239,239);font-weight:bold">profile</span><span style="background-color:rgb(239,239,239)">&gt;</span></pre><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 6, 2020 at 9:55 AM Matej Novotny &lt;<a href="mailto:manovotn@redhat.com">manovotn@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">@Scott - I cannot see the latest CDI TCK release in Maven central (again...). Is this intentional?<br>
<br>
I am pretty sure they should be landing there since it was me who was fixing up the jenkins jobs to do that.<br>
<br>
Matej<br><br>
<br>
</blockquote></div></div></div></div>