Skip to content

Commit 04c98a9

Browse files
authored
Update functions-create-maven-intellij.md
1 parent c2bdc9b commit 04c98a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-maven-intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To develop a function with Java and IntelliJ, install the following software:
4141
1. In the **Add Archetype** window, complete the fields as follows:
4242
- _GroupId_: com.microsoft.azure
4343
- _ArtifactId_: azure-functions-archetype
44-
- _Version_: Use the latest version **1.22** from [the central repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-functions-archetype)
44+
- _Version_: Check and use the latest version from [the central repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-functions-archetype)
4545
![Create a Maven project from archetype in IntelliJ IDEA](media/functions-create-first-java-intellij/functions-create-intellij.png)
4646
1. Select **OK**, and then select **Next**.
4747
1. Enter your details for current project, and select **Finish**.

0 commit comments

Comments
 (0)