From 0b44b4060eb93f7c0f0387597261ce596f91d811 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Sun, 3 May 2015 10:51:24 -0400 Subject: [PATCH] fixing parent on artemis-distribution --- artemis-distribution/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 281e3c618e..9fd167008c 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq - artemis-distribution + artemis-pom 1.0.0-SNAPSHOT @@ -32,7 +32,7 @@ ${project.build.directory}/${project.artifactId}-${project.version}-bin/${project.artifactId}-${project.version}/schema src/main/resources/config - ${project.basedir}/../.. + ${project.basedir}/..