aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core
diff options
context:
space:
mode:
authorhuangjian <huang.jian12@zte.com.cn>2016-08-25 16:17:54 +0800
committerhuangjian <huang.jian12@zte.com.cn>2016-08-25 16:17:54 +0800
commit32c36b56882e29c7bb6878800ea44a6d5000e4ea (patch)
treeab8b41da10363a4342c3a85ac849ee4c4d15398f /catalog-core
parent2cccbb0efff35e4ecbe2bbdfe69e318f5d174fa4 (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-core')
-rw-r--r--catalog-core/catalog-mgr/pom.xml2
-rw-r--r--catalog-core/distribution/catalog-all/pom.xml10
-rw-r--r--catalog-core/distribution/catalog-standalone/pom.xml6
-rw-r--r--catalog-core/distribution/pom.xml2
-rw-r--r--catalog-core/httpserver/pom.xml2
-rw-r--r--catalog-core/pom.xml2
6 files changed, 12 insertions, 12 deletions
diff --git a/catalog-core/catalog-mgr/pom.xml b/catalog-core/catalog-mgr/pom.xml
index 3ca842fd..9f93bc90 100644
--- a/catalog-core/catalog-mgr/pom.xml
+++ b/catalog-core/catalog-mgr/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>catalog-core-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/catalog-core/distribution/catalog-all/pom.xml b/catalog-core/distribution/catalog-all/pom.xml
index 3fa414af..37623729 100644
--- a/catalog-core/distribution/catalog-all/pom.xml
+++ b/catalog-core/distribution/catalog-all/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>distribution</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
@@ -43,7 +43,7 @@
<goal>unpack-dependencies</goal>
</goals>
<configuration>
- <includeGroupIds>org.openo.commontosca.catalog</includeGroupIds>
+ <includeGroupIds>org.openo.common-tosca.catalog</includeGroupIds>
<includeArtifactIds>catalog-standalone</includeArtifactIds>
<outputDirectory>
target/assembly/catalog
@@ -57,7 +57,7 @@
<goal>unpack-dependencies</goal>
</goals>
<configuration>
- <includeGroupIds>org.openo.commontosca.catalog</includeGroupIds>
+ <includeGroupIds>org.openo.common-tosca.catalog</includeGroupIds>
<includeArtifactIds>httpserver</includeArtifactIds>
<outputDirectory>
target/assembly/
@@ -111,13 +111,13 @@
</build>
<dependencies>
<dependency>
- <groupId>org.openo.commontosca.catalog</groupId>
+ <groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalog-standalone</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
- <groupId>org.openo.commontosca.catalog</groupId>
+ <groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>httpserver</artifactId>
<version>${project.version}</version>
<type>zip</type>
diff --git a/catalog-core/distribution/catalog-standalone/pom.xml b/catalog-core/distribution/catalog-standalone/pom.xml
index d6e86117..d2904951 100644
--- a/catalog-core/distribution/catalog-standalone/pom.xml
+++ b/catalog-core/distribution/catalog-standalone/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>distribution</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
@@ -71,7 +71,7 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>org.openo.commontosca.catalog</groupId>
+ <groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalog-mgr</artifactId>
<type>jar</type>
<overWrite>true</overWrite>
@@ -129,7 +129,7 @@
<dependencies>
<dependency>
- <groupId>org.openo.commontosca.catalog</groupId>
+ <groupId>org.openo.common-tosca.catalog</groupId>
<artifactId>catalog-mgr</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/catalog-core/distribution/pom.xml b/catalog-core/distribution/pom.xml
index c7c22908..7ac93a9c 100644
--- a/catalog-core/distribution/pom.xml
+++ b/catalog-core/distribution/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>catalog-core-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/catalog-core/httpserver/pom.xml b/catalog-core/httpserver/pom.xml
index b1ead67a..516aeefe 100644
--- a/catalog-core/httpserver/pom.xml
+++ b/catalog-core/httpserver/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>catalog-core-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/catalog-core/pom.xml b/catalog-core/pom.xml
index 65150e85..c602eaf2 100644
--- a/catalog-core/pom.xml
+++ b/catalog-core/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>catalog-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>