diff options
Diffstat (limited to 'lisp/api/pom.xml')
-rwxr-xr-x[-rw-r--r--] | lisp/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml index c19b1125f..df5b7b3ba 100644..100755 --- a/lisp/api/pom.xml +++ b/lisp/api/pom.xml @@ -17,9 +17,9 @@ 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> - <artifactId>impl-parent</artifactId> + <artifactId>api-parent</artifactId> <version>1.16.9-SNAPSHOT</version> - <relativePath>../../common/impl-parent</relativePath> + <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |