Skip to content

Commit

Permalink
Mise à jour pour présentation nantaise 2024 : maj version plugin mave…
Browse files Browse the repository at this point in the history
…n Quarkus
  • Loading branch information
flodesPhenix committed Aug 23, 2024
1 parent 920f7d5 commit 467a0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion steps/02.01-init-kart-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ quarkus create app \

# or

mvn io.quarkus:quarkus-maven-plugin:3.0.1.Final:create \
mvn io.quarkus:quarkus-maven-plugin:3.13.3:create \
-DprojectGroupId=com.sfeir.quarkus \
-DprojectArtifactId=karts-micro-service \
-DclassName="com.sfeir.quarkus.karts.KartsResource" \
Expand Down
2 changes: 1 addition & 1 deletion steps/04.01-BFF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Create the new module :

```shell
mvn io.quarkus:quarkus-maven-plugin:2.16.6.Final:create \
mvn io.quarkus:quarkus-maven-plugin:3.13.3:create \
-DprojectGroupId=com.sfeir.quarkus \
-DprojectArtifactId=rest-racers \
-DclassName="com.sfeir.quarkus.racer.RacerResource" \
Expand Down

0 comments on commit 467a0be

Please sign in to comment.