Fixing typo error in capps pom.xml
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/756a4e73 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/756a4e73 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/756a4e73 Branch: refs/heads/stratos-4.1.x Commit: 756a4e73d98db54534745012401ddfe420a4b8ec Parents: 9d7226a Author: Thanuja <[email protected]> Authored: Tue Oct 13 20:18:20 2015 +0530 Committer: Thanuja <[email protected]> Committed: Tue Oct 13 20:18:20 2015 +0530 ---------------------------------------------------------------------- extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/756a4e73/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml ---------------------------------------------------------------------- diff --git a/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml b/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml index d4d219b..ce75ced 100644 --- a/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml +++ b/extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml @@ -30,7 +30,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>metring-service-capps</artifactId> + <artifactId>metering-service-capps</artifactId> <name>Apache Stratos - Metering Service Composite Applications</name> <description>Apache Stratos Metering Service Composite Applications</description> <packaging>pom</packaging>
