Skip to content

Commit

Permalink
Publishing SNAPSHOT documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated publish committed Nov 26, 2024
1 parent f0dad92 commit 8c157cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions snapshot/dist/webprofile/testing_with_junit5_and_playwright.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,21 @@ <h2>Create the Maven POM file</h2>
xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd&quot;&gt;
&lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
&lt;groupId&gt;cloud.piranha.guides.webprofile&lt;/groupId&gt;
&lt;artifactId&gt;playwright&lt;/artifactId&gt;
&lt;groupId&gt;cloud.piranha.dist.webprofile.guide&lt;/groupId&gt;
&lt;artifactId&gt;junit5-and-playwright&lt;/artifactId&gt;
&lt;version&gt;24.11.0-SNAPSHOT&lt;/version&gt;
&lt;packaging&gt;war&lt;/packaging&gt;
&lt;name&gt;Testing with JUnit 5 and Playwright&lt;/name&gt;
&lt;properties&gt;
&lt;jakartaee.version&gt;11.0.0-M4&lt;/jakartaee.version&gt;
&lt;java.version&gt;21&lt;/java.version&gt;
&lt;junit.version&gt;5.10.0&lt;/junit.version&gt;
&lt;maven-compiler-plugin.version&gt;3.11.0&lt;/maven-compiler-plugin.version&gt;
&lt;maven-failsafe-plugin.version&gt;3.1.2&lt;/maven-failsafe-plugin.version&gt;
&lt;junit.version&gt;5.11.3&lt;/junit.version&gt;
&lt;maven-compiler-plugin.version&gt;3.13.0&lt;/maven-compiler-plugin.version&gt;
&lt;maven-failsafe-plugin.version&gt;3.5.2&lt;/maven-failsafe-plugin.version&gt;
&lt;maven-war-plugin.version&gt;3.4.0&lt;/maven-war-plugin.version&gt;
&lt;piranha.distribution&gt;webprofile&lt;/piranha.distribution&gt;
&lt;piranha.version&gt;23.9.0&lt;/piranha.version&gt;
&lt;playwright.version&gt;1.38.0&lt;/playwright.version&gt;
&lt;piranha.version&gt;24.11.0&lt;/piranha.version&gt;
&lt;playwright.version&gt;1.48.0&lt;/playwright.version&gt;
&lt;project.build.sourceEncoding&gt;UTF-8&lt;/project.build.sourceEncoding&gt;
&lt;/properties&gt;
&lt;dependencies&gt;
Expand Down Expand Up @@ -155,7 +155,7 @@ <h2>Create the Maven POM file</h2>
&lt;finalName&gt;playwright&lt;/finalName&gt;
&lt;plugins&gt;
&lt;plugin&gt;
&lt;groupId&gt;cloud.piranha.maven.plugins&lt;/groupId&gt;
&lt;groupId&gt;cloud.piranha.maven&lt;/groupId&gt;
&lt;artifactId&gt;piranha-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;${piranha.version}&lt;/version&gt;
&lt;executions&gt;
Expand Down

0 comments on commit 8c157cc

Please sign in to comment.