Skip to content

Commit

Permalink
Bump version for release (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 authored Jun 28, 2020
1 parent 569a596 commit e5a7ce7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion azure-auth-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../azure-maven-plugins-pom</relativePath>
</parent>
<artifactId>azure-auth-helper</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<name>Azure Authentication Library</name>
<description>Azure Authentication Library</description>
<url>https://github.com/microsoft/azure-maven-plugins</url>
Expand Down
4 changes: 4 additions & 0 deletions azure-functions-maven-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ All notable changes to the "Maven Plugin for Azure Function" will be documented
- [1.2.1](#121)
- [1.2.0](#120)

## 1.6.0
- Support Java 11 Azure Functions (Preview). [#1052](https://github.com/microsoft/azure-maven-plugins/issues/1052)
- Support specify Azure environment in configuration. [PR#1095](https://github.com/microsoft/azure-maven-plugins/pull/1095)

## 1.5.0
- Support creating application insights while creating or updating function apps. [PR#1074](https://github.com/microsoft/azure-maven-plugins/pull/1074)
- Fix: Failed to package function projects with runtime classpath. [#1051](https://github.com/microsoft/azure-maven-plugins/issues/1051)
Expand Down
4 changes: 2 additions & 2 deletions azure-functions-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>azure-functions-maven-plugin</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>maven-plugin</packaging>
<name>Maven Plugin for Azure Functions</name>
<description>Maven Plugin for Azure Functions</description>
Expand All @@ -27,7 +27,7 @@
<maven.plugin-tools.version>3.2</maven.plugin-tools.version>
<maven.plugin-testing.version>3.3.0</maven.plugin-testing.version>
<codehaus.plexus-utils.version>3.3.0</codehaus.plexus-utils.version>
<azure.maven-plugin-lib.version>1.2.16-SNAPSHOT</azure.maven-plugin-lib.version>
<azure.maven-plugin-lib.version>1.2.16</azure.maven-plugin-lib.version>
<azure.function.version>1.3.1</azure.function.version>
<reflections.version>0.9.11</reflections.version>
<junit.version>4.13</junit.version>
Expand Down
6 changes: 3 additions & 3 deletions azure-maven-plugin-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>azure-maven-plugin-lib</artifactId>
<version>1.2.16-SNAPSHOT</version>
<version>1.2.16</version>
<packaging>jar</packaging>
<name>Azure Maven Plugin Library</name>
<description>Common library for Azure Maven Plugins</description>
Expand All @@ -34,8 +34,8 @@
<powermock.version>2.0.2</powermock.version>
<jaxb.version>2.3.2</jaxb.version>
<zeroturnaround.zip.version>1.13</zeroturnaround.zip.version>
<azure.auth.helper.version>0.5.0-SNAPSHOT</azure.auth.helper.version>
<azure-tools-common.version>0.4.0-SNAPSHOT</azure-tools-common.version>
<azure.auth.helper.version>0.5.0</azure.auth.helper.version>
<azure-tools-common.version>0.4.0</azure-tools-common.version>
<commons.collections4.version>4.4</commons.collections4.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion azure-tools-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../azure-maven-plugins-pom</relativePath>
</parent>
<artifactId>azure-tools-common</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
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 @@ -28,7 +28,7 @@
<maven.plugin-testing.version>3.3.0</maven.plugin-testing.version>
<codehaus.plexus-utils.version>3.0.20</codehaus.plexus-utils.version>
<azure.ai.version>1.0.9</azure.ai.version>
<azure.maven-plugin-lib.version>1.2.16-SNAPSHOT</azure.maven-plugin-lib.version>
<azure.maven-plugin-lib.version>1.2.16</azure.maven-plugin-lib.version>
<junit.version>4.13</junit.version>
<mockito.version>2.22.0</mockito.version>
<spring-test.version>4.1.6.RELEASE</spring-test.version>
Expand Down

0 comments on commit e5a7ce7

Please sign in to comment.