diff options
Diffstat (limited to 'nsh/pom.xml')
-rw-r--r-- | nsh/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nsh/pom.xml b/nsh/pom.xml index 11a00b910..2c51641d2 100644 --- a/nsh/pom.xml +++ b/nsh/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2015 Cisco and/or its affiliates. + Copyright (c) 2015 Intel and/or its affiliates. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: @@ -22,10 +22,10 @@ <relativePath/> </parent> - <groupId>io.fd.honeycomb.v3po</groupId> - <artifactId>nsh-aggregator</artifactId> + <groupId>io.fd.honeycomb.nsh</groupId> + <artifactId>vppnsh-aggregator</artifactId> <version>1.16.9-SNAPSHOT</version> - <name>nsh</name> + <name>vppnsh</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> |