From 29a0bf2fe23316a51839ba7b27be1260c71e8e70 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Tue, 3 Nov 2015 11:38:14 +0530 Subject: [PATCH] fixing invalid relative paths in pom.xml --- modules/distribution/pom.xml | 2 +- modules/distribution/src/statistics/carbonapps/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 3fda1155..7dd17cbe 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -25,7 +25,7 @@ org.wso2.iot wso2iot-parent 1.0.0-SNAPSHOT - ../../../pom.xml + ../../pom.xml 4.0.0 diff --git a/modules/distribution/src/statistics/carbonapps/pom.xml b/modules/distribution/src/statistics/carbonapps/pom.xml index e96109b6..56205789 100644 --- a/modules/distribution/src/statistics/carbonapps/pom.xml +++ b/modules/distribution/src/statistics/carbonapps/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-parent 1.0.0-SNAPSHOT - ../../pom.xml + ../../../../../pom.xml 4.0.0