diff options
author | Pavel Aharoni <pa0916@att.com> | 2017-03-29 14:27:51 +0300 |
---|---|---|
committer | Pavel Aharoni <pa0916@att.com> | 2017-03-29 14:27:51 +0300 |
commit | b90a141ec7dc4dadbe865fd87206364389c42b4d (patch) | |
tree | e5553c66beb27aa6be06d63d1fd3dd4ca22f68bf | |
parent | e2cc2530fc6d54ebc975c01a4ff887ce12f0a736 (diff) |
[SDC-6] align group to sync with repo name
Change-Id: Icbbbb64b74a12f7e6def077e4141e56dfedab787
Signed-off-by: Pavel Aharoni <pa0916@att.com>
-rw-r--r-- | jython-tosca-parser/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sdc-distribution-ci/pom.xml | 4 | ||||
-rw-r--r-- | sdc-distribution-client/pom.xml | 4 | ||||
-rw-r--r-- | sdc-tosca-parser/pom.xml | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/jython-tosca-parser/pom.xml b/jython-tosca-parser/pom.xml index 3b82edd..2b8f024 100644 --- a/jython-tosca-parser/pom.xml +++ b/jython-tosca-parser/pom.xml @@ -3,7 +3,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> @@ -2,7 +2,7 @@ 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.sdc</groupId> + <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-main-distribution-client</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> 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> diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml index 58ff426..ec93149 100644 --- a/sdc-distribution-client/pom.xml +++ b/sdc-distribution-client/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> @@ -18,7 +18,7 @@ <dependencies> <dependency> - <groupId>org.openecomp.sdc</groupId> + <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-tosca-parser</artifactId> <version>${project.version}</version> <scope>compile</scope> diff --git a/sdc-tosca-parser/pom.xml b/sdc-tosca-parser/pom.xml index ffd439d..2c8eff0 100644 --- a/sdc-tosca-parser/pom.xml +++ b/sdc-tosca-parser/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>
@@ -69,7 +69,7 @@ <!-- Jython Tosca Parser -->
<dependency>
- <groupId>org.openecomp.sdc</groupId>
+ <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
<artifactId>jython-tosca-parser</artifactId>
<version>0.3.1-SNAPSHOT</version>
</dependency>
|