Skip to content

Commit

Permalink
Bump function maven plugin version for release (#821)
Browse files Browse the repository at this point in the history
* Bump function maven plugin version for release

* Update function change log
  • Loading branch information
Flanker32 authored Sep 17, 2019
1 parent 9aacaf2 commit ddb4d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions azure-functions-maven-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change Log
All notable changes to the "Maven Plugin for Azure Function" will be documented in this file.
- [Change Log](#change-log)
- [1.3.4](#134)
- [1.3.3](#133)
- [1.3.2](#132)
- [1.3.1](#131)
Expand All @@ -9,6 +10,9 @@ All notable changes to the "Maven Plugin for Azure Function" will be documented
- [1.2.1](#121)
- [1.2.0](#120)

## 1.3.4
- Skip `func extensions install` when using extension bundles [#609](https://github.com/microsoft/azure-maven-plugins/issues/609)

## 1.3.3
- Set `FUNCTIONS_WORKER_RUNTIME` to `java` by default.[#400](https://github.com/microsoft/azure-maven-plugins/issues/400)
- Exit when no annotated methods are found in project folder.[#426](https://github.com/microsoft/azure-maven-plugins/issues/426)
Expand Down
2 changes: 1 addition & 1 deletion azure-functions-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-functions-maven-plugin</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>maven-plugin</packaging>
<name>Maven Plugin for Azure Functions</name>
<description>Maven Plugin for Azure Functions</description>
Expand Down

0 comments on commit ddb4d16

Please sign in to comment.