aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-03-29 11:34:16 +0000
committerGerrit Code Review <gerrit@onap.org>2017-03-29 11:34:16 +0000
commit611df70a00b75c1107b858e6904dc402d3fdff17 (patch)
tree6a54c5d14ef857c8c875d10a5776df8a216d7424
parent249698f5ece210994f8a3a7529653c67fc577ff4 (diff)
parentb90a141ec7dc4dadbe865fd87206364389c42b4d (diff)
Merge "[SDC-6] align group to sync with repo name"
-rw-r--r--jython-tosca-parser/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--sdc-distribution-ci/pom.xml4
-rw-r--r--sdc-distribution-client/pom.xml4
-rw-r--r--sdc-tosca-parser/pom.xml4
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>
diff --git a/pom.xml b/pom.xml
index 273630f..fe0f9e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>