diff options
author | platania <platania@research.att.com> | 2017-02-17 16:23:59 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-17 16:25:03 -0500 |
commit | 71984d1bffa966c366d47464a3acf4b440c9c7c9 (patch) | |
tree | 1b30b6e686a320fc9dacf818e5d0410206b0384d /vnfs/vFW | |
parent | a7417591cd3a600bbbb4fbbc6e30c376ea9b6218 (diff) |
POM reorganization
Change-Id: I38076a941f6038aa8d5e67e2133c48231193430b
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vFW')
-rw-r--r-- | vnfs/vFW/.DS_Store | bin | 8196 -> 8196 bytes | |||
-rw-r--r-- | vnfs/vFW/pg_streams/.DS_Store | bin | 6148 -> 6148 bytes | |||
-rw-r--r-- | vnfs/vFW/pg_streams/pom.xml | 9 |
3 files changed, 4 insertions, 5 deletions
diff --git a/vnfs/vFW/.DS_Store b/vnfs/vFW/.DS_Store Binary files differindex 0a075752..7ada677e 100644 --- a/vnfs/vFW/.DS_Store +++ b/vnfs/vFW/.DS_Store diff --git a/vnfs/vFW/pg_streams/.DS_Store b/vnfs/vFW/pg_streams/.DS_Store Binary files differindex 7e99a062..5008ddfc 100644 --- a/vnfs/vFW/pg_streams/.DS_Store +++ b/vnfs/vFW/pg_streams/.DS_Store diff --git a/vnfs/vFW/pg_streams/pom.xml b/vnfs/vFW/pg_streams/pom.xml index 41358e73..3511b6b0 100644 --- a/vnfs/vFW/pg_streams/pom.xml +++ b/vnfs/vFW/pg_streams/pom.xml @@ -1,18 +1,17 @@ <!--<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.vfw</groupId> <artifactId>vfw_pg_streams</artifactId> - <!-- <name>vfw_pg_streams</name>--> - <version>1.0.0</version> + <build> <plugins> |