Skip to content

Commit 1e1f7be

Browse files
authored
Merge pull request #815 from Azure/release/2.19.0
Update Java Worker Version to 2.19.0
2 parents 1cd4c51 + 56bb6c7 commit 1e1f7be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure.functions</groupId>
44
<artifactId>azure-functions-java-worker</artifactId>
5-
<version>2.18.0</version>
5+
<version>2.19.0</version>
66
<packaging>jar</packaging>
77
<name>Azure Functions Java Worker</name>
88
<description>This package contains the Java Language Worker used by Azure functions host to execute java functions</description>
@@ -346,7 +346,6 @@
346346
<scope>provided</scope>
347347
</dependency>
348348
</dependencies>
349-
350349
<build>
351350
<plugins>
352351
<!--

0 commit comments

Comments
 (0)