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/25 13:15:56 UTC

git commit: Refactor org.apache.stratos.cartridge.agent pom.xml

Updated Branches:
  refs/heads/master 55ce30c2f -> 8e5e85821


Refactor org.apache.stratos.cartridge.agent pom.xml

Signed-off-by: Isuru Perera <is...@apache.org>


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

Branch: refs/heads/master
Commit: 8e5e85821e3eb1deda60411e8540671766a93d4e
Parents: 55ce30c
Author: Manula Thantriwatte <ma...@wso2.com>
Authored: Thu Jul 25 14:54:52 2013 +0530
Committer: Isuru Perera <is...@apache.org>
Committed: Thu Jul 25 16:45:10 2013 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.cartridge.agent/pom.xml          | 6 +++---
 .../cartridge/agent/InstanceStateNotificationClientThread.java | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8e5e8582/components/org.apache.stratos.cartridge.agent/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml
index c652628..5850c80 100644
--- a/components/org.apache.stratos.cartridge.agent/pom.xml
+++ b/components/org.apache.stratos.cartridge.agent/pom.xml
@@ -53,9 +53,9 @@
 			<artifactId>commons-logging</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.wso2.carbon</groupId>
-			<artifactId>org.wso2.carbon.adc.instanceinfo.mgt.stub</artifactId>
-			<version>4.1.1</version>
+			<groupId>org.apache.stratos</groupId>
+			<artifactId>org.apache.stratos.adc.instanceinfo.mgt.stub</artifactId>
+			<version>${project.version}</version>
 		</dependency>
         <dependency>
             <groupId>org.eclipse.osgi</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8e5e8582/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/InstanceStateNotificationClientThread.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/InstanceStateNotificationClientThread.java b/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/InstanceStateNotificationClientThread.java
index 8d3839d..9668656 100644
--- a/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/InstanceStateNotificationClientThread.java
+++ b/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/InstanceStateNotificationClientThread.java
@@ -23,7 +23,7 @@ import org.apache.axis2.AxisFault;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.stratos.cartridge.agent.registrant.Registrant;
-import org.wso2.carbon.adc.instanceinfo.mgt.stub.InstanceInformationManagementServiceStub;
+import org.apache.stratos.adc.instanceinfo.mgt.stub.InstanceInformationManagementServiceStub;
 
 import java.rmi.RemoteException;