summaryrefslogtreecommitdiff
path: root/qpid/java/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/ivy.xml')
-rw-r--r--qpid/java/ivy.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/qpid/java/ivy.xml b/qpid/java/ivy.xml
index 1399db5248..899c5fa79b 100644
--- a/qpid/java/ivy.xml
+++ b/qpid/java/ivy.xml
@@ -18,7 +18,7 @@
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
- <info organisation="org/apache" module="qpid" revision="0.13"/>
+ <info organisation="org/apache" module="qpid" revision="0.15"/>
<publications xmlns:e="urn:ant.apache.org:ivy-extras">
<artifact name="qpid-client" type="pom" ext="pom"/>
@@ -33,6 +33,24 @@
<artifact name="qpid-common" type="jar.asc" ext="jar.asc"/>
<artifact name="qpid-common" type="source" ext="jar" e:classifier="sources"/>
<artifact name="qpid-common" type="source.asc" ext="jar.asc" e:classifier="sources"/>
+ <artifact name="qpid-broker" type="pom" ext="pom"/>
+ <artifact name="qpid-broker" type="pom.asc" ext="pom.asc"/>
+ <artifact name="qpid-broker" type="jar" ext="jar"/>
+ <artifact name="qpid-broker" type="jar.asc" ext="jar.asc"/>
+ <artifact name="qpid-broker" type="source" ext="jar" e:classifier="sources"/>
+ <artifact name="qpid-broker" type="source.asc" ext="jar.asc" e:classifier="sources"/>
+ <artifact name="qpid-management-common" type="pom" ext="pom"/>
+ <artifact name="qpid-management-common" type="pom.asc" ext="pom.asc"/>
+ <artifact name="qpid-management-common" type="jar" ext="jar"/>
+ <artifact name="qpid-management-common" type="jar.asc" ext="jar.asc"/>
+ <artifact name="qpid-management-common" type="source" ext="jar" e:classifier="sources"/>
+ <artifact name="qpid-management-common" type="source.asc" ext="jar.asc" e:classifier="sources"/>
+ <artifact name="qpid-bdbstore" type="pom" ext="pom"/>
+ <artifact name="qpid-bdbstore" type="pom.asc" ext="pom.asc"/>
+ <artifact name="qpid-bdbstore" type="jar" ext="jar"/>
+ <artifact name="qpid-bdbstore" type="jar.asc" ext="jar.asc"/>
+ <artifact name="qpid-bdbstore" type="source" ext="jar" e:classifier="sources"/>
+ <artifact name="qpid-bdbstore" type="source.asc" ext="jar.asc" e:classifier="sources"/>
</publications>
<dependencies/>