Repository: stratos Updated Branches: refs/heads/master 70b2d64c6 -> 81313b6c7
Adding empty relativePath tags to get rid of Maven warnings Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/81313b6c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/81313b6c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/81313b6c Branch: refs/heads/master Commit: 81313b6c72cda78300828705b774574b7da72443 Parents: 70b2d64 Author: Akila Perera <[email protected]> Authored: Mon Aug 24 12:04:19 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Mon Aug 24 12:04:19 2015 +0530 ---------------------------------------------------------------------- dependencies/jclouds/aws-ec2/pom.xml | 1 + dependencies/org.wso2.carbon.ui/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/81313b6c/dependencies/jclouds/aws-ec2/pom.xml ---------------------------------------------------------------------- diff --git a/dependencies/jclouds/aws-ec2/pom.xml b/dependencies/jclouds/aws-ec2/pom.xml index 83107b6..ad39377 100644 --- a/dependencies/jclouds/aws-ec2/pom.xml +++ b/dependencies/jclouds/aws-ec2/pom.xml @@ -24,6 +24,7 @@ <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> <version>1.9.1</version> + <relativePath></relativePath> </parent> <groupId>org.apache.stratos</groupId> http://git-wip-us.apache.org/repos/asf/stratos/blob/81313b6c/dependencies/org.wso2.carbon.ui/pom.xml ---------------------------------------------------------------------- diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 369fa4b..67a0ab1 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -24,6 +24,7 @@ <groupId>org.wso2.carbon</groupId> <artifactId>carbon-parent</artifactId> <version>4.2.0</version> + <relativePath></relativePath> </parent> <groupId>org.apache.stratos</groupId>
