diff options
Diffstat (limited to 'acl')
-rw-r--r-- | acl/acl-api/pom.xml | 3 | ||||
-rw-r--r-- | acl/acl-impl/pom.xml | 3 | ||||
-rw-r--r-- | acl/pom.xml | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/acl/acl-api/pom.xml b/acl/acl-api/pom.xml index feed86bf1..8c200ce9d 100644 --- a/acl/acl-api/pom.xml +++ b/acl/acl-api/pom.xml @@ -14,9 +14,10 @@ limitations under the License. --><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"> <parent> - <groupId>io.fd.honeycomb.common</groupId> + <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> <version>1.17.04-SNAPSHOT</version> + <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml index 6f2775561..c524a2d59 100644 --- a/acl/acl-impl/pom.xml +++ b/acl/acl-impl/pom.xml @@ -18,9 +18,10 @@ 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"> <parent> - <groupId>io.fd.honeycomb.common</groupId> + <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> <version>1.17.04-SNAPSHOT</version> + <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/acl/pom.xml b/acl/pom.xml index 6b3643ebb..14b9e0b40 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -17,15 +17,17 @@ <groupId>io.fd.hc2vpp.acl</groupId> <parent> - <groupId>io.fd.honeycomb.common</groupId> - <artifactId>honeycomb-parent</artifactId> + <groupId>io.fd.hc2vpp.common</groupId> + <artifactId>hc2vpp-parent</artifactId> <version>1.17.04-SNAPSHOT</version> + <relativePath>../common/hc2vpp-parent</relativePath> </parent> <artifactId>acl-aggregator</artifactId> <version>1.17.04-SNAPSHOT</version> <name>acl-aggregator</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> + <description>Aggregator for Hc2vpp ACL plugin</description> <modules> <module>acl-api</module> |