Repository: stratos Updated Branches: refs/heads/master ef8ed14d4 -> a03ff6dbe
Fix stub reference in manager feature Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/a03ff6db Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/a03ff6db Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/a03ff6db Branch: refs/heads/master Commit: a03ff6dbe040cb9a13b3822129b119b87739cc87 Parents: 626fe3f Author: Lahiru Sandaruwan <[email protected]> Authored: Thu May 21 14:32:20 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Thu May 21 14:34:25 2015 +0530 ---------------------------------------------------------------------- .../stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/a03ff6db/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index 059ee2d..87d86ee 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -51,7 +51,7 @@ </dependency> <dependency> <groupId>org.apache.stratos</groupId> - <artifactId>org.apache.stratos.manager.stub</artifactId> + <artifactId>org.apache.stratos.manager.service.stub</artifactId> <version>${project.version}</version> </dependency> <dependency>
