Skip to content

Commit

Permalink
Update version in faq
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Mar 13, 2016
1 parent ab21c2e commit a1e5e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/faq.html
Expand Up @@ -93,12 +93,12 @@ <h2><span class="header-section-number">1.1</span> Where do I get Jaybird?</h2>
<p>Jaybird is available on maven (since version 2.2.0), with a separate artifact for each supported Java version.</p>
<p>Groupid: <code>org.firebirdsql.jdbc</code>,<br />
Artifactid: <code>jaybird-jdkXX</code> (where <code>XX</code> is <code>16</code>, <code>17</code> or <code>18</code>).<br />
Version: <code>2.2.9</code></p>
Version: <code>2.2.10</code></p>
<p>For example:</p>
<div class="sourceCode"><pre class="sourceCode xml"><code class="sourceCode xml"><span class="kw">&lt;dependency&gt;</span>
<span class="kw">&lt;groupId&gt;</span>org.firebirdsql.jdbc<span class="kw">&lt;/groupId&gt;</span>
<span class="kw">&lt;artifactId&gt;</span>jaybird-jdk18<span class="kw">&lt;/artifactId&gt;</span>
<span class="kw">&lt;version&gt;</span>2.2.9<span class="kw">&lt;/version&gt;</span>
<span class="kw">&lt;version&gt;</span>2.2.10<span class="kw">&lt;/version&gt;</span>
<span class="kw">&lt;/dependency&gt;</span></code></pre></div>
<p>When deploying to a JavaEE environment, exclude the <code>javax.resource connector-api</code> dependency as this will be provided by the application server.</p>
</section>
Expand Down

0 comments on commit a1e5e22

Please sign in to comment.