Repository: incubator-stratos Updated Branches: refs/heads/master 05546f98e -> 3d7c86897
Fixing build faliar cause by stratos.manager.styles.feature pom file ( Fixed by Pradeep Fernando) Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/3d7c8689 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/3d7c8689 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/3d7c8689 Branch: refs/heads/master Commit: 3d7c868975dc4d70f305184fea0cc9a268d19077 Parents: 05546f9 Author: Chanaka Jayasena <[email protected]> Authored: Wed Apr 9 11:30:33 2014 +0530 Committer: Chanaka Jayasena <[email protected]> Committed: Wed Apr 9 11:30:33 2014 +0530 ---------------------------------------------------------------------- .../styles/org.apache.stratos.manager.styles.feature/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/3d7c8689/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index 1b37c06..dae1e55 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -25,6 +25,7 @@ <groupId>org.apache.stratos</groupId> <artifactId>stratos-manager-features</artifactId> <version>4.0.0-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent>
