IIRC don't version ranges only work with Major.Minor.Patch-(Qualifier or Build) formatted version numbers, eg 3.2.1-07
On Friday 2 October 2015, Benson Margulies <[email protected]> wrote: > I've just tried version ranges for the first time, and I hit a pothole. > > Step 1: set version in dependency to: 7.14.0.c52.2. Run a build. > > Step 2: change version in pom to [7.13.500.c52.2,7.13.600.c52.2). > > Now, mvn dependency:whatever shows the correct resolution, but an > actual build stubbornly uses the 7.14.0.c52.2 version in the > karaf-maven-plugin. > > Completely wiping ~/.m2/repository fixed this. > > Can anyone give me higher-precision coordinates for what data I need > to nuke when this happens? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] <javascript:;> > For additional commands, e-mail: [email protected] > <javascript:;> > > -- Sent from my phone
