Updating load balancer product name
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/1098029e Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/1098029e Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/1098029e Branch: refs/heads/master Commit: 1098029e06d1a2e09b8128525f912cb694d9298c Parents: 59c1a33 Author: Imesh Gunaratne <[email protected]> Authored: Thu May 21 19:50:38 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Thu May 21 19:50:51 2015 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/assembly/filter.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/1098029e/products/load-balancer/modules/distribution/src/main/assembly/filter.properties ---------------------------------------------------------------------- diff --git a/products/load-balancer/modules/distribution/src/main/assembly/filter.properties b/products/load-balancer/modules/distribution/src/main/assembly/filter.properties index c5cf2c2..8432fab 100644 --- a/products/load-balancer/modules/distribution/src/main/assembly/filter.properties +++ b/products/load-balancer/modules/distribution/src/main/assembly/filter.properties @@ -17,10 +17,10 @@ # under the License. # -product.name=Apache Stratos LB +product.name=Apache Stratos Load Balancer product.key=LB product.version=4.1.0 lb.version=2.0.5 -default.server.role=ElasticLoadBalancer +default.server.role=LoadBalancer bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator
