diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-13 13:08:20 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-05-13 13:08:20 +0300 |
commit | 1f5c15a499882bca935744a11e19c786b6e5c1bf (patch) | |
tree | 1bb25053d178dfafc7469a1874b73e4287752e3a /dcaedt_tools | |
parent | e1c1f6c4226694757814fef84bf862164f853fc2 (diff) |
Fix pom.xml
Change pom version according to ONAP versioning
Change-Id: If3616e9f7899ddb638af10a31ca6ba27addab82a
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'dcaedt_tools')
-rw-r--r-- | dcaedt_tools/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcaedt_tools/pom.xml b/dcaedt_tools/pom.xml index 8abf055..df7fc8e 100644 --- a/dcaedt_tools/pom.xml +++ b/dcaedt_tools/pom.xml @@ -2,7 +2,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.sdc.dcae-d.tools</groupId> + <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>dcaedt_tools</artifactId> <name>DCAE-D Tools</name> <parent> |