Skip to content

Commit 4d18156

Browse files
authored
Merge pull request #107405 from yucwan/patch-21
Use latest version of mvn archetype
2 parents cb0b609 + 04c98a9 commit 4d18156

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ It's highly recommended to also install [Azure Functions Core Tools, version 2](
3737
1. Select **Add Archetype** and add the entries for the [azure-functions-archetype](https://mvnrepository.com/artifact/com.microsoft.azure/azure-functions-archetype).
3838
- Archetype Group ID: com.microsoft.azure
3939
- Archetype Artifact ID: azure-functions-archetype
40-
- Version: Use latest version **1.22** from [the central repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-functions-archetype)
40+
- Version: Check and use latest version from [the central repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-functions-archetype)
4141
![Eclipse Maven create](media/functions-create-first-java-eclipse/functions-create-eclipse.png)
4242
1. Click **OK** and then click **Next**. Be sure to fill in values for all of the fields including `resourceGroup`, `appName`, and `appRegion` (please use a different appName other than **fabrikam-function-20170920120101928**), and eventually **Finish**.
4343
![Eclipse Maven create2](media/functions-create-first-java-eclipse/functions-create-eclipse2.png)

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)