summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Zi <li.zi30@zte.com.cn>2017-10-10 08:27:05 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-10 08:27:05 +0000
commitf271778d7aa7fee24a0664f9f6c364927e1544d0 (patch)
tree8ee2932c1624d120dd77e680bb79a16ae4cf81b6
parenta8bcbe8b7e4683a81caa38e76d5d56c6b42c925b (diff)
parent1e26162b8b184ca5ac72760641e19a8f642ed6a0 (diff)
Merge "Fix the artifact of esr-gui."
-rw-r--r--common/pom.xml2
-rw-r--r--distribution/pom.xml2
-rw-r--r--httpserver/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--portal/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 13f6517..9711521 100644
--- a/common/pom.xml
+++ b/common/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.onap.aai.esr-gui</groupId>
- <artifactId>aai-esr-gui-parent</artifactId>
+ <artifactId>aai-esr-gui</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index ecedcfd..ab03967 100644
--- a/distribution/pom.xml
+++ b/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/maven-v4_0_0.xsd">
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
- <artifactId>aai-esr-gui-parent</artifactId>
+ <artifactId>aai-esr-gui</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/httpserver/pom.xml b/httpserver/pom.xml
index bf46a1b..a0ef887 100644
--- a/httpserver/pom.xml
+++ b/httpserver/pom.xml
@@ -19,7 +19,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.onap.aai.esr-gui</groupId>
- <artifactId>aai-esr-gui-parent</artifactId>
+ <artifactId>aai-esr-gui</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 5affbcd..19a558f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.aai.esr-gui</groupId>
- <artifactId>aai-esr-gui-parent</artifactId>
+ <artifactId>aai-esr-gui</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>aai-esr-gui</name>
diff --git a/portal/pom.xml b/portal/pom.xml
index 7007203..8e92ac2 100644
--- a/portal/pom.xml
+++ b/portal/pom.xml
@@ -19,7 +19,7 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.onap.aai.esr-gui</groupId>
- <artifactId>aai-esr-gui-parent</artifactId>
+ <artifactId>aai-esr-gui</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>