Repository: stratos Updated Branches: refs/heads/docker-grouping-merge 7db5adf0d -> c59b3911d
Fixing inconsistency of metadata service name in pom Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c59b3911 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c59b3911 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c59b3911 Branch: refs/heads/docker-grouping-merge Commit: c59b3911d5c0404a5bb865dbca72f32eded36b29 Parents: 7db5adf Author: Lahiru Sandaruwan <[email protected]> Authored: Tue Nov 4 15:01:49 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Tue Nov 4 15:01:49 2014 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.metadataservice/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c59b3911/components/org.apache.stratos.metadataservice/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.metadataservice/pom.xml b/components/org.apache.stratos.metadataservice/pom.xml index 3d82040..9e0b6d2 100644 --- a/components/org.apache.stratos.metadataservice/pom.xml +++ b/components/org.apache.stratos.metadataservice/pom.xml @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>org.apache.stratos.metadataservice</artifactId> <packaging>war</packaging> - <name>Apache Stratos -Meta Data Service</name> + <name>Apache Stratos - Meta Data Service</name> <profiles> <profile>
