Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 75e7d8e54 -> 3c7d91c58
Fixing relative path in das extension pom files Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/7caa5c6b Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/7caa5c6b Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/7caa5c6b Branch: refs/heads/stratos-4.1.x Commit: 7caa5c6bdfc1a93496b73ef1451eefb8b0af45e7 Parents: 75e7d8e Author: Thanuja <[email protected]> Authored: Tue Oct 13 18:40:49 2015 +0530 Committer: Thanuja <[email protected]> Committed: Tue Oct 13 18:45:26 2015 +0530 ---------------------------------------------------------------------- extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml | 1 + extensions/das/modules/stratos-das-extension/spark-udfs/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/7caa5c6b/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml b/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml index a6a53ff..d4d219b 100644 --- a/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml +++ b/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml @@ -26,6 +26,7 @@ <artifactId>stratos-das-extension</artifactId> <groupId>org.apache.stratos</groupId> <version>4.1.4-SNAPSHOT</version> + <relativePath>../../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/stratos/blob/7caa5c6b/extensions/das/modules/stratos-das-extension/spark-udfs/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/das/modules/stratos-das-extension/spark-udfs/pom.xml b/extensions/das/modules/stratos-das-extension/spark-udfs/pom.xml index 8bac7a5..ec89423 100644 --- a/extensions/das/modules/stratos-das-extension/spark-udfs/pom.xml +++ b/extensions/das/modules/stratos-das-extension/spark-udfs/pom.xml @@ -26,6 +26,7 @@ <artifactId>stratos-das-extension</artifactId> <groupId>org.apache.stratos</groupId> <version>4.1.4-SNAPSHOT</version> + <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
