aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml25
-rw-r--r--vnfmarket-be/deployment/pom.xml2
-rw-r--r--vnfmarket-be/pom.xml4
-rw-r--r--vnfmarket-be/vnf-sdk-marketplace/pom.xml2
4 files changed, 11 insertions, 22 deletions
diff --git a/pom.xml b/pom.xml
index 9c214dbb..0e457720 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,30 +18,19 @@
-->
<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.oparent</groupId>
+ <groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openo.client.gui</groupId>
- <artifactId>client-gui</artifactId>
+ <groupId>org.onap.vnfmarket</groupId>
+ <artifactId>vnfmarket</artifactId>
<packaging>pom</packaging>
- <name>client-gui</name>
+ <name>vnfmarket</name>
- <modules>
- <module>auth</module>
- <module>catalog</module>
- <module>common</module>
- <module>extsys</module>
- <module>integration</module>
- <module>lifecyclemgr</module>
- <module>login</module>
- <module>monitor</module>
- <module>performance</module>
- <module>resmgr</module>
- <module>alarm-analysis</module>
- <module>vnfmarket</module>
+ <modules>
+ <module>vnfmarket-be</module>
</modules>
</project>
diff --git a/vnfmarket-be/deployment/pom.xml b/vnfmarket-be/deployment/pom.xml
index 39c36bd3..63a6188f 100644
--- a/vnfmarket-be/deployment/pom.xml
+++ b/vnfmarket-be/deployment/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.openo.vnf-sdk.marketplace</groupId>
<artifactId>vnf-sdk-marketplace-core-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>vnf-sdk-marketplace-deployment</artifactId>
diff --git a/vnfmarket-be/pom.xml b/vnfmarket-be/pom.xml
index 32000641..aa120312 100644
--- a/vnfmarket-be/pom.xml
+++ b/vnfmarket-be/pom.xml
@@ -16,9 +16,9 @@
-->
<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.oparent</groupId>
+ <groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
index 7712990f..f3ff0378 100644
--- a/vnfmarket-be/vnf-sdk-marketplace/pom.xml
+++ b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.openo.vnf-sdk.marketplace</groupId>
<artifactId>vnf-sdk-marketplace-core-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>