diff options
author | 2016-08-31 07:46:41 +0200 | |
---|---|---|
committer | 2016-08-31 11:10:32 +0000 | |
commit | 34f77c9cfc6ebfa265866b654990ae9ca55cc451 (patch) | |
tree | c762f55df811360162e831be7f2b8b5d1c563346 /lisp/api/pom.xml | |
parent | e36f307df4125f16484fff7a656e3302b831f311 (diff) |
HONEYCOMB-75 - Lisp implemetation
Rebased on final minimal distro
Change-Id: Ib71fc59e62dda4633f4f79c5c7417a4aaf02a177
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Signed-off-by: Florin Coras <fcoras@cisco.com>
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
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 22cdea6a7..6d501a5c6 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.0.0-SNAPSHOT</version> - <relativePath>../../common/impl-parent</relativePath> + <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |