diff options
author | 2018-04-10 06:49:23 +0200 | |
---|---|---|
committer | 2018-04-10 06:51:33 +0200 | |
commit | 4eb2e1e4880c037c5b2fba4e37dfafdf7c543b40 (patch) | |
tree | 29e0181f397ac5a651ddfd64c9bb9f2aad60c622 | |
parent | 6b2aa21d57f34e21e628845f1f217c16f1ac2cae (diff) |
lisp: remove unused project.translate.groupId property
Change-Id: I442181a17addd9ec61bfd503d468da13383090ce
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rwxr-xr-x | lisp/api/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml index 47f83fbc2..1a11c29ec 100755 --- a/lisp/api/pom.xml +++ b/lisp/api/pom.xml @@ -30,7 +30,6 @@ <packaging>bundle</packaging> <properties> - <project.translate.groupId>io.fd.honeycomb</project.translate.groupId> <naming.context.version>1.18.01.2-SNAPSHOT</naming.context.version> </properties> |