Skip to content

Commit 634b4ec

Browse files
committed
bump archetype version
1 parent 2ac508e commit 634b4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-tomcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If Maven isn't your preferred development tool, check out our similar tutorials
3030
Execute the following Maven command in the Cloud Shell prompt to create a new app named `helloworld`:
3131

3232
```azurecli-interactive
33-
mvn archetype:generate "-DgroupId=example.demo" "-DartifactId=helloworld" "-DarchetypeArtifactId=maven-archetype-webapp" "-DarchetypeVersion=1.3" "-Dversion=1.0-SNAPSHOT"
33+
mvn archetype:generate "-DgroupId=example.demo" "-DartifactId=helloworld" "-DarchetypeArtifactId=maven-archetype-webapp" "-DarchetypeVersion=1.4" "-Dversion=1.0-SNAPSHOT"
3434
```
3535

3636
Then change your working directory to the project folder:

0 commit comments

Comments
 (0)