File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-functions/durable Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,19 +223,19 @@ Run the following command to generate a project that contains the basic function
223
223
# [ Bash] ( #tab/bash )
224
224
225
225
``` bash
226
- mvn archetype:generate -DarchetypeGroupId=com.microsoft.azure -DarchetypeArtifactId=azure-functions-archetype -DarchetypeVersion=1.51 -Dtrigger=durablefunctions
226
+ mvn archetype:generate -DarchetypeGroupId=com.microsoft.azure -DarchetypeArtifactId=azure-functions-archetype -DarchetypeVersion=1.62 -Dtrigger=durablefunctions
227
227
```
228
228
229
229
# [ PowerShell] ( #tab/powershell )
230
230
231
231
``` powershell
232
- mvn archetype:generate "-DarchetypeGroupId=com.microsoft.azure" "-DarchetypeArtifactId=azure-functions-archetype" "-DarchetypeVersion=1.51 " "-Dtrigger=durablefunctions"
232
+ mvn archetype:generate "-DarchetypeGroupId=com.microsoft.azure" "-DarchetypeArtifactId=azure-functions-archetype" "-DarchetypeVersion=1.62 " "-Dtrigger=durablefunctions"
233
233
```
234
234
235
235
# [ Cmd] ( #tab/cmd )
236
236
237
237
``` cmd
238
- mvn archetype:generate "-DarchetypeGroupId=com.microsoft.azure" "-DarchetypeArtifactId=azure-functions-archetype" "-DarchetypeVersion=1.51 " "-Dtrigger=durablefunctions"
238
+ mvn archetype:generate "-DarchetypeGroupId=com.microsoft.azure" "-DarchetypeArtifactId=azure-functions-archetype" "-DarchetypeVersion=1.62 " "-Dtrigger=durablefunctions"
239
239
```
240
240
241
241
---
You can’t perform that action at this time.
0 commit comments