Updated Branches: refs/heads/master bb5b4bf2b -> f8f194503
Fix typo in service stub parent 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/f8f19450 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/f8f19450 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/f8f19450 Branch: refs/heads/master Commit: f8f1945039a227ad2caac513794428ae96af4a5c Parents: bb5b4bf Author: Manula Thantriwatte <[email protected]> Authored: Fri Jan 10 14:51:43 2014 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Fri Jan 10 14:51:43 2014 +0530 ---------------------------------------------------------------------- service-stubs/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f8f19450/service-stubs/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 867b6e8..bc0f5d6 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -55,7 +55,7 @@ <module>org.apache.stratos.throttle.stub</module> <module>org.apache.stratos.usage.meteringqueryds.stub</module> <module>org.apache.stratos.manager.dashboard.stub</module> - <module>org.apache.stratos.manager.cleanup.notificateion.stub</module> + <module>org.apache.stratos.manager.cleanup.notification.stub</module> <module>org.apache.stratos.usage.meteringsummarygenerationds.stub</module> <module>org.apache.stratos.autoscaler.service.stub</module> </modules>
