From b90a141ec7dc4dadbe865fd87206364389c42b4d Mon Sep 17 00:00:00 2001 From: Pavel Aharoni Date: Wed, 29 Mar 2017 14:27:51 +0300 Subject: [SDC-6] align group to sync with repo name Change-Id: Icbbbb64b74a12f7e6def077e4141e56dfedab787 Signed-off-by: Pavel Aharoni --- jython-tosca-parser/pom.xml | 2 +- pom.xml | 2 +- sdc-distribution-ci/pom.xml | 4 ++-- sdc-distribution-client/pom.xml | 4 ++-- 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 @@ 4.0.0 - org.openecomp.sdc + org.openecomp.sdc.sdc-distribution-client sdc-main-distribution-client 1.1.0-SNAPSHOT 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"> 4.0.0 - org.openecomp.sdc + org.openecomp.sdc.sdc-distribution-client sdc-main-distribution-client 1.1.0-SNAPSHOT pom 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 @@ 4.0.0 - org.openecomp.sdc + org.openecomp.sdc.sdc-distribution-client sdc-main-distribution-client 1.1.0-SNAPSHOT @@ -23,7 +23,7 @@ - org.openecomp.sdc + org.openecomp.sdc.sdc-distribution-client sdc-distribution-client ${project.version} compile 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 @@ 4.0.0 - org.openecomp.sdc + org.openecomp.sdc.sdc-distribution-client sdc-main-distribution-client 1.1.0-SNAPSHOT @@ -18,7 +18,7 @@ - org.openecomp.sdc + org.openecomp.sdc.sdc-distribution-client sdc-tosca-parser ${project.version} compile 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 @@ 4.0.0 - org.openecomp.sdc + org.openecomp.sdc.sdc-distribution-client sdc-main-distribution-client 1.1.0-SNAPSHOT @@ -69,7 +69,7 @@ - org.openecomp.sdc + org.openecomp.sdc.sdc-distribution-client jython-tosca-parser 0.3.1-SNAPSHOT -- cgit 1.2.3-korg