From e0fda6c1600989ca9b1903e34026e9d8aa59b128 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 26 Jun 2017 15:43:43 -0400 Subject: [SDNC-18] Fix range in boron-sr3 Boron-SR3 version should start with 1.2.0-SNAPSHOT (ranges excluded 1.2.0) Change-Id: Ib6910e9b3629fdf388cc6a57e0498aabaef2bb09 Signed-off-by: Dan Timoney --- rootpom/boron-sr3/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rootpom/boron-sr3/pom.xml b/rootpom/boron-sr3/pom.xml index fd8361c..931cfa5 100755 --- a/rootpom/boron-sr3/pom.xml +++ b/rootpom/boron-sr3/pom.xml @@ -68,11 +68,11 @@ - (1.2.0,1.2.999) - (1.2.0,1.2.999) - (1.2.0,1.2.999) - (1.2.0,1.2.999) - (1.2.0,1.2.999) + (1.1.999,1.2.999) + (1.1.999,1.2.999) + (1.1.999,1.2.999) + (1.1.999,1.2.999) + (1.1.999,1.2.999) ${sdnc.core.version} ${sdnc.adaptors.version} ${sdnc.core.version} -- cgit 1.2.3-korg