Repository: stratos Updated Branches: refs/heads/master 9fde67508 -> a15ed9636
Updating load balancer extension artifact names according to the convention used by other distributions Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/a15ed963 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/a15ed963 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/a15ed963 Branch: refs/heads/master Commit: a15ed9636cfb1db5ad8b0b66e5e351dedf47be98 Parents: 9fde675 Author: Imesh Gunaratne <[email protected]> Authored: Sun May 24 14:29:26 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sun May 24 14:29:26 2015 +0530 ---------------------------------------------------------------------- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/nginx-extension/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/a15ed963/extensions/load-balancer/haproxy-extension/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index df807c3..77d6773 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -27,7 +27,7 @@ <version>4.1.0-SNAPSHOT</version> </parent> - <artifactId>org.apache.stratos.haproxy.extension</artifactId> + <artifactId>apache-stratos-haproxy-extension</artifactId> <name>Apache Stratos - HAProxy Extension</name> <description>Apache Stratos HAProxy Extension for Load Balancing</description> http://git-wip-us.apache.org/repos/asf/stratos/blob/a15ed963/extensions/load-balancer/nginx-extension/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/nginx-extension/pom.xml b/extensions/load-balancer/nginx-extension/pom.xml index 8547b6a..cd240ad 100644 --- a/extensions/load-balancer/nginx-extension/pom.xml +++ b/extensions/load-balancer/nginx-extension/pom.xml @@ -27,7 +27,7 @@ <version>4.1.0-SNAPSHOT</version> </parent> - <artifactId>org.apache.stratos.nginx.extension</artifactId> + <artifactId>apache-stratos-nginx-extension</artifactId> <name>Apache Stratos - Nginx Extension</name> <description>Apache Stratos Nginx Extension for Load Balancing</description>
