diff options
author | Michael Lando <ml636r@att.com> | 2017-03-29 11:34:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-03-29 11:34:16 +0000 |
commit | 611df70a00b75c1107b858e6904dc402d3fdff17 (patch) | |
tree | 6a54c5d14ef857c8c875d10a5776df8a216d7424 /sdc-distribution-ci | |
parent | 249698f5ece210994f8a3a7529653c67fc577ff4 (diff) | |
parent | b90a141ec7dc4dadbe865fd87206364389c42b4d (diff) |
Merge "[SDC-6] align group to sync with repo name"
Diffstat (limited to 'sdc-distribution-ci')
-rw-r--r-- | sdc-distribution-ci/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdc-distribution-ci/pom.xml b/sdc-distribution-ci/pom.xml index 6e97f34..93cd214 100644 --- a/sdc-distribution-ci/pom.xml +++ b/sdc-distribution-ci/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.sdc</groupId> + <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-main-distribution-client</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> @@ -23,7 +23,7 @@ </dependency> <dependency> - <groupId>org.openecomp.sdc</groupId> + <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> <version>${project.version}</version> <scope>compile</scope> |