Skip to content

Commit cc8f25e

Browse files
Merge pull request #4038 from OpenLiberty/staging
Update prod
2 parents 7d472a7 + a33d9c0 commit cc8f25e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/content/start.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h2 id="getOL" class="section_title"><a class="anchor" href="#getOL"></a>{% t st
162162
<div class="code_block_wrapper" title="Code block">
163163
<div class="copied_confirmation">Copied to clipboard</div>
164164
<input type="image" class="copy_to_clipboard" src="/img/guides_copy_button.svg" alt="Copy code block" title="Copy code block"/>
165-
<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" id="maven_version">3.10.3</span>&lt;/version&gt;<br>&lt;/plugin&gt;</pre>
165+
<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" id="maven_version">3.11.5</span>&lt;/version&gt;<br>&lt;/plugin&gt;</pre>
166166
</div>
167167
<p>
168168
{% t start.add_to_existing_app.maven_guide_text %}
@@ -177,7 +177,7 @@ <h2 id="getOL" class="section_title"><a class="anchor" href="#getOL"></a>{% t st
177177
<div class="code_block_wrapper" title="Code block">
178178
<div class="copied_confirmation">Copied to clipboard</div>
179179
<input type="image" class="copy_to_clipboard" src="/img/guides_copy_button.svg" alt="Copy code block" title="Copy code block"/>
180-
<pre class="code_container">buildscript { <br> repositories { <br> mavenCentral()<br> }<br> dependencies {<br> classpath 'io.openliberty.tools:liberty-gradle-plugin:'<span class="latest_version" id="gradle_version">3.8.3</span>'<br> }<br>}</pre>
180+
<pre class="code_container">buildscript { <br> repositories { <br> mavenCentral()<br> }<br> dependencies {<br> classpath 'io.openliberty.tools:liberty-gradle-plugin:'<span class="latest_version" id="gradle_version">3.9.5</span>'<br> }<br>}</pre>
181181
</div>
182182
<p>The plugin also needs to be applied in the build file in order to be utilized.</p>
183183
<div class="code_block_wrapper" title="Code block">

0 commit comments

Comments
 (0)