diff --git a/src/main/content/start.html b/src/main/content/start.html index fed4bb38b3..07762b0cb2 100644 --- a/src/main/content/start.html +++ b/src/main/content/start.html @@ -162,7 +162,7 @@

{% t st
Copied to clipboard
-
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
</plugin>
+
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.2</version>
</plugin>

{% t start.add_to_existing_app.maven_guide_text %} @@ -177,7 +177,7 @@

{% t st
Copied to clipboard
-
buildscript { 
repositories {
mavenCentral()
}
dependencies {
classpath 'io.openliberty.tools:liberty-gradle-plugin:'3.8'
}
}
+
buildscript { 
repositories {
mavenCentral()
}
dependencies {
classpath 'io.openliberty.tools:liberty-gradle-plugin:'3.8.2'
}
}

The plugin also needs to be applied in the build file in order to be utilized.