Repository: stratos
Updated Branches:
  refs/heads/docker-grouping-merge 5d9905fa7 -> e39ba22d9


exposing the correct package of stub


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

Branch: refs/heads/docker-grouping-merge
Commit: e39ba22d9f187bd8520e146569679d24a72a5cff
Parents: 5d9905f
Author: reka <[email protected]>
Authored: Tue Nov 4 17:52:34 2014 +0530
Committer: reka <[email protected]>
Committed: Tue Nov 4 17:52:34 2014 +0530

----------------------------------------------------------------------
 service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/e39ba22d/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml 
b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
index 9f0bebe..90c967b 100644
--- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
+++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
@@ -93,8 +93,8 @@
                             org.apache.stratos.autoscaler.stub.*; 
version=${project.version},
                             org.apache.stratos.autoscaler.stub.pojo.*; 
version=${project.version},
                             
org.apache.stratos.autoscaler.applications.pojo.xsd.*; 
version=${project.version},
-                            org.apache.stratos.autoscaler.deployment.policy.*; 
version=${project.version},
-                            org.apache.stratos.autoscaler.policy.model.*; 
version=${project.version},
+                            
org.apache.stratos.autoscaler.stub.deployment.policy.*; 
version=${project.version},
+                            org.apache.stratos.autoscaler.stub.policy.model.*; 
version=${project.version},
                             org.apache.stratos.autoscaler.exception.*; 
version=${project.version},
                             org.apache.stratos.autoscaler.partition.*; 
version=${project.version},
                             org.apache.stratos.autoscaler.api.*; 
version=${project.version},

Reply via email to