diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-04-05 15:28:49 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-04-05 15:28:49 +0000 |
| commit | a563ea78ca5cb45948fc143dc7f21415ca7cd5a2 (patch) | |
| tree | 3d0a57e25575121358f660e9fe55d718c7f933c8 /qpid/java/client/pom.xml | |
| parent | 7344c8879c319c4ca6ab57963e6147d878a4e154 (diff) | |
| download | qpid-python-a563ea78ca5cb45948fc143dc7f21415ca7cd5a2.tar.gz | |
QPID-5048: add dependency change verifcation reference files and LICENSE, NOTICE & README files for use in the binary release assemblies
Work by me and Andrew MacBean <andymacbean@gmail.com>.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1585102 13f79535-47bb-0310-9956-ffa450edef68
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> |
