summaryrefslogtreecommitdiff
path: root/java/client/distribution/pom.xml
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-02-12 10:10:27 +0000
committerRobert Greig <rgreig@apache.org>2007-02-12 10:10:27 +0000
commit9f058a5a5193fb2b05113a092e4e83025dba05ea (patch)
tree82b4ddfa5482564471d0ddc9602493042f7d9580 /java/client/distribution/pom.xml
parentf77c9657bb44466c5e78709d0484f6ab7e2b0522 (diff)
downloadqpid-python-9f058a5a5193fb2b05113a092e4e83025dba05ea.tar.gz
(Path Qpid-337 submitted by Rupert Smith)
Does 1.4 retrotranslation as part of the maven build. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@506401 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/distribution/pom.xml')
-rw-r--r--java/client/distribution/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/client/distribution/pom.xml b/java/client/distribution/pom.xml
index dfbe8b83c2..3e9c0e493f 100644
--- a/java/client/distribution/pom.xml
+++ b/java/client/distribution/pom.xml
@@ -46,6 +46,21 @@
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-client</artifactId>
<type>jar</type>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>qpid-client</artifactId>
+ <type>jar</type>
+ <version>${pom.version}</version>
+ <classifier>java1.4</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>qpid-common</artifactId>
+ <type>jar</type>
+ <version>${pom.version}</version>
+ <classifier>java1.4</classifier>
</dependency>
</dependencies>
@@ -104,6 +119,7 @@
<configuration>
<descriptors>
<descriptor>src/main/assembly/client-bin.xml</descriptor>
+ <descriptor>src/main/assembly/client-java1.4-bin.xml</descriptor>
<descriptor>src/main/assembly/client-src.xml</descriptor>
</descriptors>
<finalName>qpid-${pom.version}</finalName>