Repository: incubator-stratos Updated Branches: refs/heads/master 3dbbb0d95 -> 512f969a5
Removed distributionManagement configuration in pom.xml files Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/512f969a Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/512f969a Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/512f969a Branch: refs/heads/master Commit: 512f969a59d8a1237c819b95820f40814af34570 Parents: 3dbbb0d Author: Imesh Gunaratne <[email protected]> Authored: Tue Apr 22 21:11:31 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue Apr 22 21:11:31 2014 +0530 ---------------------------------------------------------------------- features/manager/pom.xml | 16 ++-------------- products/load-balancer/pom.xml | 13 ------------- products/stratos/pom.xml | 13 ------------- 3 files changed, 2 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/512f969a/features/manager/pom.xml ---------------------------------------------------------------------- diff --git a/features/manager/pom.xml b/features/manager/pom.xml index d57d8b5..4445e34 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -50,19 +50,6 @@ <module>styles/org.apache.stratos.manager.styles.feature</module> </modules> - <distributionManagement> - <repository> - <id>wso2-maven2-repository</id> - <name>WSO2 Maven2 Repository</name> - <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url> - </repository> - <snapshotRepository> - <id>wso2-maven2-snapshot-repository</id> - <name>WSO2 Maven2 Snapshot Repository</name> - <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2/</url> - </snapshotRepository> - </distributionManagement> - <properties> <stratos.version>2.1.0</stratos.version> <synapse.version>2.1.0-wso2v6</synapse.version> @@ -70,7 +57,8 @@ <quartz.wso2.version>2.1.1.wso2v1</quartz.wso2.version> <carbon.p2.plugin.version>1.5</carbon.p2.plugin.version> </properties> -<dependencyManagement> + + <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.stratos</groupId> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/512f969a/products/load-balancer/pom.xml ---------------------------------------------------------------------- diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 66f6cf5..7cb218f 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -46,19 +46,6 @@ </pluginRepository> </pluginRepositories> - <distributionManagement> - <repository> - <id>wso2-maven2-repository</id> - <name>WSO2 Maven2 Repository</name> - <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url> - </repository> - <snapshotRepository> - <id>wso2-maven2-snapshot-repository</id> - <name>WSO2 Maven2 Snapshot Repository</name> - <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2/</url> - </snapshotRepository> - </distributionManagement> - <profiles> <profile> <id>signed-build</id> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/512f969a/products/stratos/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 94a658b..f478d6a 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -256,19 +256,6 @@ </pluginManagement> </build> - <distributionManagement> - <repository> - <id>wso2-maven2-repository</id> - <name>WSO2 Maven2 Repository</name> - <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url> - </repository> - <snapshotRepository> - <id>wso2-maven2-snapshot-repository</id> - <name>WSO2 Maven2 Snapshot Repository</name> - <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2/</url> - </snapshotRepository> - </distributionManagement> - <profiles> <profile> <activation>
