diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-06-11 11:23:08 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-06-11 11:23:08 +0000 |
| commit | a1b3eef439d082d62d2dc1188c14e795418c8416 (patch) | |
| tree | fc1076a218483c581bb7bda6e4004f5f5fb121b8 /java/client | |
| parent | f9a35bf3675a20f3bf45a01179cc63cb2819a908 (diff) | |
| download | qpid-python-a1b3eef439d082d62d2dc1188c14e795418c8416.tar.gz | |
Set up top dir location and path to parent pom. Needed in preparation for deploy and release plugins.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@546096 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
| -rw-r--r-- | java/client/example/pom.xml | 2 | ||||
| -rw-r--r-- | java/client/pom.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml index 70f02dbb98..c9d69c52a8 100644 --- a/java/client/example/pom.xml +++ b/java/client/example/pom.xml @@ -34,7 +34,7 @@ </parent> <properties> - <topDirectoryLocation>..</topDirectoryLocation> + <topDirectoryLocation>../..</topDirectoryLocation> <amqj.logging.level>warn</amqj.logging.level> </properties> diff --git a/java/client/pom.xml b/java/client/pom.xml index 2e720cdb71..221763649f 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -31,6 +31,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>qpid</artifactId> <version>1.0-incubating-M2-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <properties> |
