Skip to content

Commit

Permalink
Update maven plugin version for release (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 committed Jun 20, 2019
1 parent ea5f35d commit 560fab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-functions-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-functions-archetype</artifactId>
<version>1.23-SNAPSHOT</version>
<version>1.23</version>
<packaging>jar</packaging>

<name>Maven Archetype for Azure Functions</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<azure.functions.maven.plugin.version>1.3.2</azure.functions.maven.plugin.version>
<azure.functions.maven.plugin.version>1.3.3</azure.functions.maven.plugin.version>
<azure.functions.java.library.version>1.3.0</azure.functions.java.library.version>
<functionAppName>${appName}</functionAppName>
<functionAppRegion>${appRegion}</functionAppRegion>
Expand Down

0 comments on commit 560fab2

Please sign in to comment.