summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-03-14 16:16:31 +0000
committerRobert Gemmell <robbie@apache.org>2014-03-14 16:16:31 +0000
commitbf75e56731bfd5a45fc18f41d46514648802da87 (patch)
tree9578396d5d607bfb528440fe4111ecd9136b56e5
parent13bd7b66f5c05d40917dda31adb5dab27d100a0e (diff)
downloadqpid-python-bf75e56731bfd5a45fc18f41d46514648802da87.tar.gz
QPID-5048: add missing version for jxr plugin usage in the reporting section, which doesnt respect/adhere to the pluginManagement versions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1577600 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index d5b8921fc4..3f3577d93a 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -374,6 +374,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
+ <version>${maven-jxr-plugin-version}</version>
</plugin>
<plugin>