Repository: stratos Updated Branches: refs/heads/tenant-isolation f6eb57e2e -> f6261851d
Update the application with UUID Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f6261851 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f6261851 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f6261851 Branch: refs/heads/tenant-isolation Commit: f6261851d671ccfb028bda3b125bda92ed49219d Parents: f6eb57e Author: Gayan Gunarathne <[email protected]> Authored: Thu Jul 9 13:45:53 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Thu Jul 9 13:45:53 2015 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.cli/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/f6261851/components/org.apache.stratos.cli/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 3174cbf..eafec42 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -144,7 +144,7 @@ <artifactId>wiremock</artifactId> <version>${wiremock.version}</version> <classifier>standalone</classifier> - <uuid>jar</uuid> + <type>jar</type> <overWrite>true</overWrite> <outputDirectory>${maven.output.build.path}</outputDirectory> </artifactItem>
