diff options
Diffstat (limited to 'qpid/java/client/pom.xml')
| -rw-r--r-- | qpid/java/client/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qpid/java/client/pom.xml b/qpid/java/client/pom.xml index f45007f413..f0fbb7e045 100644 --- a/qpid/java/client/pom.xml +++ b/qpid/java/client/pom.xml @@ -25,9 +25,13 @@ </parent> <artifactId>qpid-client</artifactId> - <name>Qpid AMQP 0.x JMS Client</name> + <name>Qpid AMQP 0-x JMS Client</name> <description>JMS client supporting AMQP 0-8, 0-9, 0-9-1 and 0-10.</description> + <properties> + <dependency-change-verification>true</dependency-change-verification> + </properties> + <dependencies> <dependency> <groupId>org.apache.qpid</groupId> |
