Skip to content

Commit

Permalink
Bump function library version (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 authored Dec 5, 2019
1 parent 720e7f2 commit a291887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.5-SNAPSHOT</version>
<version>1.3.5</version>
<packaging>maven-plugin</packaging>
<name>Maven Plugin for Azure Functions</name>
<description>Maven Plugin for Azure Functions</description>
Expand All @@ -29,7 +29,7 @@
<maven.plugin-testing.version>3.3.0</maven.plugin-testing.version>
<codehaus.plexus-utils.version>3.0.20</codehaus.plexus-utils.version>
<azure.maven-plugin-lib.version>1.2.11</azure.maven-plugin-lib.version>
<azure.function.version>1.3.1-SNAPSHOT</azure.function.version>
<azure.function.version>1.3.1</azure.function.version>
<reflections.version>0.9.11</reflections.version>
<junit.version>4.12</junit.version>
<mockito.version>2.22.0</mockito.version>
Expand Down

0 comments on commit a291887

Please sign in to comment.