Skip to content

Commit

Permalink
Add required metadata to java binding POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Junyi Yi authored and damonbarry committed Apr 12, 2017
1 parent bcffca6 commit 40827c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bindings/java/gateway-java-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@
<artifactId>gateway-java-binding</artifactId>
<version>1.1.0</version>
<name>Azure IoT Gateway SDK Java Module Binding</name>
<description>Azure IoT Gateway SDK Java Module Binding</description>
<url>https://github.com/Azure/azure-iot-gateway-sdk</url>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft</name>
</developer>
</developers>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/Azure/azure-iot-gateway-sdk</url>
</scm>

<dependencies>
<!--test dependencies-->
Expand Down

0 comments on commit 40827c2

Please sign in to comment.