Add name tag to DimensionData pom
Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/35c968e9 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/35c968e9 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/35c968e9 Branch: refs/heads/master Commit: 35c968e94489be21e2dab73b5cdf5c37f37073e6 Parents: 8475e63 Author: Ignasi Barrera <[email protected]> Authored: Tue Mar 28 08:25:57 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Tue Mar 28 08:25:57 2017 +0200 ---------------------------------------------------------------------- dimensiondata/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/35c968e9/dimensiondata/pom.xml ---------------------------------------------------------------------- diff --git a/dimensiondata/pom.xml b/dimensiondata/pom.xml index 964f52a..b0acd1c 100644 --- a/dimensiondata/pom.xml +++ b/dimensiondata/pom.xml @@ -30,6 +30,7 @@ <!-- TODO: when out of labs, switch to org.jclouds.provider --> <artifactId>dimensiondata-cloudcontrol</artifactId> + <name>jclouds Dimension Data CloudControl API</name> <description>jclouds components to access an implementation of Dimension Data CloudControl</description> <packaging>bundle</packaging> @@ -152,4 +153,4 @@ </build> </profile> </profiles> -</project> \ No newline at end of file +</project>
