diff options
Diffstat (limited to 'vnfs/VESreporting_vLB/pom.xml')
-rw-r--r-- | vnfs/VESreporting_vLB/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/vnfs/VESreporting_vLB/pom.xml b/vnfs/VESreporting_vLB/pom.xml index 04783951..9d3e7bd3 100644 --- a/vnfs/VESreporting_vLB/pom.xml +++ b/vnfs/VESreporting_vLB/pom.xml @@ -1,17 +1,16 @@ <!--<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">--> <project> -<parent> + <parent> <groupId>org.openecomp.demo.vnf</groupId> <artifactId>demo-aggregator</artifactId> - <version>1.0.0</version> -<relativePath>../pom.xml</relativePath> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.demo.vnf.ves</groupId> <artifactId>ves_vlb_reporting</artifactId> - <!-- <name>vfw_pg_streams</name>--> - <version>1.0.0</version> + <build> <plugins> |