Skip to content

Commit 185065a

Browse files
committed
Update developing-with-quarkus-spring
1 parent 1f82e01 commit 185065a

File tree

1 file changed

+1
-1
lines changed
  • instruqt-tracks/developing-with-quarkus-spring/01-01-create-project

1 file changed

+1
-1
lines changed

instruqt-tracks/developing-with-quarkus-spring/01-01-create-project/assignment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You'll see the following ouput:
8181
`Step 3:` Run the following command in **Terminal 1** to create the demonstration project named **Fruit Taster**.
8282

8383
```
84-
mvn io.quarkus:quarkus-maven-plugin:3.9.2:create \
84+
mvn io.quarkus:quarkus-maven-plugin:3.15.1:create \
8585
-DprojectGroupId=org.acme \
8686
-DprojectArtifactId=fruit-taster \
8787
-Dextensions="spring-data-jpa,spring-web,spring-di,jdbc-postgres, jdbc-h2"

0 commit comments

Comments
 (0)