diff options
author | huangjian <huang.jian12@zte.com.cn> | 2016-08-25 16:17:54 +0800 |
---|---|---|
committer | huangjian <huang.jian12@zte.com.cn> | 2016-08-25 16:17:54 +0800 |
commit | 32c36b56882e29c7bb6878800ea44a6d5000e4ea (patch) | |
tree | ab8b41da10363a4342c3a85ac849ee4c4d15398f /catalog-parent | |
parent | 2cccbb0efff35e4ecbe2bbdfe69e318f5d174fa4 (diff) |
Change groupId to 'org.openo.common-tosca.catalog'
Change-Id: I5795c28a6f13e40dffe7238f879fac628101906f
Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'catalog-parent')
-rw-r--r-- | catalog-parent/catalogparent-lite/pom.xml | 2 | ||||
-rw-r--r-- | catalog-parent/catalogparent/pom.xml | 2 | ||||
-rw-r--r-- | catalog-parent/pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/catalog-parent/catalogparent-lite/pom.xml b/catalog-parent/catalogparent-lite/pom.xml index ca5f0624..d57da778 100644 --- a/catalog-parent/catalogparent-lite/pom.xml +++ b/catalog-parent/catalogparent-lite/pom.xml @@ -24,7 +24,7 @@ </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openo.commontosca.catalog</groupId> + <groupId>org.openo.common-tosca.catalog</groupId> <artifactId>catalogparent-lite</artifactId> <version>1.0.0-SNAPSHOT</version> <name>openo/commontosca/catalog/catalogparent-lite</name> diff --git a/catalog-parent/catalogparent/pom.xml b/catalog-parent/catalogparent/pom.xml index 8ae32bcf..f0bddd82 100644 --- a/catalog-parent/catalogparent/pom.xml +++ b/catalog-parent/catalogparent/pom.xml @@ -17,7 +17,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"> <parent> - <groupId>org.openo.commontosca.catalog</groupId> + <groupId>org.openo.common-tosca.catalog</groupId> <artifactId>catalogparent-lite</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../catalogparent-lite</relativePath> diff --git a/catalog-parent/pom.xml b/catalog-parent/pom.xml index 36a7adb5..c1a38903 100644 --- a/catalog-parent/pom.xml +++ b/catalog-parent/pom.xml @@ -17,14 +17,14 @@ --> <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"> <parent> - <groupId>org.openo.commontosca.catalog</groupId> + <groupId>org.openo.common-tosca.catalog</groupId> <artifactId>catalogparent-lite</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>catalogparent-lite</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openo.commontosca.catalog</groupId> + <groupId>org.openo.common-tosca.catalog</groupId> <artifactId>catalogparent-aggregator</artifactId> <name>openo/commontosca/catalog/catalogparent-aggregator</name> <packaging>pom</packaging> |