Skip to content

Commit 4b1bf27

Browse files
authored
Adjust name of Java Core Library in pom.xml
Java Core Types is the name of another library, see https://github.com/Azure/azure-functions-java-library/blob/dev/pom.xml Having two libraries with the same name is confusing.
1 parent 9491bf0 commit 4b1bf27

File tree

1 file changed

+1
-1
lines changed
  • azure-functions-java-core-library

1 file changed

+1
-1
lines changed

azure-functions-java-core-library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<relativePath></relativePath>
1414
</parent>
1515

16-
<name>Microsoft Azure Functions Java Core Types</name>
16+
<name>Microsoft Azure Functions Java Core Library</name>
1717
<description>This package contains core Java classes to interact with Microsoft Azure functions runtime.</description>
1818
<url>https://azure.microsoft.com/en-us/services/functions</url>
1919

0 commit comments

Comments
 (0)