diff options
author | Areli, Fuss (af732p) <af732p@intl.att.com> | 2018-09-13 14:21:12 +0300 |
---|---|---|
committer | Areli, Fuss (af732p) <af732p@intl.att.com> | 2018-09-13 14:21:12 +0300 |
commit | 7d2532f95ec0ca50d0b48b5374dabcdf6d7c37b0 (patch) | |
tree | 0c5e6dfeb56092792ee967c38875efd9836faf2b | |
parent | b6f77d08f6c57c94269e9cde2f264ff4fb423147 (diff) |
Fix GAV details Artifact ID
Fix GAV details Artifact ID
Change-Id: I98441218035b16e6354d9350d1d06763415eed6d
Issue-ID: SDC-1756
Signed-off-by: Areli, Fuss (af732p) <af732p@intl.att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.sdc.dcae-d.tosca-app</groupId> - <artifactId>tosca-app</artifactId> + <artifactId>dcae-tosca-app</artifactId> <packaging>pom</packaging> <version>1.3.0-SNAPSHOT</version> - <name>dcae-d tosca-lab</name> + <name>dcae-tosca-app</name> <properties> <!--nexus--> |