Updated Branches: refs/heads/master 9f6944488 -> b361230fc
added parent declaration to pom to fix defect STRATOS-232 Signed-off-by: Imesh Gunaratne <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b361230f Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b361230f Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b361230f Branch: refs/heads/master Commit: b361230fc837259167970b2b2b59f0b90c03f8c8 Parents: 9f69444 Author: Chris Snow <[email protected]> Authored: Thu Nov 28 22:17:32 2013 +0000 Committer: Imesh Gunaratne <[email protected]> Committed: Fri Nov 29 10:36:36 2013 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.load.balancer.extension.api/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b361230f/components/org.apache.stratos.load.balancer.extension.api/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index 9ce6fd3..6ab07ab 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -22,6 +22,12 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.stratos</groupId> + <artifactId>stratos-components-parent</artifactId> + <version>4.0.0-SNAPSHOT</version> + </parent> <groupId>org.apache.stratos</groupId> <artifactId>org.apache.stratos.load.balancer.extension.api</artifactId>
