summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-11-25 23:45:12 +0000
committerRobert Gemmell <robbie@apache.org>2012-11-25 23:45:12 +0000
commitb8026c0c4c192d50f6b601346142661ef7ea6f30 (patch)
tree4823cf956d55a4b285f815da0c929c77d52a5ae6 /qpid/java/module.xml
parent83334b07b0cdce8ea7c5d1a7ad251b9093dd71e2 (diff)
downloadqpid-python-b8026c0c4c192d50f6b601346142661ef7ea6f30.tar.gz
QPID-4431: base the maven output on the next release version (even) rather than the development version (odd) number so the snapshots versions are meaningful
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 26349fb41c..695e358d7a 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -257,7 +257,7 @@
<arg line='-o "${build.scratch}/qpid-${module.name}.pom"'/>
<arg line="-u ${project.url}"/>
<arg line="-g ${project.groupid}"/>
- <arg line="-v ${project.version}${maven.version.suffix}"/>
+ <arg line="-v ${project.version.maven}${maven.version.suffix}"/>
<arg line="-p qpid"/>
<arg line='-m "${module.depends}"'/>
<arg line="-a ${module.name}"/>