Skip to content

Commit

Permalink
Updated by github actions from guide-liberty-deep-dive (#3015)
Browse files Browse the repository at this point in the history
Co-authored-by: GuidesBot <GuidesBot@OpenLiberty.io>
  • Loading branch information
GuidesBot and GuidesBot authored Mar 18, 2024
1 parent 5239616 commit 039c539
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ Replace the ***pom.xml*** file.
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
<version>3.10.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -1152,7 +1152,7 @@ Replace the ***pom.xml*** file.
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
<version>3.10.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -2163,7 +2163,7 @@ Replace the ***pom.xml*** configuration file.
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
<version>3.10.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -3368,7 +3368,7 @@ Replace the ***pom.xml*** file.
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
<version>3.10.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -5091,7 +5091,7 @@ Replace the ***pom.xml*** file.
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
<version>3.10.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -5445,7 +5445,7 @@ In the ***pom.xml***, add the ***\<configuration\>*** element as the following:
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
<version>3.10.2</version>
<configuration>
<runtimeArtifact>
<groupId>com.ibm.websphere.appserver.runtime</groupId>
Expand Down

0 comments on commit 039c539

Please sign in to comment.