diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-02-28 12:27:02 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-02-28 12:27:02 +0000 |
| commit | 1609463a312eb0e6287f7333c7cf4fb75d658e76 (patch) | |
| tree | 4a459dbdb6c92890dce634d22abe1c999f9fdedd /qpid/java/bdbstore | |
| parent | 7bfe9da9937b2cf097132904d3ff32d9d9cde591 (diff) | |
| download | qpid-python-1609463a312eb0e6287f7333c7cf4fb75d658e76.tar.gz | |
QPID-5048: Maven enahancements to remove child version definitions and improve profile handling for sys tests
Patch supplied by Andrew MacBean <andymacbean@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1572933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/bdbstore')
| -rw-r--r-- | qpid/java/bdbstore/jmx/pom.xml | 1 | ||||
| -rw-r--r-- | qpid/java/bdbstore/pom.xml | 1 | ||||
| -rw-r--r-- | qpid/java/bdbstore/systests/pom.xml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/qpid/java/bdbstore/jmx/pom.xml b/qpid/java/bdbstore/jmx/pom.xml index a16ddfcf09..bd0757caf3 100644 --- a/qpid/java/bdbstore/jmx/pom.xml +++ b/qpid/java/bdbstore/jmx/pom.xml @@ -26,7 +26,6 @@ </parent> <artifactId>qpid-bdbstore-jmx</artifactId> - <version>0.28-SNAPSHOT</version> <name>Qpid BDB Message Store JMX</name> <description>BDB message store JMX implementation</description> diff --git a/qpid/java/bdbstore/pom.xml b/qpid/java/bdbstore/pom.xml index b2079dd4e5..d7d12f0b33 100644 --- a/qpid/java/bdbstore/pom.xml +++ b/qpid/java/bdbstore/pom.xml @@ -25,7 +25,6 @@ </parent> <artifactId>qpid-bdbstore</artifactId> - <version>0.28-SNAPSHOT</version> <name>Qpid BDB Message Store</name> <description>BDB message store implementation using Oracle Berkeley DB Java Edition</description> diff --git a/qpid/java/bdbstore/systests/pom.xml b/qpid/java/bdbstore/systests/pom.xml index eb15b2d3a3..e8620d3426 100644 --- a/qpid/java/bdbstore/systests/pom.xml +++ b/qpid/java/bdbstore/systests/pom.xml @@ -26,7 +26,6 @@ </parent> <artifactId>qpid-bdbstore-systests</artifactId> - <version>0.28-SNAPSHOT</version> <name>Qpid BDB Store System Tests</name> <description>BDB message store system tests</description> |
