From d3c12c739be1a49f191f7e0973eb079288841dd5 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Sat, 14 Dec 2024 09:36:52 -0600 Subject: [PATCH] =?UTF-8?q?Fixes=20#4336=20-=20Update=20Piranha=20Core=20P?= =?UTF-8?q?rofile=20=E2=80=93=20create=20a=20REST=20service=20guide=20(#43?= =?UTF-8?q?79)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/site/markdown/create_a_rest_service.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/coreprofile/src/site/markdown/create_a_rest_service.md b/dist/coreprofile/src/site/markdown/create_a_rest_service.md index a7e84b5c7..b667b159b 100644 --- a/dist/coreprofile/src/site/markdown/create_a_rest_service.md +++ b/dist/coreprofile/src/site/markdown/create_a_rest_service.md @@ -25,19 +25,19 @@ create the ```pom.xml``` file with the content as below. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - example + cloud.piranha.guide.coreprofile rest 1-SNAPSHOT war Create a REST service - 11.0.0-M4 + 11.0.0 21 5.11.3 3.13.0 3.5.2 3.4.0 - 23.11.0 + 24.12.0 UTF-8 @@ -70,7 +70,7 @@ create the ```pom.xml``` file with the content as below. rest - cloud.piranha.maven.plugins + cloud.piranha.maven piranha-maven-plugin ${piranha.version}