You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/01 15:47:31 UTC

[11/12] git commit: adding autoscaler/mediator.autoscale to pom

adding autoscaler/mediator.autoscale to pom


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

Branch: refs/heads/master
Commit: 9aee475f2c73e3d57acf75cbc398b15405601617
Parents: a730600
Author: Isuru <is...@wso2.com>
Authored: Mon Jul 1 19:11:05 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Mon Jul 1 19:11:05 2013 +0530

----------------------------------------------------------------------
 components/load-balancer/pom.xml | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9aee475f/components/load-balancer/pom.xml
----------------------------------------------------------------------
diff --git a/components/load-balancer/pom.xml b/components/load-balancer/pom.xml
index 4c60b77..4a0551e 100644
--- a/components/load-balancer/pom.xml
+++ b/components/load-balancer/pom.xml
@@ -22,31 +22,25 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
-        <groupId>org.wso2.carbon</groupId>
-        <artifactId>carbon-components</artifactId>
-        <version>4.1.0</version>
+        <groupId>org.apache.stratos</groupId>
+        <artifactId>stratos-components-parent</artifactId>
+        <version>2.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.wso2.carbon</groupId>
+    <groupId>org.apache.stratos</groupId>
     <artifactId>loadbalancer-components</artifactId>
     <packaging>pom</packaging>
     <version>4.1.0</version>
-    <name>WSO2 Carbon Loadbalancer Components</name>
+    <name>Apache Stratos Loadbalancer Components</name>
     <description>Carbon Components specifically used in Loadbalancer</description>
     <url>http://wso2.com</url>
 
     <modules>
-        <module>org.wso2.carbon.lb.common/4.1.0</module>
-        <!--module>lb-endpoint</module-->
-        <module>autoscaler-service/org.wso2.carbon.autoscaler.service/4.1.0</module>
-        <!--module>jvm-autoscaler-agent</module-->
-        <module>autoscaler/org.wso2.carbon.mediator.autoscale/4.1.0</module>
-        <!--module>autoscaler-service/jvmagentmgtservice/4.1.0</module>
-        <module>autoscaler-service/autoscalerservice/4.1.0</module>
-        <module>jvm-autoscaler-agent/jvmagentclient/4.1.0</module>
-        <module>jvm-autoscaler-agent/jvmagent</module-->
+        <module>org.apache.stratos.lb.common/4.1.3</module>
+        <module>autoscaler-service/org.apache.stratos.autoscaler.service/4.1.0</module>
+        <module>autoscaler/org.apache.stratos.mediator.autoscale/4.1.3</module>
     </modules>
 
     <dependencyManagement>