diff options
Diffstat (limited to 'vnfs/vFW/pg_streams')
-rw-r--r-- | vnfs/vFW/pg_streams/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/vFW/pg_streams/pom.xml b/vnfs/vFW/pg_streams/pom.xml index 7a60ae39..cea0a7c5 100644 --- a/vnfs/vFW/pg_streams/pom.xml +++ b/vnfs/vFW/pg_streams/pom.xml @@ -26,14 +26,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.openecomp.demo.vnf</groupId> + <groupId>org.onap.demo.vnf</groupId> <artifactId>demo-aggregator</artifactId> <version>1.1.0-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.demo.vnf.vfw</groupId> + <groupId>org.onap.demo.vnf.vfw</groupId> <artifactId>vfw_pg_streams</artifactId> <build> |