From 47b61cbc7cabbf50487a0a602f6fc39e7ab94649 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20M=C3=A5rtensson?= Date: Tue, 15 Jan 2019 11:31:23 +0100 Subject: [PATCH] Fix testing dependency in olm/pom.xml Change-Id: Ia18a4a725e80bc88c7447d243b3d1f4a078e5776 --- olm/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/olm/pom.xml b/olm/pom.xml index 85f094043..6c7d512ae 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -79,10 +79,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html test - org.opendaylight.transportpce - test-common - 0.2.1-SNAPSHOT - test + ${project.groupId} + test-common + ${project.version} + test -- 2.36.6