Skip to content

Commit

Permalink
Updated by github actions from guide-maven-intro (#3573)
Browse files Browse the repository at this point in the history
Co-authored-by: GuidesBot <[email protected]>
  • Loading branch information
GuidesBot and GuidesBot authored Nov 6, 2024
1 parent a8180f4 commit 697f1e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions instructions/cloud-hosted-guide-maven-intro/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ touch /home/project/guide-maven-intro/start/pom.xml
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -203,15 +203,15 @@ touch /home/project/guide-maven-intro/start/pom.xml
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
<configuration>
<serverName>guideServer</serverName>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<systemPropertyVariables>
<http.port>${liberty.var.http.port}</http.port>
Expand Down

0 comments on commit 697f1e5

Please sign in to comment.