diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-17 12:47:34 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-17 12:49:04 +0000 |
commit | af2ff7568bcf1ecfd8a7fe604993523469fd4f4f (patch) | |
tree | 7fc4e0d525fae9aa1497b95b02590d52c5955f97 | |
parent | 4a69ee4417940dde4311e8dc43474f38d6c9412e (diff) |
dcae-opertions-utils GroupId fix to follow LF rule
Change-Id: If11a0a3e2a38edaa37bfa32a3605e083e4d7e536
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | operation-utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/operation-utils/pom.xml b/operation-utils/pom.xml index 5486f67..7c4247b 100644 --- a/operation-utils/pom.xml +++ b/operation-utils/pom.xml @@ -1,7 +1,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.openecomp.dcae.operation</groupId> + <groupId>org.openecomp.dcae.operation.utils</groupId> <artifactId>operation-utils</artifactId> <version>0.1.0-SNAPSHOT</version> |