22 строки
852 B
XML
22 строки
852 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<name>azure-servicebus-parent</name>
|
|
<description>Java library for Azure Service Bus</description>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.microsoft.azure</groupId>
|
|
<artifactId>azure-servicebus-parent</artifactId>
|
|
<version>1.0.0-RC</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<url>https://github.com/Azure/azure-service-bus-java</url>
|
|
|
|
<properties>
|
|
<proton-j-version>0.13.1</proton-j-version>
|
|
<junit-version>4.12</junit-version>
|
|
<slf4j-version>1.8.0-alpha2</slf4j-version>
|
|
<client-current-version>1.0.0-RC-1</client-current-version>
|
|
</properties>
|
|
|
|
<modules>
|
|
<module>azure-servicebus</module>
|
|
</modules>
|
|
</project> |