diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-09-01 15:00:10 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-09-01 15:00:39 -0700 |
commit | d46deee90ec7976d9c2d5601799e3aa8c50edc7d (patch) | |
tree | e9bf6ba86c33cd16fe9c2dc71fce68498e570bac | |
parent | e3d5d8af2e2557f0055e4ae3926981b0f7b260af (diff) |
Update mvn name in POM to include CCSDK
Issue-Id: CCSDK-67
Change-Id: I3bf28d9f84efcd160828b3cc5bb5d65377340656
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ </parent --> <groupId>org.onap.ccsdk.storage-pgaas</groupId> <artifactId>pgaas</artifactId> - <name>storage-PGaaS</name> + <name>CCSDK storage-PGaaS</name> <version>1.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> |