From e3478ae19d5543e28ffede297e84fdb685a40f8b Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Mon, 14 Sep 2020 10:45:35 +0200 Subject: [PATCH] fix TPCE version in opendaylight/pom.xml The version used have been upgraded inadvertently along with org.opendaylight.controller active it by default JIRA: TRNSPRTPCE-323 Signed-off-by: guillaume.lambert Change-Id: Ief015ca43e0584a606dae7bebd0d2c0455c01494 --- opendaylight/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index e11feb06..88073784 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -59,13 +59,13 @@ transportpce - false + true org.opendaylight.transportpce odl-transportpce - 2.0.3-SNAPSHOT + 2.0.0-SNAPSHOT features xml test @@ -73,7 +73,7 @@ org.opendaylight.transportpce odl-transportpce-tapi - 2.0.3-SNAPSHOT + 2.0.0-SNAPSHOT features xml test @@ -81,7 +81,7 @@ org.opendaylight.transportpce odl-transportpce-inventory - 2.0.3-SNAPSHOT + 2.0.0-SNAPSHOT features xml test -- 2.36.6