summaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/apis
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/vLBMS/apis')
-rwxr-xr-xvnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml4
-rw-r--r--vnfs/vLBMS/apis/pom.xml19
-rw-r--r--vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml4
3 files changed, 23 insertions, 4 deletions
diff --git a/vnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml b/vnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml
index 4b45d684..a8324664 100755
--- a/vnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml
+++ b/vnfs/vLBMS/apis/health-vnf-onap-plugin/pom.xml
@@ -16,9 +16,9 @@
<parent>
<artifactId>demo-aggregator</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<groupId>org.onap.demo.vnf</groupId>
- <relativePath>../../../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.onap.demo.vnf.health</groupId>
diff --git a/vnfs/vLBMS/apis/pom.xml b/vnfs/vLBMS/apis/pom.xml
new file mode 100644
index 00000000..6a43943e
--- /dev/null
+++ b/vnfs/vLBMS/apis/pom.xml
@@ -0,0 +1,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">
+
+ <groupId>org.onap.demo.vnf</groupId>
+ <artifactId>demo-aggregator</artifactId>
+ <version>1.2.0</version>
+ <name>demo</name>
+ <packaging>pom</packaging>
+ <modelVersion>4.0.0</modelVersion>
+ <prerequisites>
+ <maven>3.1.1</maven>
+ </prerequisites>
+
+ <modules>
+ <module>vlb-business-vnf-onap-plugin</module>
+ <module>health-vnf-onap-plugin</module>
+ <module>vlb-vnf-onap-distribution</module>
+ </modules>
+</project> \ No newline at end of file
diff --git a/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml b/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml
index a522cdb4..53017c52 100644
--- a/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml
+++ b/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml
@@ -16,9 +16,9 @@
<parent>
<artifactId>demo-aggregator</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<groupId>org.onap.demo.vnf</groupId>
- <relativePath>../../../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.onap.demo.vnf.vlb</groupId>