Skip to content

Commit

Permalink
Prepare release for webapp maven plugin (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 authored Mar 25, 2020
1 parent b79dfbe commit ebe67e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions azure-webapp-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 App Service" will be documented in this file.
- [Change Log](#change-log)
- [1.9.1](#191)
- [1.9.0](#190)
- [1.8.0](#180)
- [1.7.0](#170)
Expand All @@ -17,6 +18,11 @@ All notable changes to the "Maven Plugin for Azure App Service" will be document
- [1.1.0](#110)
- [1.0.0](#100)

## 1.9.1
- Remove support for WildFly for Web App on Linux.
- Fix: There is no artifact to deploy in staging directory.[#1032](https://github.com/microsoft/azure-maven-plugins/issues/1032)
- Fix: Plugin will do useless during deployment update when the settings are not changed.[#1008](https://github.com/microsoft/azure-maven-plugins/issues/1008)

## 1.9.0
- Support deploy external resources to Azure outside `wwwroot`.[PR#953](https://github.com/microsoft/azure-maven-plugins/pull/953)
- Support specify authentication method in configuration with parameter `<authType>`.[#PR#975](https://github.com/microsoft/azure-maven-plugins/pull/975)
Expand Down
2 changes: 1 addition & 1 deletion azure-webapp-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>azure-webapp-maven-plugin</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
<packaging>maven-plugin</packaging>
<name>Maven Plugin for Azure Web Apps</name>
<description>Maven Plugin for Azure Web Apps</description>
Expand Down

0 comments on commit ebe67e0

Please sign in to comment.