Repository: stratos
Updated Branches:
  refs/heads/stratos-4.1.x 5eaaf7d5f -> 84af827e2


Update the aws lb pom after moving to the modules folder


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/866331c2
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/866331c2
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/866331c2

Branch: refs/heads/stratos-4.1.x
Commit: 866331c2076a03318b8e98dcdf68a64223a819f7
Parents: 5eaaf7d
Author: gayangunarathne <[email protected]>
Authored: Mon Oct 12 10:45:55 2015 +0530
Committer: gayangunarathne <[email protected]>
Committed: Mon Oct 12 10:45:55 2015 +0530

----------------------------------------------------------------------
 extensions/load-balancer/modules/aws-extension/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/866331c2/extensions/load-balancer/modules/aws-extension/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/modules/aws-extension/pom.xml 
b/extensions/load-balancer/modules/aws-extension/pom.xml
index 33d4e90..45ddc3a 100644
--- a/extensions/load-balancer/modules/aws-extension/pom.xml
+++ b/extensions/load-balancer/modules/aws-extension/pom.xml
@@ -20,7 +20,9 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
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-load-balancer-extensions</artifactId>
@@ -29,8 +31,9 @@
     </parent>
 
     <artifactId>org.apache.stratos.aws.extension</artifactId>
-    <name>Apache Stratos - AWS Extension</name>
+    <name>Apache Stratos - AWS LB Extension</name>
     <description>Apache Stratos AWS Extension for Load Balancing</description>
+
     <dependencies>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -117,4 +120,5 @@
             </plugin>
         </plugins>
     </build>
+    
 </project>

Reply via email to