diff options
author | Kim van der Riet <kpvdr@apache.org> | 2013-02-28 16:14:30 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2013-02-28 16:14:30 +0000 |
commit | 9c73ef7a5ac10acd6a50d5d52bd721fc2faa5919 (patch) | |
tree | 2a890e1df09e5b896a9b4168a7b22648f559a1f2 /java/common.xml | |
parent | 172d9b2a16cfb817bbe632d050acba7e31401cd2 (diff) | |
download | qpid-python-asyncstore.tar.gz |
Update from trunk r1375509 through r1450773asyncstore
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1451244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
-rw-r--r-- | java/common.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/java/common.xml b/java/common.xml index 2b61ef08c2..ce5693fd28 100644 --- a/java/common.xml +++ b/java/common.xml @@ -23,7 +23,10 @@ <dirname property="project.root" file="${ant.file.common}"/> <property name="project.name" value="qpid"/> - <property name="project.version" value="0.19"/> + <!-- Version used for standard build output --> + <property name="project.version" value="0.21"/> + <!-- The release version used for maven output. SNAPSHOT added via maven.version.suffix --> + <property name="project.version.maven" value="0.22"/> <property name="project.url" value="http://qpid.apache.org"/> <property name="project.groupid" value="org.apache.qpid"/> <property name="project.namever" value="${project.name}-${project.version}"/> @@ -42,7 +45,7 @@ <property name="build.report" location="${build}/report"/> <property name="build.release" location="${build}/release"/> <property name="build.release.prepare" location="${build.release}/prepare"/> - <property name="build.plugins" location="${build}/lib/plugins"/> + <property name="build.scratch.broker.plugins.lib" location="${build.scratch}/broker-plugins/lib"/> <property name="build.coverage.report" location="${build}/coverage/report"/> <property name="build.coverage.src" location="${build}/coverage/src"/> <property name="build.findbugs" location="${build}/findbugs"/> @@ -93,6 +96,10 @@ <property name="nexus.host" value="repository.apache.org"/> <property name="nexus.upload.url" value="https://${nexus.host}/service/local/staging/deploy/maven2"/> + <!-- properties for deplying snapshot artifacts --> + <property name="maven.snapshots.repo.id" value="apache.snapshots.https"/> + <property name="maven.snapshots.repo.url" value="https://${nexus.host}/content/repositories/snapshots"/> + <!-- properties for downloading ivy, and then our dependencies --> <property name="ivy.jar.dir" value="${project.root}/lib/ivy" /> <property name="ivy.install.version" value="2.2.0" /> |