forked from Azure/azure-service-bus-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
22 lines (19 loc) · 886 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>2.0.0</version><!-- Need not change for every release-->
<packaging>pom</packaging>
<url>https://github.com/Azure/azure-service-bus-java</url>
<properties>
<proton-j-version>0.22.0</proton-j-version>
<junit-version>4.12</junit-version>
<slf4j-version>1.7.0</slf4j-version>
<client-current-version>2.0.0-PREVIEW-5</client-current-version>
</properties>
<modules>
<module>azure-servicebus</module>
</modules>
</project>