Skip to content

Commit

Permalink
Merge pull request #3504 from OpenLiberty/prod
Browse files Browse the repository at this point in the history
Sync draft with prod
  • Loading branch information
natalie-bernhard committed Nov 27, 2023
2 parents a0fc8a9 + 67d3058 commit 4b441c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/content/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2 id="getOL" class="section_title"><a class="anchor" href="#getOL"></a>{% t st
<div class="code_block_wrapper" title="Code block">
<div class="copied_confirmation">Copied to clipboard</div>
<input type="image" class="copy_to_clipboard" src="/img/guides_copy_button.svg" alt="Copy code block" title="Copy code block"/>
<pre class="code_container" tabindex="0">&lt;dependency&gt;<br> &lt;groupId&gt;io.openliberty&lt;/groupId&gt;<br> &lt;artifactId&gt;openliberty-runtime&lt;/artifactId&gt;<br> &lt;version&gt;[<span class="latest_version">19.0.0.9</span>,)&lt;/version&gt;<br> &lt;type&gt;zip&lt;/type&gt;<br>&lt;/dependency&gt;</pre>
<pre class="code_container">&lt;plugin&gt;<br> &lt;groupId&gt;io.openliberty.tools&lt;/groupId&gt;<br> &lt;artifactId&gt;liberty-maven-plugin&lt;/artifactId&gt;<br> &lt;version&gt;<span class="latest_version">3.9</span>&lt;/version&gt;<br>&lt;/plugin&gt;</pre>
</div>
<p>
{% t start.add_to_existing_app.maven_guide_text %}
Expand Down

0 comments on commit 4b441c7

Please sign in to comment.