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 Dec 14, 2024
1 parent 4bec17a commit 517e7bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapshot/dist/coreprofile/create_a_rest_service.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@ <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;example&lt;/groupId&gt;
&lt;groupId&gt;cloud.piranha.guide.coreprofile&lt;/groupId&gt;
&lt;artifactId&gt;rest&lt;/artifactId&gt;
&lt;version&gt;1-SNAPSHOT&lt;/version&gt;
&lt;packaging&gt;war&lt;/packaging&gt;
&lt;name&gt;Create a REST service&lt;/name&gt;
&lt;properties&gt;
&lt;jakartaee.version&gt;11.0.0-M4&lt;/jakartaee.version&gt;
&lt;jakartaee.version&gt;11.0.0&lt;/jakartaee.version&gt;
&lt;java.version&gt;21&lt;/java.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.version&gt;23.11.0&lt;/piranha.version&gt;
&lt;piranha.version&gt;24.12.0&lt;/piranha.version&gt;
&lt;project.build.sourceEncoding&gt;UTF-8&lt;/project.build.sourceEncoding&gt;
&lt;/properties&gt;
&lt;dependencies&gt;
Expand Down Expand Up @@ -145,7 +145,7 @@ <h2>Create the Maven POM file</h2>
&lt;finalName&gt;rest&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 517e7bf

Please sign in to comment.