diff options
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> |
