From ecade231f27f7737a10b880ca4d72b8fca9241a9 Mon Sep 17 00:00:00 2001 From: sinthuja Date: Wed, 22 Mar 2017 15:48:26 +0530 Subject: [PATCH] Fixing the pom relative path issue. --- modules/distribution/pom.xml | 2 +- modules/scripts/pom.xml | 2 +- modules/tools/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 5dfb1737..8fe2378a 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.wso2.iot wso2iot-parent 3.1.0-SNAPSHOT - ../pom.xml + ../../pom.xml 4.0.0 diff --git a/modules/scripts/pom.xml b/modules/scripts/pom.xml index 3985133a..ceb94983 100644 --- a/modules/scripts/pom.xml +++ b/modules/scripts/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-parent 3.1.0-SNAPSHOT - ../pom.xml + ../../pom.xml 4.0.0 diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index 6b9841f2..82a7001a 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-parent 3.1.0-SNAPSHOT - ../pom.xml + ../../pom.xml 4.0.0